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 |
2014-06-17 |
Victor Stinner | asyncio: Refactor tests: add a base TestCase class |
commit | commitdiff | tree | snapshot |
2014-06-17 |
Victor Stinner | asyncio: Refactor test__run_once_logging() to not rely... |
commit | commitdiff | tree | snapshot |
2014-06-17 |
Victor Stinner | asyncio: Set __qualname__ attribute of CoroWrapper... |
commit | commitdiff | tree | snapshot |
2014-06-17 |
Victor Stinner | Issue #21723: asyncio.Queue: support any type of number... |
commit | commitdiff | tree | snapshot |
2014-06-17 |
Terry Jan Reedy | Issue #21694: Add unittest for ParenMatch. Patch by... |
commit | commitdiff | tree | snapshot |
2014-06-17 |
Benjamin Peterson | add Ammar Brohi for running ssllab's test on python... |
commit | commitdiff | tree | snapshot |
2014-06-17 |
Benjamin Peterson | revert tstate_delete_common, since it's pretty much... |
commit | commitdiff | tree | snapshot |
2014-06-17 |
Benjamin Peterson | remove extra call to tstate_delete_common (merge artifact) |
commit | commitdiff | tree | snapshot |
2014-06-17 |
Benjamin Peterson | merge 3.3 |
commit | commitdiff | tree | snapshot |
2014-06-17 |
Benjamin Peterson | merge 3.2 |
commit | commitdiff | tree | snapshot |
2014-06-17 |
Benjamin Peterson | expect the correct platform-dependent linesep |
commit | commitdiff | tree | snapshot |
2014-06-17 |
Benjamin Peterson | avoid a deadlock with the interpreter head lock and... |
commit | commitdiff | tree | snapshot |
2014-06-17 |
Benjamin Peterson | check if the thread is finalizing after retaking the GIL |
commit | commitdiff | tree | snapshot |
2014-06-16 |
Terry Jan Reedy | Add Idle news entries. |
commit | commitdiff | tree | snapshot |
2014-06-16 |
Terry Jan Reedy | Issue #21686: add unittest for idlelib.HyperParser... |
commit | commitdiff | tree | snapshot |
2014-06-16 |
Victor Stinner | asyncio: Task.__repr__() now also handles CoroWrapper |
commit | commitdiff | tree | snapshot |
2014-06-16 |
Victor Stinner | Issue #21773: Fix TestStdLib.test_pydoc() of test_enum... |
commit | commitdiff | tree | snapshot |
2014-06-16 |
Zachary Ware | Fix typo reported by Jesse W on docs@ |
commit | commitdiff | tree | snapshot |
2014-06-16 |
Victor Stinner | Sync asyncio with Tulip: Fix test_tasks for Python 3.5 |
commit | commitdiff | tree | snapshot |
2014-06-16 |
Nick Coghlan | Issue #21669: Special case print & exec syntax errors |
commit | commitdiff | tree | snapshot |
2014-06-16 |
Terry Jan Reedy | Issue #21559: Add alternative (historical) reason for... |
commit | commitdiff | tree | snapshot |
2014-06-16 |
Terry Jan Reedy | Issue #19362: Tweek len() doc and docstring to expand... |
commit | commitdiff | tree | snapshot |
2014-06-16 |
Terry Jan Reedy | whitespace |
commit | commitdiff | tree | snapshot |
2014-06-16 |
Terry Jan Reedy | Issue #21686: idlelib/HyperParser.py - Update docstring... |
commit | commitdiff | tree | snapshot |
2014-06-16 |
Benjamin Peterson | clarify when the list of subdirectories is read (closes... |
commit | commitdiff | tree | snapshot |
2014-06-16 |
Gregory P.... | fix a BytesWarning in my previous commit. |
commit | commitdiff | tree | snapshot |
2014-06-16 |
Gregory P.... | Isolate the subprocess test_close_fds_when_max_fd_is_lo... |
commit | commitdiff | tree | snapshot |
2014-06-15 |
Raymond Hettinger | Issue #21774: Fix incorrect variable in xml.dom.minidom |
commit | commitdiff | tree | snapshot |
2014-06-15 |
Benjamin Peterson | document IOBase.__del__'s behavior (closes #21764) |
commit | commitdiff | tree | snapshot |
2014-06-15 |
Benjamin Peterson | merge 3.3 (#21766) |
commit | commitdiff | tree | snapshot |
2014-06-15 |
Benjamin Peterson | merge 3.2 (#21766) |
commit | commitdiff | tree | snapshot |
2014-06-15 |
Benjamin Peterson | url unquote the path before checking if it refers to... |
commit | commitdiff | tree | snapshot |
2014-06-14 |
Vinay Sajip | Issue #21742: Set stream to None after closing. |
commit | commitdiff | tree | snapshot |
2014-06-14 |
Vinay Sajip | Issue #21752: Documented change to behaviour of logging... |
commit | commitdiff | tree | snapshot |
2014-06-13 |
Terry Jan Reedy | Issue #21730: Add no-thread skip in test_socket. Patch... |
commit | commitdiff | tree | snapshot |
2014-06-13 |
Terry Jan Reedy | Issue #21726: Remove unnecessary and contextually wrong... |
commit | commitdiff | tree | snapshot |
2014-06-13 |
Zachary Ware | Issue #19493: Refactor ctypes test package. |
commit | commitdiff | tree | snapshot |
2014-06-13 |
Terry Jan Reedy | Issue #20043: Add direct test for _thread. |
commit | commitdiff | tree | snapshot |
2014-06-13 |
Zachary Ware | Per Martin [1], PGO is no longer used for official... |
commit | commitdiff | tree | snapshot |
2014-06-13 |
Zachary Ware | Issue #21745: Mention VS2010 SP1 as a solution for... |
commit | commitdiff | tree | snapshot |
2014-06-13 |
Victor Stinner | Issue #16136: VMSError is done, bye bye VMS |
commit | commitdiff | tree | snapshot |
2014-06-12 |
Vinay Sajip | Issue #21709: Improved implementation to cover the... |
commit | commitdiff | tree | snapshot |
2014-06-12 |
Victor Stinner | asyncio: Tulip issue 173: Enhance repr(Handle) and... |
commit | commitdiff | tree | snapshot |
2014-06-12 |
Terry Jan Reedy | Issue #12387: Add missing upper(lower)case versions... |
commit | commitdiff | tree | snapshot |
2014-06-11 |
Zachary Ware | Issue #21713: Fix typo in a comment. Found by Joseph... |
commit | commitdiff | tree | snapshot |
2014-06-11 |
Senthil Kumaran | #21693 - Fix the broken link for pylons project. |
commit | commitdiff | tree | snapshot |
2014-06-11 |
Larry Hastings | Issue #21629: Fix Argument Clinic's "--converters"... |
commit | commitdiff | tree | snapshot |
2014-06-11 |
Vinay Sajip | Issue #21709: Remove references to __file__ when part... |
commit | commitdiff | tree | snapshot |
2014-06-11 |
Serhiy Storchaka | PyErr_NormalizeException doesn't like being called... |
commit | commitdiff | tree | snapshot |
2014-06-10 |
Zachary Ware | Issue #21688: Give informative error message when hhc... |
commit | commitdiff | tree | snapshot |
2014-06-10 |
Victor Stinner | Issue #21596: asyncio.wait(): mention that the sequence... |
commit | commitdiff | tree | snapshot |
2014-06-10 |
Victor Stinner | Issue #21326: Add a new is_closed() method to asyncio... |
commit | commitdiff | tree | snapshot |
2014-06-10 |
Victor Stinner | Issue #21700: Fix asyncio doc, add DatagramProtocol |
commit | commitdiff | tree | snapshot |
2014-06-10 |
Terry Jan Reedy | Issue #21695: Catch AttributeError created when user... |
commit | commitdiff | tree | snapshot |
2014-06-09 |
R David Murray | #20903: clarify what happens when an smtp connection... |
commit | commitdiff | tree | snapshot |
2014-06-09 |
Serhiy Storchaka | Issue #21310: Fixed possible resource leak in failed... |
commit | commitdiff | tree | snapshot |
2014-06-09 |
Serhiy Storchaka | Issue #21677: Fixed chaining nonnormalized exceptions... |
commit | commitdiff | tree | snapshot |
2014-06-09 |
Nick Coghlan | Issue #21569: Fix incorrect cross reference |
commit | commitdiff | tree | snapshot |
2014-06-08 |
Zachary Ware | Issue #21683: Add Tix build to the Windows buildbot... |
commit | commitdiff | tree | snapshot |
2014-06-08 |
Terry Jan Reedy | whitespace |
commit | commitdiff | tree | snapshot |
2014-06-08 |
Terry Jan Reedy | Issue #21682: Replace EditorWindow with mock to elimina... |
commit | commitdiff | tree | snapshot |
2014-06-08 |
Benjamin Peterson | make sure the builtin help function doesn't fail when... |
commit | commitdiff | tree | snapshot |
2014-06-08 |
Benjamin Peterson | document TokenError and unclosed expression behavior... |
commit | commitdiff | tree | snapshot |
2014-06-07 |
Benjamin Peterson | don't remove self from example code in the HTML output... |
commit | commitdiff | tree | snapshot |
2014-06-07 |
Benjamin Peterson | in ftp cache pruning, avoid changing the size of a... |
commit | commitdiff | tree | snapshot |
next |