]> granicus.if.org Git - python/shortlog
python
2014-07-05 Benjamin Petersonproperly decref the return value of close()
2014-07-04 Victor StinnerIssue #21892, #21893: Partial revert of changeset 4f55e...
2014-07-04 Berker PeksagAdd an index entry for exec() builtin.
2014-07-03 Zachary WareIssue #21151: Fixed a segfault in the winreg module.
2014-07-03 Andrew SvetlovUpdate docs about tp_richcompare
2014-07-02 Raymond HettingerFix guidance for subclassing collections.Set()
2014-07-02 Victor Stinnerasyncio: sync with Tulip
2014-07-02 Victor StinnerIssue #21090: io.FileIO.readall() does not ignore I...
2014-07-02 Andrew SvetlovUse try-finally idiom in example for locks in multiproc...
2014-07-02 Terry Jan ReedyMore idlelib cleanup inspired by pyflakes.
2014-07-02 Zachary WareIssue #18258: Fix test discovery for test_codecmaps_*.
2014-07-01 Terry Jan ReedyDelete a few unused names suggested by pyflakes.
2014-07-01 Victor StinnerIssue #8677: make the zlib module "ssize_t clean" for...
2014-07-01 Victor StinnerCloses #21780: make the unicodedata module "ssize_t...
2014-07-01 Victor StinnerIssue #21781: Make the ssl module "ssize_t clean" for...
2014-07-01 Victor Stinnerasyncio: Fix test_sleep_cancel(): call_later() mock...
2014-07-01 Victor StinnerCloses #21892, #21893: Use PY_FORMAT_SIZE_T instead...
2014-07-01 Ned DeilyIssue #21891: remove extraneous semicolon.
2014-07-01 Terry Jan ReedyIssue #18592: Refactor 2 SearchDialogBase.create_(optio...
2014-07-01 Berker PeksagIssue #13689: Remove a dead link from howto/urllib.
2014-07-01 Terry Jan ReedyIssue #18592: Add unittests for SearchDialogBase. Patch...
2014-06-30 Terry Jan ReedyIssue #21882: In turtle demos, remove module scope...
2014-06-30 Victor StinnerIssue #21163: BaseEventLoop.run_until_complete() and...
2014-06-30 Victor Stinnerasyncio: sync with Tulip
2014-06-30 Berker PeksagFix typo in socket.getaddrinfo() docstring.
2014-06-30 Ned DeilyIssue #21811: Add Misc/NEWS entry.
2014-06-30 Berker PeksagIssue #14235: Use importlib.reload() in test_cmd.test_c...
2014-06-29 Stefan KrahIssue #21778: Clarify use of flags if PyBuffer_FillInf...
2014-06-29 Berker PeksagIssue #20753: Skip PasswordProtectedSiteTestCase when...
2014-06-28 Victor Stinnerasyncio: sync with Tulip, add a new asyncio.coroutines...
2014-06-28 Jesus CeaCloses #11279: test_posix and lack of "id -G" support...
2014-06-27 Victor Stinnerasyncio: Fix two "Coroutine xxx was never yielded from...
2014-06-27 Victor Stinnerasyncio: Fix unit tests on Windows, escape filenames...
2014-06-27 Victor StinnerIssue #11453: asyncore: emit a ResourceWarning when...
2014-06-27 Victor StinnerCloses #21582: Cleanup test_asyncore. Patch written...
2014-06-27 Ezio MelottiFix indentation and class name in socket howto example.
2014-06-27 Victor Stinnerasyncio, Tulip issue 137: In debug mode, save traceback...
2014-06-27 Victor Stinnerasyncio, Tulip issue 137: In debug mode, add the traceb...
2014-06-27 Victor Stinnerasyncio: Oops, restore a removed test
2014-06-27 Ned DeilyIssue #21875: Remove vestigial references to Classic...
2014-06-27 Benjamin Petersonuse NULL not 0
2014-06-26 Victor StinnerIssue #21858: Better handling of Python exceptions...
2014-06-26 Zachary WareIssue #21829: Fix running test_ctypes on Windows with...
2014-06-26 R David Murray#21476: Unwrap fp in BytesParser so the file isn't...
2014-06-26 Raymond HettingerIssue #19145: Remove duplicate ACKS entry
2014-06-26 Terry Jan ReedyIssue #18592: For idlelib.SearchDialogBase, edit and...
2014-06-25 Victor Stinnerasyncio: Handle error handler: enhance formatting of...
2014-06-25 Victor StinnerIssue #21163: Fix one more "Task was destroyed but...
2014-06-25 Victor Stinnerasyncio: sync with Tulip
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 and 2.7 for...
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 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 Kumaranissue20753 - robotparser tests should not rely upon...
2014-06-25 Senthil KumaranCorrect the quopri module documentation. Mention the...
2014-06-25 Vinay SajipFixed typo in documentation.
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 CeaCloses #21441: Reorder elements in documentation to...
2014-06-25 Terry Jan ReedyIssue #14117: Inprove help text and docstrings, some...
2014-06-25 Raymond HettingerAdd news entry for #21832
2014-06-25 Raymond Hettingermerge
2014-06-24 Raymond HettingerIssue 21832: Require named tuple inputs to be exact...
2014-06-24 Victor Stinnerasyncio: repr(Task) now also contains the line number...
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 Stinnerasyncio: Log an error if a Task is destroyed while...
2014-06-24 Raymond Hettingermerge
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 Victor Stinnerasyncio: Fix BaseEventLoop._assert_is_current_event_loo...
2014-06-23 Raymond HettingerIssue #8343: Named group error msgs did not show the...
2014-06-23 Benjamin Petersonclarify that islink only really works if python knows...
2014-06-22 Benjamin Petersonsome timezone doc improvements (closes #16667)
2014-06-22 Victor Stinnerasyncio, Tulip issue 171: BaseEventLoop.close() now...
2014-06-22 Victor Stinnerasyncio: document the debug mode
2014-06-22 Victor Stinnerasyncio, Tulip issue 172: only log selector timing...
2014-06-22 Victor Stinnerasyncio: Add an unit test to check that setting the...
2014-06-22 Victor Stinnerasyncio: Enable the debug mode of event loops when...
2014-06-22 Victor Stinnerasyncio: BaseEventLoop._assert_is_current_event_loop...
2014-06-22 Martin v. LöwisIssue #10747: Use versioned labels in the Windows start...
2014-06-22 Raymond HettingerIssue #21812: Trigger immediate transformation in...
2014-06-22 Terry Jan ReedyIssue #21823: Catch turtle.Terminator exceptions in...
2014-06-21 Raymond HettingerIssue 21635: Fix caching in difflib.SequenceMatcher...
2014-06-20 Charles-François... Merge.
2014-06-20 Charles-François... Fix test_pydoc failure introduced by 7aa72075d440....
2014-06-20 Terry Jan ReedyIssue #21770: Call function instead of module. Patch...
2014-06-20 Charles-François... Issue #21491: socketserver: Fix a race condition in...
2014-06-20 Terry Jan ReedyIssue #21768: fix NameError in test_pydescr. Patch...
2014-06-20 Terry Jan ReedyIssue #21768: fix type in test_pydoc, patch by Claudiu...
2014-06-20 Victor Stinnerasyncio, Tulip issue 105: in debug mode, log callbacks...
2014-06-20 Senthil Kumaranissue 20091 - index entry for __main__ in runpy docs.
2014-06-19 Ezio Melotti#21690: fix a couple of links in the docs of the re...
2014-06-19 Victor StinnerTulip issue 83: document more asyncio functions in...
2014-06-19 Victor StinnerCloses #21595: asyncio.BaseSelectorEventLoop._read_from...
next