]> granicus.if.org Git - python/shortlog
python
2014-07-06 Berker PeksagIssue #9554: Use modern unittest features in test_argparse.
2014-07-05 Victor Stinner(Merge 3.4) Closes #21921: Fix ResourceWarning in the...
2014-07-05 Victor StinnerCloses #21921: Fix ResourceWarning in the asyncio examp...
2014-07-05 Victor Stinner(Merge 3.4) Closes #21886, #21447: Fix a race condition...
2014-07-05 Victor StinnerCloses #21886, #21447: Fix a race condition in asyncio...
2014-07-05 Berker PeksagIssue #21920: Merge from 3.4.
2014-07-05 Berker PeksagIssue #21920: Add a missing colon to the __main__ doc.
2014-07-05 Antoine PitrouIssue #21897: Fix a crash with the f_locals attribute...
2014-07-05 Antoine PitrouIssue #21897: Fix a crash with the f_locals attribute...
2014-07-05 Benjamin Petersonmerge 3.4
2014-07-05 Benjamin Petersonproperly decref the return value of close()
2014-07-05 Benjamin Petersonproperly decref the return value of close()
2014-07-04 Victor Stinner(Merge 3.4) Issue #21892, #21893: Partial revert of...
2014-07-04 Victor StinnerIssue #21892, #21893: Partial revert of changeset 4f55e...
2014-07-04 Berker PeksagMerge from 3.4.
2014-07-04 Berker PeksagAdd an index entry for exec() builtin.
2014-07-03 R David Murray#15014: Add 'auth' command to implement auth mechanisms...
2014-07-03 Zachary WareCloses #21151: Merge with 3.4
2014-07-03 Zachary WareIssue #21151: Fixed a segfault in the winreg module.
2014-07-03 Andrew SvetlovMerge 3.4
2014-07-03 Andrew SvetlovUpdate docs about tp_richcompare
2014-07-03 Berker PeksagIssue #21755: Skip {Frozen,Source}_DeadlockAvoidanceTes...
2014-07-02 Raymond Hettingermerge
2014-07-02 Raymond HettingerFix guidance for subclassing collections.Set()
2014-07-02 Victor Stinner(Merge 3.4) asyncio: sync with Tulip
2014-07-02 Victor Stinnerasyncio: sync with Tulip
2014-07-02 Victor Stinner(Merge 3.4) Issue #21090: io.FileIO.readall() does...
2014-07-02 Victor StinnerIssue #21090: io.FileIO.readall() does not ignore I...
2014-07-02 Jason R. CoombsNormalize style per PEP-8
2014-07-02 Berker PeksagIssue #5800: headers parameter of wsgiref.headers.Heade...
2014-07-02 Andrew SvetlovMerge 3.4
2014-07-02 Andrew SvetlovUse try-finally idiom in example for locks in multiproc...
2014-07-02 Terry Jan ReedyMerge with 3.4
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-02 Zachary WareIssue #18258: Fix test discovery for test_codecmaps_*.
2014-07-01 Terry Jan ReedyMerge with 3.4
2014-07-01 Terry Jan ReedyDelete a few unused names suggested by pyflakes.
2014-07-01 Victor Stinner(Merge 3.4) Issue #8677: make the zlib module "ssize_t...
2014-07-01 Victor StinnerIssue #8677: make the zlib module "ssize_t clean" for...
2014-07-01 Victor Stinner(Merge 3.4) Closes #21780: make the unicodedata module...
2014-07-01 Victor StinnerCloses #21780: make the unicodedata module "ssize_t...
2014-07-01 Victor Stinner(Merge 3.4) Issue #21781: Make the ssl module "ssize_t...
2014-07-01 Victor StinnerIssue #21781: Make the ssl module "ssize_t clean" for...
2014-07-01 Victor Stinner(Merge 3.4) asyncio: Fix test_sleep_cancel(): call_late...
2014-07-01 Victor Stinnerasyncio: Fix test_sleep_cancel(): call_later() mock...
2014-07-01 Victor Stinner(Merge 3.4) Closes #21892, #21893: Use PY_FORMAT_SIZE_T...
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 Ned DeilyIssue #21891: remove extraneous semicolon.
2014-07-01 Terry Jan ReedyMerge with 3.4
2014-07-01 Terry Jan ReedyIssue #18592: Refactor 2 SearchDialogBase.create_(optio...
2014-07-01 Berker PeksagIssue #13689: Merge from 3.4.
2014-07-01 Berker PeksagIssue #13689: Remove a dead link from howto/urllib.
2014-07-01 Terry Jan ReedyMerge with 3.4
2014-07-01 Terry Jan ReedyIssue #18592: Add unittests for SearchDialogBase. Patch...
2014-06-30 Terry Jan ReedyMerge with 3.4
2014-06-30 Terry Jan ReedyIssue #21882: In turtle demos, remove module scope...
2014-06-30 Victor Stinner(Merge 3.4) Issue #21163: BaseEventLoop.run_until_compl...
2014-06-30 Victor StinnerIssue #21163: BaseEventLoop.run_until_complete() and...
2014-06-30 Victor Stinnerasyncio: sync with Tulip
2014-06-30 Victor Stinnerasyncio: sync with Tulip
2014-06-30 Victor StinnerIssue #21645: asyncio: add a watchdog in test_read_all_...
2014-06-30 Berker PeksagFix typo in socket.getaddrinfo() docstring.
2014-06-30 Berker PeksagFix typo in socket.getaddrinfo() docstring.
2014-06-30 Ned DeilyIssue #21811: Add Misc/NEWS entry.
2014-06-30 Ned DeilyIssue #21811: Add Misc/NEWS entry.
2014-06-30 Berker PeksagIssue #14235: Merge from 3.4.
2014-06-30 Berker PeksagIssue #14235: Use importlib.reload() in test_cmd.test_c...
2014-06-30 Antoine PitrouIssue #21679: Prevent extraneous fstat() calls during...
2014-06-29 Stefan KrahMerge 3.4.
2014-06-29 Stefan KrahIssue #21778: Clarify use of flags if PyBuffer_FillInf...
2014-06-29 Alexander BelopolskyFixes #10541: regrtest -T is broken
2014-06-29 Berker PeksagIssue #20753: Merge with 3.4.
2014-06-29 Berker PeksagIssue #20753: Skip PasswordProtectedSiteTestCase when...
2014-06-28 Victor Stinner(Merge 3.4) asyncio: sync with Tulip, add a new asyncio...
2014-06-28 Victor Stinnerasyncio: sync with Tulip, add a new asyncio.coroutines...
2014-06-28 Jesus CeaMERGE: Closes #11279: test_posix and lack of "id -G...
2014-06-28 Jesus CeaCloses #11279: test_posix and lack of "id -G" support...
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
next