]> granicus.if.org Git - python/shortlog
python
2014-06-19 Antoine PitrouIssue #21722: The distutils "upload" command now exits...
2014-06-19 Antoine PitrouIssue #21722: The distutils "upload" command now exits...
2014-06-18 Ned DeilyIssue #3485: merge from 3.4
2014-06-18 Ned DeilyIssue #3485: remove misleading comment
2014-06-18 Zachary WareMerge typo fix
2014-06-18 Zachary WareFix typo pointed out by cocoatomo on docs@
2014-06-18 Victor Stinner(Merge 3.4) asyncio: Fix pyflakes errors
2014-06-18 Victor Stinnerasyncio: Fix pyflakes errors
2014-06-17 Victor Stinner(Merge 3.4) asyncio: Refactor tests: add a base TestCas...
2014-06-17 Victor Stinnerasyncio: Refactor tests: add a base TestCase class
2014-06-17 Victor Stinner(Merge 3.4) asyncio: Refactor test__run_once_logging...
2014-06-17 Victor Stinnerasyncio: Refactor test__run_once_logging() to not rely...
2014-06-17 Victor Stinner(Merge 3.4) asyncio: Set __qualname__ attribute of...
2014-06-17 Victor Stinnerasyncio: Set __qualname__ attribute of CoroWrapper...
2014-06-17 Victor Stinner(Merge 3.4) Issue #21723: asyncio.Queue: support any...
2014-06-17 Victor StinnerIssue #21723: asyncio.Queue: support any type of number...
2014-06-17 Victor StinnerIssue #10310: Use "unsigned int field:1" instead of...
2014-06-17 Terry Jan ReedyMerge with 3.4
2014-06-17 Terry Jan ReedyIssue #21694: Add unittest for ParenMatch. Patch by...
2014-06-17 Benjamin Petersonmerge 3.4
2014-06-17 Benjamin Petersonadd Ammar Brohi for running ssllab's test on python...
2014-06-17 Benjamin Petersonmerge 3.4
2014-06-17 Benjamin Petersonrevert tstate_delete_common, since it's pretty much...
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...
next