2014-07-06 |
Berker Peksag | Issue #9554: Use modern unittest features in test_argparse. |
commit | commitdiff | tree | snapshot |
2014-07-05 |
Victor Stinner | (Merge 3.4) Closes #21921: Fix ResourceWarning in the... |
commit | commitdiff | tree | snapshot |
2014-07-05 |
Victor Stinner | Closes #21921: Fix ResourceWarning in the asyncio examp... |
commit | commitdiff | tree | snapshot |
2014-07-05 |
Victor Stinner | (Merge 3.4) Closes #21886, #21447: Fix a race condition... |
commit | commitdiff | tree | snapshot |
2014-07-05 |
Victor Stinner | Closes #21886, #21447: Fix a race condition in asyncio... |
commit | commitdiff | tree | snapshot |
2014-07-05 |
Berker Peksag | Issue #21920: Merge from 3.4. |
commit | commitdiff | tree | snapshot |
2014-07-05 |
Berker Peksag | Issue #21920: Add a missing colon to the __main__ doc. |
commit | commitdiff | tree | snapshot |
2014-07-05 |
Antoine Pitrou | Issue #21897: Fix a crash with the f_locals attribute... |
commit | commitdiff | tree | snapshot |
2014-07-05 |
Antoine Pitrou | Issue #21897: Fix a crash with the f_locals attribute... |
commit | commitdiff | tree | snapshot |
2014-07-05 |
Benjamin Peterson | merge 3.4 |
commit | commitdiff | tree | snapshot |
2014-07-05 |
Benjamin Peterson | properly decref the return value of close() |
commit | commitdiff | tree | snapshot |
2014-07-05 |
Benjamin Peterson | properly decref the return value of close() |
commit | commitdiff | tree | snapshot |
2014-07-04 |
Victor Stinner | (Merge 3.4) Issue #21892, #21893: Partial revert of... |
commit | commitdiff | tree | snapshot |
2014-07-04 |
Victor Stinner | Issue #21892, #21893: Partial revert of changeset 4f55e... |
commit | commitdiff | tree | snapshot |
2014-07-04 |
Berker Peksag | Merge from 3.4. |
commit | commitdiff | tree | snapshot |
2014-07-04 |
Berker Peksag | Add an index entry for exec() builtin. |
commit | commitdiff | tree | snapshot |
2014-07-03 |
R David Murray | #15014: Add 'auth' command to implement auth mechanisms... |
commit | commitdiff | tree | snapshot |
2014-07-03 |
Zachary Ware | Closes #21151: Merge with 3.4 |
commit | commitdiff | tree | snapshot |
2014-07-03 |
Zachary Ware | Issue #21151: Fixed a segfault in the winreg module. |
commit | commitdiff | tree | snapshot |
2014-07-03 |
Andrew Svetlov | Merge 3.4 |
commit | commitdiff | tree | snapshot |
2014-07-03 |
Andrew Svetlov | Update docs about tp_richcompare |
commit | commitdiff | tree | snapshot |
2014-07-03 |
Berker Peksag | Issue #21755: Skip {Frozen,Source}_DeadlockAvoidanceTes... |
commit | commitdiff | tree | snapshot |
2014-07-02 |
Raymond Hettinger | merge |
commit | commitdiff | tree | snapshot |
2014-07-02 |
Raymond Hettinger | Fix guidance for subclassing collections.Set() |
commit | commitdiff | tree | snapshot |
2014-07-02 |
Victor Stinner | (Merge 3.4) asyncio: sync with Tulip |
commit | commitdiff | tree | snapshot |
2014-07-02 |
Victor Stinner | asyncio: sync with Tulip |
commit | commitdiff | tree | snapshot |
2014-07-02 |
Victor Stinner | (Merge 3.4) Issue #21090: io.FileIO.readall() does... |
commit | commitdiff | tree | snapshot |
2014-07-02 |
Victor Stinner | Issue #21090: io.FileIO.readall() does not ignore I... |
commit | commitdiff | tree | snapshot |
2014-07-02 |
Jason R. Coombs | Normalize style per PEP-8 |
commit | commitdiff | tree | snapshot |
2014-07-02 |
Berker Peksag | Issue #5800: headers parameter of wsgiref.headers.Heade... |
commit | commitdiff | tree | snapshot |
2014-07-02 |
Andrew Svetlov | Merge 3.4 |
commit | commitdiff | tree | snapshot |
2014-07-02 |
Andrew Svetlov | Use try-finally idiom in example for locks in multiproc... |
commit | commitdiff | tree | snapshot |
2014-07-02 |
Terry Jan Reedy | Merge with 3.4 |
commit | commitdiff | tree | snapshot |
2014-07-02 |
Terry Jan Reedy | More idlelib cleanup inspired by pyflakes. |
commit | commitdiff | tree | snapshot |
2014-07-02 |
Zachary Ware | Issue #18258: Fix test discovery for test_codecmaps_*. |
commit | commitdiff | tree | snapshot |
2014-07-02 |
Zachary Ware | Issue #18258: Fix test discovery for test_codecmaps_*. |
commit | commitdiff | tree | snapshot |
2014-07-01 |
Terry Jan Reedy | Merge with 3.4 |
commit | commitdiff | tree | snapshot |
2014-07-01 |
Terry Jan Reedy | Delete a few unused names suggested by pyflakes. |
commit | commitdiff | tree | snapshot |
2014-07-01 |
Victor Stinner | (Merge 3.4) Issue #8677: make the zlib module "ssize_t... |
commit | commitdiff | tree | snapshot |
2014-07-01 |
Victor Stinner | Issue #8677: make the zlib module "ssize_t clean" for... |
commit | commitdiff | tree | snapshot |
2014-07-01 |
Victor Stinner | (Merge 3.4) Closes #21780: make the unicodedata module... |
commit | commitdiff | tree | snapshot |
2014-07-01 |
Victor Stinner | Closes #21780: make the unicodedata module "ssize_t... |
commit | commitdiff | tree | snapshot |
2014-07-01 |
Victor Stinner | (Merge 3.4) Issue #21781: Make the ssl module "ssize_t... |
commit | commitdiff | tree | snapshot |
2014-07-01 |
Victor Stinner | Issue #21781: Make the ssl module "ssize_t clean" for... |
commit | commitdiff | tree | snapshot |
2014-07-01 |
Victor Stinner | (Merge 3.4) asyncio: Fix test_sleep_cancel(): call_late... |
commit | commitdiff | tree | snapshot |
2014-07-01 |
Victor Stinner | asyncio: Fix test_sleep_cancel(): call_later() mock... |
commit | commitdiff | tree | snapshot |
2014-07-01 |
Victor Stinner | (Merge 3.4) Closes #21892, #21893: Use PY_FORMAT_SIZE_T... |
commit | commitdiff | tree | snapshot |
2014-07-01 |
Victor Stinner | Closes #21892, #21893: Use PY_FORMAT_SIZE_T instead... |
commit | commitdiff | tree | snapshot |
2014-07-01 |
Ned Deily | Issue #21891: remove extraneous semicolon. |
commit | commitdiff | tree | snapshot |
2014-07-01 |
Ned Deily | Issue #21891: remove extraneous semicolon. |
commit | commitdiff | tree | snapshot |
2014-07-01 |
Terry Jan Reedy | Merge with 3.4 |
commit | commitdiff | tree | snapshot |
2014-07-01 |
Terry Jan Reedy | Issue #18592: Refactor 2 SearchDialogBase.create_(optio... |
commit | commitdiff | tree | snapshot |
2014-07-01 |
Berker Peksag | Issue #13689: Merge from 3.4. |
commit | commitdiff | tree | snapshot |
2014-07-01 |
Berker Peksag | Issue #13689: Remove a dead link from howto/urllib. |
commit | commitdiff | tree | snapshot |
2014-07-01 |
Terry Jan Reedy | Merge with 3.4 |
commit | commitdiff | tree | snapshot |
2014-07-01 |
Terry Jan Reedy | Issue #18592: Add unittests for SearchDialogBase. Patch... |
commit | commitdiff | tree | snapshot |
2014-06-30 |
Terry Jan Reedy | Merge with 3.4 |
commit | commitdiff | tree | snapshot |
2014-06-30 |
Terry Jan Reedy | Issue #21882: In turtle demos, remove module scope... |
commit | commitdiff | tree | snapshot |
2014-06-30 |
Victor Stinner | (Merge 3.4) Issue #21163: BaseEventLoop.run_until_compl... |
commit | commitdiff | tree | snapshot |
2014-06-30 |
Victor Stinner | Issue #21163: BaseEventLoop.run_until_complete() and... |
commit | commitdiff | tree | snapshot |
2014-06-30 |
Victor Stinner | asyncio: sync with Tulip |
commit | commitdiff | tree | snapshot |
2014-06-30 |
Victor Stinner | asyncio: sync with Tulip |
commit | commitdiff | tree | snapshot |
2014-06-30 |
Victor Stinner | Issue #21645: asyncio: add a watchdog in test_read_all_... |
commit | commitdiff | tree | snapshot |
2014-06-30 |
Berker Peksag | Fix typo in socket.getaddrinfo() docstring. |
commit | commitdiff | tree | snapshot |
2014-06-30 |
Berker Peksag | Fix typo in socket.getaddrinfo() docstring. |
commit | commitdiff | tree | snapshot |
2014-06-30 |
Ned Deily | Issue #21811: Add Misc/NEWS entry. |
commit | commitdiff | tree | snapshot |
2014-06-30 |
Ned Deily | Issue #21811: Add Misc/NEWS entry. |
commit | commitdiff | tree | snapshot |
2014-06-30 |
Berker Peksag | Issue #14235: Merge from 3.4. |
commit | commitdiff | tree | snapshot |
2014-06-30 |
Berker Peksag | Issue #14235: Use importlib.reload() in test_cmd.test_c... |
commit | commitdiff | tree | snapshot |
2014-06-30 |
Antoine Pitrou | Issue #21679: Prevent extraneous fstat() calls during... |
commit | commitdiff | tree | snapshot |
2014-06-29 |
Stefan Krah | Merge 3.4. |
commit | commitdiff | tree | snapshot |
2014-06-29 |
Stefan Krah | Issue #21778: Clarify use of flags if PyBuffer_FillInf... |
commit | commitdiff | tree | snapshot |
2014-06-29 |
Alexander Belopolsky | Fixes #10541: regrtest -T is broken |
commit | commitdiff | tree | snapshot |
2014-06-29 |
Berker Peksag | Issue #20753: Merge with 3.4. |
commit | commitdiff | tree | snapshot |
2014-06-29 |
Berker Peksag | Issue #20753: Skip PasswordProtectedSiteTestCase when... |
commit | commitdiff | tree | snapshot |
2014-06-28 |
Victor Stinner | (Merge 3.4) asyncio: sync with Tulip, add a new asyncio... |
commit | commitdiff | tree | snapshot |
2014-06-28 |
Victor Stinner | asyncio: sync with Tulip, add a new asyncio.coroutines... |
commit | commitdiff | tree | snapshot |
2014-06-28 |
Jesus Cea | MERGE: Closes #11279: test_posix and lack of "id -G... |
commit | commitdiff | tree | snapshot |
2014-06-28 |
Jesus Cea | Closes #11279: test_posix and lack of "id -G" support... |
commit | commitdiff | tree | snapshot |
2014-06-28 |
Antoine Pitrou | Issue #21863: cProfile now displays the module name... |
commit | commitdiff | tree | snapshot |
2014-06-27 |
Victor Stinner | (Merge 3.4) asyncio: Fix two "Coroutine xxx was never... |
commit | commitdiff | tree | snapshot |
2014-06-27 |
Victor Stinner | asyncio: Fix two "Coroutine xxx was never yielded from... |
commit | commitdiff | tree | snapshot |
2014-06-27 |
Victor Stinner | (Merge 3.4) asyncio: Fix unit tests on Windows, escape... |
commit | commitdiff | tree | snapshot |
2014-06-27 |
Victor Stinner | asyncio: Fix unit tests on Windows, escape filenames... |
commit | commitdiff | tree | snapshot |
2014-06-27 |
Victor Stinner | (Merge 3.4) Issue #11453: asyncore: emit a ResourceWarn... |
commit | commitdiff | tree | snapshot |
2014-06-27 |
Victor Stinner | Issue #11453: asyncore: emit a ResourceWarning when... |
commit | commitdiff | tree | snapshot |
2014-06-27 |
Victor Stinner | (Merge 3.4) Closes #21582: Cleanup test_asyncore. Patch... |
commit | commitdiff | tree | snapshot |
2014-06-27 |
Victor Stinner | Closes #21582: Cleanup test_asyncore. Patch written... |
commit | commitdiff | tree | snapshot |
2014-06-27 |
Ezio Melotti | Merge socket howto fixes from 3.4. |
commit | commitdiff | tree | snapshot |
2014-06-27 |
Ezio Melotti | Fix indentation and class name in socket howto example. |
commit | commitdiff | tree | snapshot |
2014-06-27 |
Victor Stinner | (Merge 3.4) asyncio, Tulip issue 137: In debug mode... |
commit | commitdiff | tree | snapshot |
2014-06-27 |
Victor Stinner | asyncio, Tulip issue 137: In debug mode, save traceback... |
commit | commitdiff | tree | snapshot |
2014-06-27 |
Victor Stinner | (Merge 3.4) asyncio, Tulip issue 137: In debug mode... |
commit | commitdiff | tree | snapshot |
2014-06-27 |
Victor Stinner | asyncio, Tulip issue 137: In debug mode, add the traceb... |
commit | commitdiff | tree | snapshot |
2014-06-27 |
Victor Stinner | (Merge 3.4) asyncio: Oops, restore a removed test |
commit | commitdiff | tree | snapshot |
2014-06-27 |
Victor Stinner | asyncio: Oops, restore a removed test |
commit | commitdiff | tree | snapshot |
2014-06-27 |
Ned Deily | Issue #21875: Remove vestigial references to Classic... |
commit | commitdiff | tree | snapshot |
2014-06-27 |
Ned Deily | Issue #21875: Remove vestigial references to Classic... |
commit | commitdiff | tree | snapshot |
2014-06-27 |
Benjamin Peterson | merge 3.4 |
commit | commitdiff | tree | snapshot |
2014-06-27 |
Benjamin Peterson | use NULL not 0 |
commit | commitdiff | tree | snapshot |
next |