2014-07-07 |
Victor Stinner | asyncio: sync with Tulip |
commit | commitdiff | tree | snapshot |
2014-07-07 |
Serhiy Storchaka | Merge heads |
commit | commitdiff | tree | snapshot |
2014-07-07 |
Berker Peksag | Issue #21707: Add missing kwonlyargcount argument to... |
commit | commitdiff | tree | snapshot |
2014-07-07 |
Serhiy Storchaka | Issue #21881: Just omit tests for platform-specific... |
commit | commitdiff | tree | snapshot |
2014-07-07 |
Serhiy Storchaka | Issue #19593: Use specific asserts in importlib tests. |
commit | commitdiff | tree | snapshot |
2014-07-07 |
Serhiy Storchaka | Merge heads |
commit | commitdiff | tree | snapshot |
2014-07-07 |
Serhiy Storchaka | Issue #21881: Be more tolerant in test_tcl to not parsa... |
commit | commitdiff | tree | snapshot |
2014-07-07 |
Antoine Pitrou | Issue #20639: calling Path.with_suffix('') allows remov... |
commit | commitdiff | tree | snapshot |
2014-07-07 |
Antoine Pitrou | Issue #21714: Disallow the construction of invalid... |
commit | commitdiff | tree | snapshot |
2014-07-06 |
Ned Deily | Issue #21923: Prevent AttributeError in distutils.sysco... |
commit | commitdiff | tree | snapshot |
2014-07-06 |
Ezio Melotti | #20135: move FAQ about mutable default arguments to... |
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 | Closes #21886, #21447: Fix a race condition in asyncio... |
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 |
Benjamin Peterson | properly decref the return value of close() |
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 | Add an index entry for exec() builtin. |
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 | Update docs about tp_richcompare |
commit | commitdiff | tree | snapshot |
2014-07-02 |
Raymond Hettinger | Fix guidance for subclassing collections.Set() |
commit | commitdiff | tree | snapshot |
2014-07-02 |
Victor Stinner | asyncio: sync with Tulip |
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 |
Andrew Svetlov | Use try-finally idiom in example for locks in multiproc... |
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-01 |
Terry Jan Reedy | Delete a few unused names suggested by pyflakes. |
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 | Closes #21780: make the unicodedata 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 | asyncio: Fix test_sleep_cancel(): call_later() mock... |
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 |
Terry Jan Reedy | Issue #18592: Refactor 2 SearchDialogBase.create_(optio... |
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 | Issue #18592: Add unittests for SearchDialogBase. Patch... |
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 | 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 |
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 |
Berker Peksag | Issue #14235: Use importlib.reload() in test_cmd.test_c... |
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 |
Berker Peksag | Issue #20753: Skip PasswordProtectedSiteTestCase when... |
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 | Closes #11279: test_posix and lack of "id -G" support... |
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 | asyncio: Fix unit tests on Windows, escape filenames... |
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 | Closes #21582: Cleanup test_asyncore. Patch written... |
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 | asyncio, Tulip issue 137: In debug mode, save traceback... |
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 | 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 |
Benjamin Peterson | use NULL not 0 |
commit | commitdiff | tree | snapshot |
2014-06-26 |
Victor Stinner | Issue #21858: Better handling of Python exceptions... |
commit | commitdiff | tree | snapshot |
2014-06-26 |
Zachary Ware | Issue #21829: Fix running test_ctypes on Windows with... |
commit | commitdiff | tree | snapshot |
2014-06-26 |
R David Murray | #21476: Unwrap fp in BytesParser so the file isn't... |
commit | commitdiff | tree | snapshot |
2014-06-26 |
Raymond Hettinger | Issue #19145: Remove duplicate ACKS entry |
commit | commitdiff | tree | snapshot |
2014-06-26 |
Terry Jan Reedy | Issue #18592: For idlelib.SearchDialogBase, edit and... |
commit | commitdiff | tree | snapshot |
2014-06-25 |
Victor Stinner | asyncio: Handle error handler: enhance formatting of... |
commit | commitdiff | tree | snapshot |
2014-06-25 |
Victor Stinner | Issue #21163: Fix one more "Task was destroyed but... |
commit | commitdiff | tree | snapshot |
2014-06-25 |
Victor Stinner | asyncio: sync with Tulip |
commit | commitdiff | tree | snapshot |
2014-06-25 |
Victor Stinner | Issue #21163, asyncio: Fix some "Task was destroyed... |
commit | commitdiff | tree | snapshot |
2014-06-25 |
Ned Deily | Issue #21811: Anticipated fixes to 3.x configure for... |
commit | commitdiff | tree | snapshot |
2014-06-25 |
Ned Deily | Issue #21811: Anticipated fixes to 3.x and 2.7 for... |
commit | commitdiff | tree | snapshot |
2014-06-25 |
Victor Stinner | asyncio, Tulip issue 177: Rewite repr() of Future,... |
commit | commitdiff | tree | snapshot |
2014-06-25 |
Serhiy Storchaka | Issue #21729: Used the "with" statement in the dbm... |
commit | commitdiff | tree | snapshot |
2014-06-25 |
Jesus Cea | MERGE: Closes #20872: dbm/gdbm/ndbm close methods are... |
commit | commitdiff | tree | snapshot |
2014-06-25 |
Jesus Cea | Closes #20872: dbm/gdbm/ndbm close methods are not... |
commit | commitdiff | tree | snapshot |
2014-06-25 |
Senthil Kumaran | issue20753 - robotparser tests should not rely upon... |
commit | commitdiff | tree | snapshot |
2014-06-25 |
Senthil Kumaran | Correct the quopri module documentation. Mention the... |
commit | commitdiff | tree | snapshot |
2014-06-25 |
Vinay Sajip | Fixed typo in documentation. |
commit | commitdiff | tree | snapshot |
2014-06-25 |
Raymond Hettinger | Issue #19145: Fix handling of negative values for... |
commit | commitdiff | tree | snapshot |
2014-06-25 |
Jesus Cea | MERGE: Closes #21441: Reorder elements in documentation... |
commit | commitdiff | tree | snapshot |
2014-06-25 |
Jesus Cea | Closes #21441: Reorder elements in documentation to... |
commit | commitdiff | tree | snapshot |
2014-06-25 |
Terry Jan Reedy | Issue #14117: Inprove help text and docstrings, some... |
commit | commitdiff | tree | snapshot |
2014-06-25 |
Raymond Hettinger | Add news entry for #21832 |
commit | commitdiff | tree | snapshot |
2014-06-25 |
Raymond Hettinger | merge |
commit | commitdiff | tree | snapshot |
2014-06-24 |
Raymond Hettinger | Issue 21832: Require named tuple inputs to be exact... |
commit | commitdiff | tree | snapshot |
2014-06-24 |
Victor Stinner | asyncio: repr(Task) now also contains the line number... |
commit | commitdiff | tree | snapshot |
2014-06-24 |
Raymond Hettinger | merge |
commit | commitdiff | tree | snapshot |
2014-06-24 |
Raymond Hettinger | Issue 21832: Require named tuple inputs to be exact... |
commit | commitdiff | tree | snapshot |
2014-06-24 |
R David Murray | #20155: use fake HTTP method names so windows doesn... |
commit | commitdiff | tree | snapshot |
2014-06-24 |
Victor Stinner | asyncio: Log an error if a Task is destroyed while... |
commit | commitdiff | tree | snapshot |
2014-06-24 |
Raymond Hettinger | merge |
commit | commitdiff | tree | snapshot |
2014-06-24 |
Benjamin Peterson | add Chris Foster |
commit | commitdiff | tree | snapshot |
2014-06-24 |
Raymond Hettinger | Issue #11974: Add tutorial section on class and instan... |
commit | commitdiff | tree | snapshot |
2014-06-23 |
Yury Selivanov | inspect: Validate that __signature__ is None or an... |
commit | commitdiff | tree | snapshot |
2014-06-23 |
Victor Stinner | asyncio: Fix BaseEventLoop._assert_is_current_event_loo... |
commit | commitdiff | tree | snapshot |
2014-06-23 |
Raymond Hettinger | Issue #8343: Named group error msgs did not show the... |
commit | commitdiff | tree | snapshot |
2014-06-23 |
Benjamin Peterson | clarify that islink only really works if python knows... |
commit | commitdiff | tree | snapshot |
2014-06-22 |
Benjamin Peterson | some timezone doc improvements (closes #16667) |
commit | commitdiff | tree | snapshot |
2014-06-22 |
Victor Stinner | asyncio, Tulip issue 171: BaseEventLoop.close() now... |
commit | commitdiff | tree | snapshot |
2014-06-22 |
Victor Stinner | asyncio: document the debug mode |
commit | commitdiff | tree | snapshot |
2014-06-22 |
Victor Stinner | asyncio, Tulip issue 172: only log selector timing... |
commit | commitdiff | tree | snapshot |
2014-06-22 |
Victor Stinner | asyncio: Add an unit test to check that setting the... |
commit | commitdiff | tree | snapshot |
2014-06-22 |
Victor Stinner | asyncio: Enable the debug mode of event loops when... |
commit | commitdiff | tree | snapshot |
2014-06-22 |
Victor Stinner | asyncio: BaseEventLoop._assert_is_current_event_loop... |
commit | commitdiff | tree | snapshot |
next |