]> granicus.if.org Git - python/shortlog
python
2013-08-03 Larry HastingsAdded tag v3.4.0a1 for changeset 46535f65e7f3
2013-08-03 Larry HastingsBumped version to 3.4.0a1. v3.4.0a1
2013-08-03 Larry HastingsUpdated pydoc topics for Python 3.4.0a1 release.
2013-08-03 Mark DickinsonRemove debugging print.
2013-08-03 doko@ubuntu.com- Fix a fcntl test case on KFreeBSD, Debian #708653...
2013-08-03 doko@ubuntu.com- Fix a fcntl test case on KFreeBSD, Debian #708653...
2013-08-03 Nick CoghlanMerge #18396 from 3.3
2013-08-03 Nick CoghlanClose #18396: fix spurious test_signal failure on Windows
2013-08-03 Mark DickinsonMinor consistency fixes for some longobject.c exception...
2013-08-03 Larry HastingsFix minor documentation markup error.
2013-08-03 Ned DeilyIssue #17046: merge from 3.3
2013-08-03 Ned DeilyIssue #17046: Fix test_subprocess test_executable_witho...
2013-08-02 Antoine PitrouBackout 62658d9d8926 (issue #10241): it causes a crash...
2013-08-02 Christian HeimesFix warning: ‘ptr2’ may be used uninitialized in this...
2013-08-02 Charles-François... Issue #18325: Fix a test_kqueue failure on OpenBSD...
2013-08-02 Charles-François... Issue #18325: Fix a test_kqueue failure on OpenBSD...
2013-08-02 Ned DeilyIssue #18517: merge from 3.3
2013-08-02 Ned DeilyIssue #18517: Move definition of "xxlimited" extension...
2013-08-02 Ned DeilyCloses #18627: merge from 3.3
2013-08-02 Ned DeilyIssue #18627: Fix typo noticed by Vajrasky Kok.
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
next