]> granicus.if.org Git - python/shortlog
python
2014-06-28 Antoine PitrouIssue #21863: cProfile now displays the module name...
2014-06-27 Victor Stinner(Merge 3.4) asyncio: Fix two "Coroutine xxx was never...
2014-06-27 Victor Stinnerasyncio: Fix two "Coroutine xxx was never yielded from...
2014-06-27 Victor Stinner(Merge 3.4) asyncio: Fix unit tests on Windows, escape...
2014-06-27 Victor Stinnerasyncio: Fix unit tests on Windows, escape filenames...
2014-06-27 Victor Stinner(Merge 3.4) Issue #11453: asyncore: emit a ResourceWarn...
2014-06-27 Victor StinnerIssue #11453: asyncore: emit a ResourceWarning when...
2014-06-27 Victor Stinner(Merge 3.4) Closes #21582: Cleanup test_asyncore. Patch...
2014-06-27 Victor StinnerCloses #21582: Cleanup test_asyncore. Patch written...
2014-06-27 Ezio MelottiMerge socket howto fixes from 3.4.
2014-06-27 Ezio MelottiFix indentation and class name in socket howto example.
2014-06-27 Victor Stinner(Merge 3.4) asyncio, Tulip issue 137: In debug mode...
2014-06-27 Victor Stinnerasyncio, Tulip issue 137: In debug mode, save traceback...
2014-06-27 Victor Stinner(Merge 3.4) asyncio, Tulip issue 137: In debug mode...
2014-06-27 Victor Stinnerasyncio, Tulip issue 137: In debug mode, add the traceb...
2014-06-27 Victor Stinner(Merge 3.4) asyncio: Oops, restore a removed test
2014-06-27 Victor Stinnerasyncio: Oops, restore a removed test
2014-06-27 Ned DeilyIssue #21875: Remove vestigial references to Classic...
2014-06-27 Ned DeilyIssue #21875: Remove vestigial references to Classic...
2014-06-27 Benjamin Petersonmerge 3.4
2014-06-27 Benjamin Petersonuse NULL not 0
2014-06-26 Victor Stinner(Merge 3.4) Issue #21858: Better handling of Python...
2014-06-26 Victor StinnerIssue #21858: Better handling of Python exceptions...
2014-06-26 Zachary WareIssue #21829: Merge with 3.4
2014-06-26 Zachary WareIssue #21829: Fix running test_ctypes on Windows with...
2014-06-26 R David MurrayMerge #21476: Unwrap fp in BytesParser so the file...
2014-06-26 R David Murray#21476: Unwrap fp in BytesParser so the file isn't...
2014-06-26 R David Murray#20295: Teach imghdr to recognize OpenEXR format images.
2014-06-26 Raymond Hettingermerge
2014-06-26 Raymond HettingerIssue #19145: Remove duplicate ACKS entry
2014-06-26 Terry Jan ReedyMerge with 3.4
2014-06-26 Terry Jan ReedyIssue #18592: For idlelib.SearchDialogBase, edit and...
2014-06-25 Victor Stinner(Merge 3.4) asyncio: Handle error handler: enhance...
2014-06-25 Victor Stinnerasyncio: Handle error handler: enhance formatting of...
2014-06-25 Victor Stinner(Merge 3.4) Issue #21163: Fix one more "Task was destro...
2014-06-25 Victor StinnerIssue #21163: Fix one more "Task was destroyed but...
2014-06-25 Victor Stinner(Merge 3.4) asyncio: sync with Tulip
2014-06-25 Victor Stinnerasyncio: sync with Tulip
2014-06-25 Victor Stinner(Merge 3.4) Issue #21163, asyncio: Fix some "Task was...
2014-06-25 Victor StinnerIssue #21163, asyncio: Fix some "Task was destroyed...
2014-06-25 Ned DeilyIssue #21811: Anticipated fixes to 3.x configure for...
2014-06-25 Ned DeilyIssue #21811: Anticipated fixes to 3.x configure for...
2014-06-25 Ned DeilyIssue #21811: Anticipated fixes to 3.x and 2.7 for...
2014-06-25 Ned DeilyIssue #21811: Anticipated fixes to 3.x and 2.7 for...
2014-06-25 Victor Stinner(Merge 3.4) asyncio, Tulip issue 177: Rewite repr(...
2014-06-25 Victor Stinnerasyncio, Tulip issue 177: Rewite repr() of Future,...
2014-06-25 Serhiy StorchakaIssue #21729: Used the "with" statement in the dbm...
2014-06-25 Serhiy StorchakaIssue #21729: Used the "with" statement in the dbm...
2014-06-25 Jesus CeaMERGE: Closes #20872: dbm/gdbm/ndbm close methods are...
2014-06-25 Jesus CeaMERGE: Closes #20872: dbm/gdbm/ndbm close methods are...
2014-06-25 Jesus CeaCloses #20872: dbm/gdbm/ndbm close methods are not...
2014-06-25 Senthil Kumaranmerge from 3.4
2014-06-25 Senthil Kumaranissue20753 - robotparser tests should not rely upon...
2014-06-25 Senthil Kumaranmerge from 3.4
2014-06-25 Senthil KumaranCorrect the quopri module documentation. Mention the...
2014-06-25 Vinay SajipMerged documentation update from 3.4.
2014-06-25 Vinay SajipFixed typo in documentation.
2014-06-25 Raymond Hettingermerge
2014-06-25 Raymond HettingerIssue #19145: Fix handling of negative values for...
2014-06-25 Jesus CeaMERGE: Closes #21441: Reorder elements in documentation...
2014-06-25 Jesus CeaMERGE: Closes #21441: Reorder elements in documentation...
2014-06-25 Jesus CeaCloses #21441: Reorder elements in documentation to...
2014-06-25 Terry Jan ReedyMerge with 3.4
2014-06-25 Terry Jan ReedyIssue #14117: Inprove help text and docstrings, some...
2014-06-25 Raymond Hettingermerge
2014-06-25 Raymond HettingerAdd news entry for #21832
2014-06-25 Raymond Hettingermerge
2014-06-25 Raymond Hettingermerge
2014-06-25 Raymond Hettingermerge
2014-06-24 Raymond Hettingermerge
2014-06-24 Raymond HettingerIssue 21832: Require named tuple inputs to be exact...
2014-06-24 Victor Stinner(Merge 3.4) asyncio: repr(Task) now also contains the...
2014-06-24 Victor Stinnerasyncio: repr(Task) now also contains the line number...
2014-06-24 Raymond Hettingermerge
2014-06-24 Raymond Hettingermerge
2014-06-24 Raymond Hettingermerge
2014-06-24 Raymond Hettingermerge
2014-06-24 R David Murraymerge: #20155: use fake HTTP method names so windows...
2014-06-24 Raymond Hettingermerge
2014-06-24 Raymond HettingerIssue 21832: Require named tuple inputs to be exact...
2014-06-24 R David Murray#20155: use fake HTTP method names so windows doesn...
2014-06-24 Victor Stinner(Merge 3.4) asyncio: Log an error if a Task is destroye...
2014-06-24 Victor Stinnerasyncio: Log an error if a Task is destroyed while...
2014-06-24 Raymond Hettingermerge
2014-06-24 Raymond Hettingermerge
2014-06-24 Benjamin Petersonmerge 3.4
2014-06-24 Benjamin Petersonnull merge 3.4
2014-06-24 Benjamin Petersonadd Chris Foster
2014-06-24 Raymond HettingerIssue #11974: Add tutorial section on class and instan...
2014-06-23 Yury Selivanovinspect: Validate that __signature__ is None or an...
2014-06-23 Yury Selivanovinspect: Validate that __signature__ is None or an...
2014-06-23 Victor Stinner(Merge 3.4) asyncio: Fix BaseEventLoop._assert_is_curre...
2014-06-23 Victor Stinnerasyncio: Fix BaseEventLoop._assert_is_current_event_loo...
2014-06-23 Raymond Hettingermerge
2014-06-23 Raymond HettingerIssue #8343: Named group error msgs did not show the...
2014-06-23 Benjamin Petersonmerge 3.4 (#13143)
2014-06-23 Benjamin Petersonclarify that islink only really works if python knows...
2014-06-22 Benjamin Petersonmerge 3.4 (#16667)
2014-06-22 Benjamin Petersonsome timezone doc improvements (closes #16667)
2014-06-22 Victor Stinner(Merge 3.4) asyncio, Tulip issue 171: BaseEventLoop...
next