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 |
2014-06-07 |
Benjamin Peterson | specify that getuid() returns the real uid (closes... |
commit | commitdiff | tree | snapshot |
2014-06-07 |
Benjamin Peterson | document the compress_level argument to tarfile.open... |
commit | commitdiff | tree | snapshot |
2014-06-07 |
Benjamin Peterson | allow the keyword else immediately after (no space... |
commit | commitdiff | tree | snapshot |
2014-06-07 |
Nick Coghlan | Issue #21569: sync Python 2.7 What's New with 2.7 version |
commit | commitdiff | tree | snapshot |
2014-06-07 |
Nick Coghlan | Issue #21667: Clarify string data model description |
commit | commitdiff | tree | snapshot |
2014-06-07 |
Terry Jan Reedy | Issue #21682: Replace EditorWindow with mock to elimina... |
commit | commitdiff | tree | snapshot |
2014-06-06 |
Terry Jan Reedy | Issue #18910: test_textView - since all tests require... |
commit | commitdiff | tree | snapshot |
2014-06-06 |
Zachary Ware | Quash extraneous quote. |
commit | commitdiff | tree | snapshot |
2014-06-06 |
Zachary Ware | Issue #21671, CVE-2014-0224: Update the Windows build... |
commit | commitdiff | tree | snapshot |
2014-06-05 |
R David Murray | #21662: fix typo, improve sentence flow |
commit | commitdiff | tree | snapshot |
2014-06-05 |
R David Murray | #21653: fix doc for return type of sqlite3.Row.keys(). |
commit | commitdiff | tree | snapshot |
2014-06-05 |
Zachary Ware | Issue #21661: Fix typo. |
commit | commitdiff | tree | snapshot |
2014-06-05 |
Zachary Ware | Revert Tools/buildbot/external-common.bat to normal... |
commit | commitdiff | tree | snapshot |
2014-06-05 |
Zachary Ware | Force a clean pull-and-build of Tcl/Tk on Windows build... |
commit | commitdiff | tree | snapshot |
2014-06-05 |
Zachary Ware | Clean up Tcl/Tk building in the Windows buildbot scripts. |
commit | commitdiff | tree | snapshot |
2014-06-05 |
Victor Stinner | Tulip issue 83, Python issue #21252: Fill some XXX... |
commit | commitdiff | tree | snapshot |
2014-06-05 |
Vinay Sajip | Issue #21663: Fixed error caused by trying to create... |
commit | commitdiff | tree | snapshot |
2014-06-05 |
Terry Jan Reedy | whitespace |
commit | commitdiff | tree | snapshot |
2014-06-05 |
Terry Jan Reedy | Issue #18910: Add unittest for textView. Patch by Phil... |
commit | commitdiff | tree | snapshot |
2014-06-05 |
Terry Jan Reedy | Merge heads. |
commit | commitdiff | tree | snapshot |
2014-06-05 |
Terry Jan Reedy | Issue #18292: Idle - test AutoExpand. Patch by Saihadha... |
commit | commitdiff | tree | snapshot |
2014-06-04 |
Barry Warsaw | Don't chmod() if path is a symlink. |
commit | commitdiff | tree | snapshot |
2014-06-04 |
Terry Jan Reedy | Issue #18409: Idle: add unittest for AutoComplete.... |
commit | commitdiff | tree | snapshot |
2014-06-03 |
Victor Stinner | Fix asyncio tests on Windows: wait for the subprocess... |
commit | commitdiff | tree | snapshot |
next |