]> granicus.if.org Git - python/shortlog
python
2014-06-17 Benjamin Petersonmerge 3.4
2014-06-17 Benjamin Petersonremove extra call to tstate_delete_common (merge artifact)
2014-06-17 Benjamin Petersonmerge 3.4
2014-06-17 Benjamin Petersonmerge 3.3
2014-06-17 Benjamin Petersonmerge 3.2
2014-06-17 Benjamin Petersonexpect the correct platform-dependent linesep
2014-06-17 Benjamin Petersonmerge 3.4
2014-06-17 Benjamin Petersonavoid a deadlock with the interpreter head lock and...
2014-06-17 Benjamin Petersonmerge 3.4
2014-06-17 Benjamin Petersoncheck if the thread is finalizing after retaking the GIL
2014-06-16 Terry Jan ReedyAdd Idle news entries.
2014-06-16 Terry Jan ReedyAdd Idle news entries.
2014-06-16 Terry Jan ReedyMerge with 3.4
2014-06-16 Terry Jan ReedyIssue #21686: add unittest for idlelib.HyperParser...
2014-06-16 Victor Stinner(Merge 3.4) asyncio: Task.__repr__() now also handles...
2014-06-16 Victor Stinnerasyncio: Task.__repr__() now also handles CoroWrapper
2014-06-16 Victor Stinner(Merge 3.4) Issue #21773: Fix TestStdLib.test_pydoc...
2014-06-16 Victor StinnerIssue #21773: Fix TestStdLib.test_pydoc() of test_enum...
2014-06-16 Zachary WareMerge typo fix from 3.4
2014-06-16 Zachary WareFix typo reported by Jesse W on docs@
2014-06-16 Victor Stinner(Merge 3.4) Sync asyncio with Tulip: Fix test_tasks...
2014-06-16 Victor StinnerSync asyncio with Tulip: Fix test_tasks for Python 3.5
2014-06-16 Victor StinnerIssue #21205: Complete the "versionchanged" note in...
2014-06-16 Victor StinnerIssue #21205: Fix unit tests
2014-06-16 Victor StinnerIssue #21205: Add a new ``__qualname__`` attribute...
2014-06-16 Nick CoghlanMerge issue #21669 from 3.4
2014-06-16 Nick CoghlanIssue #21669: Special case print & exec syntax errors
2014-06-16 Terry Jan ReedyMerge with 3.4
2014-06-16 Terry Jan ReedyIssue #21559: Add alternative (historical) reason for...
2014-06-16 Terry Jan ReedyMerge with 3.4
2014-06-16 Terry Jan ReedyIssue #19362: Tweek len() doc and docstring to expand...
2014-06-16 Terry Jan ReedyMerge with 3.4
2014-06-16 Terry Jan Reedywhitespace
2014-06-16 Terry Jan ReedyMerge with 3.4
2014-06-16 Terry Jan ReedyIssue #21686: idlelib/HyperParser.py - Update docstring...
2014-06-16 Benjamin Petersonmerge 3.4 (#13779)
2014-06-16 Benjamin Petersonclarify when the list of subdirectories is read (closes...
2014-06-16 Gregory P.... fix a BytesWarning in my previous commit.
2014-06-16 Gregory P.... fix a BytesWarning in my previous commit.
2014-06-16 Benjamin Petersonimprove note
2014-06-16 Gregory P.... Isolate the subprocess test_close_fds_when_max_fd_is_lo...
2014-06-16 Gregory P.... Isolate the subprocess test_close_fds_when_max_fd_is_lo...
2014-06-15 Raymond Hettingermerge
2014-06-15 Raymond HettingerIssue #21774: Fix incorrect variable in xml.dom.minidom
2014-06-15 Raymond HettingerUpdate comment to reflect using the default parameter...
2014-06-15 Raymond HettingerIssue 19898: Add test for dequereviter_new.
2014-06-15 Benjamin Petersonmerge 3.4 (#21764)
2014-06-15 Benjamin Petersondocument IOBase.__del__'s behavior (closes #21764)
2014-06-15 Benjamin Petersonmerge 3.4 (#21766)
2014-06-15 Benjamin Petersonmerge 3.3 (#21766)
2014-06-15 Benjamin Petersonmerge 3.2 (#21766)
2014-06-15 Benjamin Petersonurl unquote the path before checking if it refers to...
2014-06-14 Raymond HettingerFactor common code into internal functions.
2014-06-14 Giampaolo Rodola'fix issue #6916: undocument deprecated asynchat.fifo...
2014-06-14 Vinay SajipCloses #21742: Merged fix from 3.4.
2014-06-14 Vinay SajipIssue #21742: Set stream to None after closing.
2014-06-14 Vinay SajipCloses #21752: Merged update from 3.4.
2014-06-14 Vinay SajipIssue #21752: Documented change to behaviour of logging...
2014-06-14 Raymond HettingerFix typo
2014-06-13 Terry Jan ReedyMerge with 3.4
2014-06-13 Terry Jan ReedyIssue #21730: Add no-thread skip in test_socket. Patch...
2014-06-13 Terry Jan ReedyMerge with 3.4
2014-06-13 Terry Jan ReedyIssue #21726: Remove unnecessary and contextually wrong...
2014-06-13 Zachary WareIssue #19493: Merge with 3.4
2014-06-13 Zachary WareIssue #19493: Refactor ctypes test package.
2014-06-13 Terry Jan ReedyMerge with 3.4
2014-06-13 Terry Jan ReedyIssue #20043: Add direct test for _thread.
2014-06-13 Zachary WareMerge with 3.4
2014-06-13 Zachary WarePer Martin [1], PGO is no longer used for official...
2014-06-13 Zachary WareIssue #21745: Merge with 3.4
2014-06-13 Zachary WareIssue #21745: Mention VS2010 SP1 as a solution for...
2014-06-13 Victor StinnerMerge 3.4 (null merge)
2014-06-13 Victor StinnerIssue #16136: VMSError is done, bye bye VMS
2014-06-13 Victor StinnerIssue #16136: VMSError is done, bye bye VMS
2014-06-12 Antoine PitrouIssue #21711: support for "site-python" directories...
2014-06-12 Vinay SajipIssue #21709: Merged update from 3.4.
2014-06-12 Vinay SajipIssue #21709: Improved implementation to cover the...
2014-06-12 Victor Stinner(Merge 3.4) asyncio: Tulip issue 173: Enhance repr...
2014-06-12 Victor Stinnerasyncio: Tulip issue 173: Enhance repr(Handle) and...
2014-06-12 Terry Jan ReedyMerge with 3.4
2014-06-12 Terry Jan ReedyIssue #12387: Add missing upper(lower)case versions...
2014-06-11 R David MurraySuppress a couple more DeprecationWarnings in the test...
2014-06-11 Zachary WareCloses #21713: Merge with 3.4
2014-06-11 Zachary WareIssue #21713: Fix typo in a comment. Found by Joseph...
2014-06-11 R David MurrayEliminate DeprecationWarning in test_concurrent_futures.
2014-06-11 R David Murray#14758: Fix the fix (fix getaddrinfo in mock_socket)
2014-06-11 Zachary WareFix doc build warning
2014-06-11 R David Murray#14758: Need to specify the desired socket type in...
2014-06-11 R David Murray#19840: Add copy_function to shutil.move.
2014-06-11 R David Murray#14758: add IPv6 support to smtpd.
2014-06-11 R David Murray#19662: Eliminate warnings in other test modules that...
2014-06-11 R David Murray#19662: add decode_data to smtpd so you can get at...
2014-06-11 Senthil Kumaranmerge from 3.4
2014-06-11 Senthil Kumaran#21693 - Fix the broken link for pylons project.
2014-06-11 Larry HastingsIssue #21629: Merge from 3.4.
2014-06-11 Larry HastingsIssue #21629: Fix Argument Clinic's "--converters"...
2014-06-11 Vinay SajipCloses #21709: Merged fix from 3.4.
2014-06-11 Vinay SajipIssue #21709: Remove references to __file__ when part...
2014-06-11 Serhiy StorchakaPyErr_NormalizeException doesn't like being called...
2014-06-11 Serhiy StorchakaPyErr_NormalizeException doesn't like being called...
next