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 |
2014-06-22 |
Martin v. Löwis | Issue #10747: Use versioned labels in the Windows start... |
commit | commitdiff | tree | snapshot |
2014-06-22 |
Raymond Hettinger | Issue #21812: Trigger immediate transformation in... |
commit | commitdiff | tree | snapshot |
2014-06-22 |
Terry Jan Reedy | Issue #21823: Catch turtle.Terminator exceptions in... |
commit | commitdiff | tree | snapshot |
2014-06-21 |
Raymond Hettinger | Issue 21635: Fix caching in difflib.SequenceMatcher... |
commit | commitdiff | tree | snapshot |
2014-06-20 |
Charles-François... | Merge. |
commit | commitdiff | tree | snapshot |
2014-06-20 |
Charles-François... | Fix test_pydoc failure introduced by 7aa72075d440.... |
commit | commitdiff | tree | snapshot |
2014-06-20 |
Terry Jan Reedy | Issue #21770: Call function instead of module. Patch... |
commit | commitdiff | tree | snapshot |
2014-06-20 |
Charles-François... | Issue #21491: socketserver: Fix a race condition in... |
commit | commitdiff | tree | snapshot |
2014-06-20 |
Terry Jan Reedy | Issue #21768: fix NameError in test_pydescr. Patch... |
commit | commitdiff | tree | snapshot |
2014-06-20 |
Terry Jan Reedy | Issue #21768: fix type in test_pydoc, patch by Claudiu... |
commit | commitdiff | tree | snapshot |
2014-06-20 |
Victor Stinner | asyncio, Tulip issue 105: in debug mode, log callbacks... |
commit | commitdiff | tree | snapshot |
2014-06-20 |
Senthil Kumaran | issue 20091 - index entry for __main__ in runpy docs. |
commit | commitdiff | tree | snapshot |
2014-06-19 |
Ezio Melotti | #21690: fix a couple of links in the docs of the re... |
commit | commitdiff | tree | snapshot |
2014-06-19 |
Victor Stinner | Tulip issue 83: document more asyncio functions in... |
commit | commitdiff | tree | snapshot |
2014-06-19 |
Victor Stinner | Closes #21595: asyncio.BaseSelectorEventLoop._read_from... |
commit | commitdiff | tree | snapshot |
2014-06-19 |
Victor Stinner | Closes #21758: asyncio doc: mention explicitly that... |
commit | commitdiff | tree | snapshot |
2014-06-19 |
Antoine Pitrou | Issue #21722: The distutils "upload" command now exits... |
commit | commitdiff | tree | snapshot |
2014-06-18 |
Ned Deily | Issue #3485: remove misleading comment |
commit | commitdiff | tree | snapshot |
2014-06-18 |
Zachary Ware | Fix typo pointed out by cocoatomo on docs@ |
commit | commitdiff | tree | snapshot |
2014-06-18 |
Victor Stinner | asyncio: Fix pyflakes errors |
commit | commitdiff | tree | snapshot |
next |