]> git.ipfire.org Git - thirdparty/Python/cpython.git/shortlog
thirdparty/Python/cpython.git
2013-08-02  Ned DeilyIssue #17557: merge from 3.3
2013-08-02  Ned DeilyIssue #17557: Fix os.getgroups() to work with the modif...
2013-08-02  Larry HastingsIssue #17899: Fix rare file descriptor leak in os.listd...
2013-08-02  Larry HastingsIssue #17899: Fix rare file descriptor leak in os.listd...
2013-08-01  Victor StinnerIssue #18519: Fix test_sqlite on old versions of libsqlite3
2013-08-01  Victor StinnerIssue #18609, #18408: _ctypes_add_traceback() now clear...
2013-08-01  Ned DeilyFix OS X installer build script to handle the pretty...
2013-08-01  Antoine PitrouFix the RLIMIT_CORE resource lowering logic in test_sub...
2013-08-01  Antoine PitrouIssue #10241: Clear extension module dict copies at...
2013-08-01  Antoine PitrouIssue #18589: fix hyperlinking of type slots (tp_*)
2013-08-01  Antoine PitrouIssue #18589: fix hyperlinking of type slots (tp_*)
2013-08-01  Antoine PitrouIssue #18608: Avoid keeping a strong reference to the...
2013-08-01  Antoine PitrouIssue #18619: Fix atexit leaking callbacks registered...
2013-08-01  Antoine Pitroutest_capi: make a specific test case for the subinterpr...
2013-08-01  Antoine PitrouRemove Lib/site.py hack to unregister patched builtins.
2013-08-01  Antoine PitrouAdd a test for module weakrefability
2013-08-01  Martin v. LöwisIssue #18569: The installer now adds .py to the PATHEXT...
2013-08-01  Martin v. LöwisAdd UUID for 3.4.
2013-08-01  doko@ubuntu.com- Issue #18257: Fix readlink usage in python-config...
2013-08-01  Tim Goldenissue9035: Prevent Windows-specific tests from running...
2013-08-01  Tim GoldenIssue #9035: os.path.ismount now recognises volumes...
2013-08-01  R David Murray#17616: Improve context manager tests, fix bugs in...
2013-07-31  Christian HeimesInitialize utime with 0. It fixes a couple of compiler...
2013-07-31  Christian HeimesInitialize utime with 0. It fixes a couple of compiler...
2013-07-31  Christian Heimesmerge
2013-07-31  Christian Heimesmerge
2013-07-31  Christian HeimesSilence warning about set but unused variable inside...
2013-07-31  Christian HeimesSilence warning about set but unused variable inside...
2013-07-31  Antoine PitrouFix whitespace
2013-07-31  Antoine PitrouIssue #18214: Improve finalization of Python modules...
2013-07-31  Antoine PitrouMerge
2013-07-31  Antoine PitrouIssue #15699: The readline module now uses PEP 3121...
2013-07-31  R David Murray#17616: wave.open now supports the 'with' statement.
2013-07-31  Christian Heimesyet another WITH_THREADS typo
2013-07-31  Christian Heimesmerge
2013-07-31  Christian HeimesFix _sha3 module to actually release the GIL around...
2013-07-31  Terry Jan ReedyMerge with 3.3
2013-07-31  Terry Jan ReedyIssue #18573: More copy-paste fixes to assertWarns...
2013-07-31  Christian HeimesTest Py_IncRef() and Py_DecRef() C functions
2013-07-30  Christian HeimesFix use of uninitialized scalar variable, see 3f994367a979
2013-07-30  Christian HeimesIssue #18481: Add C coverage reporting with gcov and...
2013-07-30  Ned DeilyIssue #15494: merge from 3.3
2013-07-30  Ned DeilyIssue #15494: Install new test/support directory.
2013-07-30  R David MurrayMerge: #16273: Fix tutorial discussion of seek/tell...
2013-07-30  R David Murray#16273: Fix tutorial discussion of seek/tell (opaque...
2013-07-30  R David MurrayMerge: #18601: fix error made when difflib example...
2013-07-30  R David Murray#18601: fix error made when difflib example was convert...
2013-07-30  Ethan Furmanfixed examples to work with changed attribute names
2013-07-30  Antoine PitrouFix style
2013-07-30  R David MurrayMerge #18584: s/testcleanup/testsetup/ until we switch...
2013-07-30  R David Murray#18584: s/testcleanup/testsetup/ until we switch to...
2013-07-30  Antoine PitrouMerge doc fix
2013-07-30  Antoine PitrouSimplify example of PyErr_Fetch() use
2013-07-30  Antoine PitrouIssue #18112: PEP 442 implementation (safe object final...
2013-07-30  Christian HeimesAdd simple test for repr(lock)
2013-07-30  Christian HeimesAdd simple test for resource.getpagesize()
2013-07-30  Christian HeimesAdd simple test for resource.getpagesize()
2013-07-30  Christian HeimesIssue #18599: Fix name attribute of _sha1.sha1() object...
2013-07-30  Christian HeimesAdd more tests for hashlib and hash object attributes
2013-07-30  Christian HeimesIssue #18599: Fix name attribute of _sha1.sha1() object...
2013-07-30  Eli BenderskyIssue #18593: fix typo in comment
2013-07-30  Eli BenderskyIssue #18593: fix typo in comment
2013-07-30  Terry Jan ReedyMerge with 3.3
2013-07-30  Terry Jan ReedyMake all idle test case names end with 'Test'.
2013-07-29  R David MurrayMerge #18584: make doctest examples in email documentat...
2013-07-29  R David Murray#18584: make doctest examples in email documentation...
2013-07-29  Nick CoghlanMerge #15415 from 3.3 (again)
2013-07-29  Nick CoghlanThird attempt to fix #15415 on Windows
2013-07-29  Nick CoghlanMerge #15415 Windows buildbot change from 3.3
2013-07-29  Nick CoghlanAttempt to fix #15415 on Windows
2013-07-28  Terry Jan ReedyMerge with 3.3
2013-07-28  Terry Jan ReedyUpdate gui section of idle test README.
2013-07-28  Terry Jan ReedyMerge with 3.3
2013-07-28  Terry Jan ReedyIssue #18441: Remove check from test_text.py in 3.3...
2013-07-28  Nick CoghlanMerge #15415 from 3.3
2013-07-28  Nick CoghlanClose #15415: Factor out temp dir helpers to test.support
2013-07-28  Nick CoghlanNull merge from 3.3
2013-07-28  Nick CoghlanIssue #15494: test.support is now a package rather...
2013-07-28  Nick CoghlanClose #15494: test.support is now a package rather...
2013-07-28  Nick CoghlanClose #13266: Add inspect.unwrap
2013-07-28  Raymond HettingerRestore the data block size to 62.
2013-07-28  Terry Jan ReedyMerge with 3.3
2013-07-28  Terry Jan ReedyIssue #18441: Make test.support.requires('gui') skip...
2013-07-28  Victor Stinner(Merge 3.3) doc of PYTHONFAULTHANDLER env var: add...
2013-07-28  Victor Stinnerdoc of PYTHONFAULTHANDLER env var: add missing "version...
2013-07-27  Benjamin Petersonmerge 3.3 (#18565)
2013-07-27  Benjamin Petersonadd a test for issue #17669 (closes #18565)
2013-07-27  Terry Jan ReedyMerge with 3.3
2013-07-27  Terry Jan ReedyIssue #18573: Complete copy-paste from assertRaises...
2013-07-27  Raymond HettingerAssertions key off NDEBUG
2013-07-27  Victor Stinnernull merge (fix already applied to default)
2013-07-27  Victor StinnerIssue #15893: Remove dead code
2013-07-27  Victor StinnerIssue #15893: Improve error handling in main() and...
2013-07-27  Victor StinnerPy_FrozenMain() now uses _Py_char2wchar() to decode...
2013-07-26  Victor StinnerIssue #18203: Replace PyMem_Malloc() with PyMem_RawMall...
2013-07-26  Victor Stinner(Merge 3.3) Issue #15893: frozenmain.c now handles...
2013-07-26  Victor StinnerIssue #15893: frozenmain.c now handles PyMem_Malloc...
2013-07-26  Christian HeimesIssue #18552: Check return value of PyArena_AddPyObject...
2013-07-26  Christian HeimesIssue #18552: Check return value of PyArena_AddPyObject...
2013-07-26  Victor Stinner(Merge 3.3) Parser/asdl_c.py: use Py_CLEAR()
next