]> granicus.if.org Git - python/shortlog
python
2014-06-22 Victor Stinner(Merge 3.4) asyncio: Enable the debug mode of event...
2014-06-22 Victor Stinnerasyncio: Enable the debug mode of event loops when...
2014-06-22 Victor Stinner(Merge 3.4) asyncio: BaseEventLoop._assert_is_current_e...
2014-06-22 Victor Stinnerasyncio: BaseEventLoop._assert_is_current_event_loop...
2014-06-22 Benjamin Petersonreflow to 80 chars
2014-06-22 Benjamin Petersonadd BufferedIOBase.readinto1 (closes #20578)
2014-06-22 Martin v. LöwisIssue #10747: Merge with 3.4
2014-06-22 Martin v. LöwisIssue #10747: Use versioned labels in the Windows start...
2014-06-22 Giampaolo Rodola'merge heads
2014-06-22 Giampaolo Rodola'#6916: attempt to fix BB failure
2014-06-22 Raymond Hettingermerge
2014-06-22 Raymond HettingerIssue #21812: Trigger immediate transformation in...
2014-06-22 Terry Jan ReedyMerge with 3.4
2014-06-22 Terry Jan ReedyIssue #21823: Catch turtle.Terminator exceptions in...
2014-06-21 Raymond HettingerIssue 21786: Clean-up test_pydoc taking taking advanta...
2014-06-21 Raymond Hettingermerge
2014-06-21 Raymond HettingerIssue 21635: Fix caching in difflib.SequenceMatcher...
2014-06-21 Giampaolo Rodola'merge heads
2014-06-21 Giampaolo Rodola'#6916: raise a deprecation warning if using asynchat...
2014-06-20 Charles-François... Fix test_pydoc failure introduced by cddb17c4975e....
2014-06-20 Charles-François... Merge.
2014-06-20 Charles-François... Fix test_pydoc failure introduced by 7aa72075d440....
2014-06-20 Charles-François... Merge.
2014-06-20 Charles-François... Issue #21491: socketserver: Fix a race condition in...
2014-06-20 Terry Jan ReedyMerge with 3.4
2014-06-20 Terry Jan ReedyIssue #21770: Call function instead of module. Patch...
2014-06-20 Charles-François... Merge.
2014-06-20 Charles-François... Merge.
2014-06-20 Charles-François... Issue #21491: socketserver: Fix a race condition in...
2014-06-20 Terry Jan ReedyMerge with 3.4
2014-06-20 Terry Jan ReedyIssue #21768: fix NameError in test_pydescr. Patch...
2014-06-20 Terry Jan ReedyMerge with 3.4
2014-06-20 Terry Jan ReedyIssue #21768: fix type in test_pydoc, patch by Claudiu...
2014-06-20 Victor Stinner(Merge 3.4) asyncio, Tulip issue 105: in debug mode...
2014-06-20 Victor Stinnerasyncio, Tulip issue 105: in debug mode, log callbacks...
2014-06-20 Zachary WareSimplify a badly written condition.
2014-06-20 Senthil Kumaranmerge from 3.4
2014-06-20 Senthil Kumaranissue 20091 - index entry for __main__ in runpy docs.
2014-06-19 Ezio Melotti#21690: merge with 3.4.
2014-06-19 Ezio Melotti#21690: fix a couple of links in the docs of the re...
2014-06-19 Victor Stinner(Merge 3.4) Tulip issue 83: document more asyncio funct...
2014-06-19 Victor StinnerTulip issue 83: document more asyncio functions in...
2014-06-19 Zachary WareIssue #21741: Add st_file_attributes to os.stat_result...
2014-06-19 Victor Stinner(Merge 3.4) Closes #21595: asyncio.BaseSelectorEventLoo...
2014-06-19 Victor StinnerCloses #21595: asyncio.BaseSelectorEventLoop._read_from...
2014-06-19 Victor Stinner(Merge 3.4) Closes #21758: asyncio doc: mention explici...
2014-06-19 Victor StinnerCloses #21758: asyncio doc: mention explicitly that...
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
next