2014-07-23 |
Serhiy Storchaka | Issue #6167: Backported tests for Scrollbar.activate... |
commit | commitdiff | tree | snapshot |
2014-07-23 |
Zachary Ware | Issue #22002: Make full use of test discovery in test... |
commit | commitdiff | tree | snapshot |
2014-07-23 |
Victor Stinner | asyncio: sync with Tulip |
commit | commitdiff | tree | snapshot |
2014-07-23 |
Serhiy Storchaka | Issue #21888: plistlib's load() and loads() now work... |
commit | commitdiff | tree | snapshot |
2014-07-23 |
Serhiy Storchaka | Correct issue #21044 patch author. |
commit | commitdiff | tree | snapshot |
2014-07-23 |
Andrew Svetlov | Fix grammar |
commit | commitdiff | tree | snapshot |
2014-07-22 |
Charles-François... | Issue #21901: Cap the maximum number of file descriptor... |
commit | commitdiff | tree | snapshot |
2014-07-22 |
Victor Stinner | asyncio, tulip issue 193: Convert StreamWriter.drain... |
commit | commitdiff | tree | snapshot |
2014-07-22 |
Serhiy Storchaka | Fixed bugs in reprs of CookieJar and multiprocessing... |
commit | commitdiff | tree | snapshot |
2014-07-22 |
Serhiy Storchaka | Merge heads |
commit | commitdiff | tree | snapshot |
2014-07-22 |
Serhiy Storchaka | Issue #15759: "make suspicious", "make linkcheck" and... |
commit | commitdiff | tree | snapshot |
2014-07-22 |
Senthil Kumaran | Fix localhost checking in FileHandler. Raised in #21970. |
commit | commitdiff | tree | snapshot |
2014-07-21 |
Antoine Pitrou | Issue #21976: Fix test_ssl to accept LibreSSL version... |
commit | commitdiff | tree | snapshot |
2014-07-21 |
Victor Stinner | Issue #19629: Add missing "import stat" |
commit | commitdiff | tree | snapshot |
2014-07-21 |
Victor Stinner | Issue #19811, #22022: test_pathlib uses support.rmtree... |
commit | commitdiff | tree | snapshot |
2014-07-21 |
Victor Stinner | Issue #19629: Fix support.rmtree(), use os.lstat()... |
commit | commitdiff | tree | snapshot |
2014-07-21 |
Victor Stinner | asyncio: Fix test_stdin_broken_pipe(), drain() is not... |
commit | commitdiff | tree | snapshot |
2014-07-21 |
Raymond Hettinger | Issue #21868: Prevent turtle crash due to invalid undo... |
commit | commitdiff | tree | snapshot |
2014-07-20 |
Benjamin Peterson | add # |
commit | commitdiff | tree | snapshot |
2014-07-19 |
Benjamin Peterson | args doesn't need to be a tuple (closes #17210) |
commit | commitdiff | tree | snapshot |
2014-07-19 |
Mark Dickinson | Issue #22006: Remove outdated _thread caveat. Thanks... |
commit | commitdiff | tree | snapshot |
2014-07-18 |
Zachary Ware | Issue #22004: Correct an argument name. |
commit | commitdiff | tree | snapshot |
2014-07-18 |
Victor Stinner | Fix asyncio.__all__: export also unix_events and window... |
commit | commitdiff | tree | snapshot |
2014-07-17 |
Victor Stinner | Issue #21247: Fix a race condition in test_send_signal... |
commit | commitdiff | tree | snapshot |
2014-07-17 |
Victor Stinner | Python issue #21645, Tulip issue 192: Rewrite signal... |
commit | commitdiff | tree | snapshot |
2014-07-17 |
Victor Stinner | asyncio: Fix test_stdin_broken_pipe(), drain() can... |
commit | commitdiff | tree | snapshot |
2014-07-17 |
Victor Stinner | asyncio, tulip issue 190: Process.communicate() now... |
commit | commitdiff | tree | snapshot |
2014-07-17 |
Victor Stinner | asyncio, tulip issue 190: Process.communicate() must... |
commit | commitdiff | tree | snapshot |
2014-07-17 |
Berker Peksag | Issue #21994: Fix SyntaxError in the SSLContext.check_h... |
commit | commitdiff | tree | snapshot |
2014-07-16 |
Serhiy Storchaka | Issue 21044: tarfile.open() now handles fileobj with... |
commit | commitdiff | tree | snapshot |
2014-07-16 |
Zachary Ware | Fix a minor typo in the turtle docs. Found by Brandon... |
commit | commitdiff | tree | snapshot |
2014-07-16 |
Zachary Ware | Issue #21918: Convert test_tools.py to a sub-package... |
commit | commitdiff | tree | snapshot |
2014-07-16 |
Zachary Ware | Remove Tools/scripts/pydocgui.pyw. |
commit | commitdiff | tree | snapshot |
2014-07-16 |
Victor Stinner | asyncio: test_as_completed(): disable "slow callback... |
commit | commitdiff | tree | snapshot |
2014-07-16 |
Victor Stinner | Issue #21163: Fix "destroy pending task" warning in... |
commit | commitdiff | tree | snapshot |
2014-07-16 |
Victor Stinner | Issue #21163, asyncio: Ignore "destroy pending task... |
commit | commitdiff | tree | snapshot |
2014-07-16 |
Victor Stinner | asyncio: test_selector_events: remove duplicate call... |
commit | commitdiff | tree | snapshot |
2014-07-16 |
Tal Einat | Issue #21765: Add support for non-ascii identifiers... |
commit | commitdiff | tree | snapshot |
2014-07-15 |
Terry Jan Reedy | Issue #21982: Add minimal unittest for configDialog... |
commit | commitdiff | tree | snapshot |
2014-07-14 |
Victor Stinner | asyncio tests: make quiet the logs of SSL handshake... |
commit | commitdiff | tree | snapshot |
2014-07-14 |
Victor Stinner | asyncio: sync with Tulip |
commit | commitdiff | tree | snapshot |
2014-07-14 |
Serhiy Storchaka | Call PyErr_NoMemory() when PyMem_Malloc() fails. |
commit | commitdiff | tree | snapshot |
2014-07-14 |
Raymond Hettinger | Issue 21977: Minor improvements to the regexes in... |
commit | commitdiff | tree | snapshot |
2014-07-13 |
Terry Jan Reedy | Issue #18592: Method return signature changes made... |
commit | commitdiff | tree | snapshot |
2014-07-13 |
Ned Deily | Issue #21323: Fix http.server to again handle scripts... |
commit | commitdiff | tree | snapshot |
2014-07-13 |
Ned Deily | Issue #21323: Fix http.server to again handle scripts... |
commit | commitdiff | tree | snapshot |
2014-07-13 |
Ned Deily | Issue #21323: Fix http.server to again handle scripts... |
commit | commitdiff | tree | snapshot |
2014-07-12 |
Berker Peksag | Issue #19076: Don't pass the redundant 'file' argument... |
commit | commitdiff | tree | snapshot |
2014-07-12 |
Victor Stinner | asyncio: Server.close() leaves client sockets open |
commit | commitdiff | tree | snapshot |
2014-07-12 |
Victor Stinner | asyncio: sync with Tulip |
commit | commitdiff | tree | snapshot |
2014-07-11 |
Victor Stinner | asyncio: improve the documentation of servers |
commit | commitdiff | tree | snapshot |
2014-07-11 |
Victor Stinner | asyncio, Tulip issue 180: Make Server attributes and... |
commit | commitdiff | tree | snapshot |
2014-07-11 |
Berker Peksag | Issue #21906: Make Tools/scripts/md5sum.py work in... |
commit | commitdiff | tree | snapshot |
2014-07-11 |
Victor Stinner | asyncio: enhance documentation of platform support |
commit | commitdiff | tree | snapshot |
2014-07-11 |
Victor Stinner | asyncio: sync with Tulip |
commit | commitdiff | tree | snapshot |
2014-07-11 |
Terry Jan Reedy | Issue #18592: Make unittest for SearchDialogBase work... |
commit | commitdiff | tree | snapshot |
2014-07-11 |
Terry Jan Reedy | Idle News entries. |
commit | commitdiff | tree | snapshot |
2014-07-11 |
Terry Jan Reedy | #21940: Add unittest for WidgetRedirector. Initial... |
commit | commitdiff | tree | snapshot |
2014-07-10 |
Victor Stinner | asyncio: sync with Tulip |
commit | commitdiff | tree | snapshot |
2014-07-10 |
Victor Stinner | asyncio: sync with Tulip |
commit | commitdiff | tree | snapshot |
2014-07-10 |
Victor Stinner | asyncio: sync with Tulip |
commit | commitdiff | tree | snapshot |
2014-07-10 |
Zachary Ware | Issue #21942: Fixed source file viewing in pydoc's... |
commit | commitdiff | tree | snapshot |
2014-07-10 |
Terry Jan Reedy | Issue #21940: add docstrings to idlelib.WidgetRedirector. |
commit | commitdiff | tree | snapshot |
2014-07-09 |
Berker Peksag | Issues #21948 and #16040: Fix typos. |
commit | commitdiff | tree | snapshot |
2014-07-08 |
Victor Stinner | asyncion, Tulip issue 181: BaseEventLoop.create_datagra... |
commit | commitdiff | tree | snapshot |
2014-07-08 |
Victor Stinner | Issue #21680: Document asyncio event loops |
commit | commitdiff | tree | snapshot |
2014-07-08 |
Victor Stinner | Update asyncio documentation |
commit | commitdiff | tree | snapshot |
2014-07-08 |
Victor Stinner | asyncio: sync with Tulip |
commit | commitdiff | tree | snapshot |
2014-07-07 |
Victor Stinner | Issue #11259: asynchat.async_chat().set_terminator... |
commit | commitdiff | tree | snapshot |
2014-07-07 |
Victor Stinner | asynchat: PEP8-ify the code |
commit | commitdiff | tree | snapshot |
2014-07-07 |
Victor Stinner | Issue #12523: asynchat.async_chat.push() now raises... |
commit | commitdiff | tree | snapshot |
2014-07-07 |
Victor Stinner | Issue #21925: PyImport_Cleanup(): Remove unused paramet... |
commit | commitdiff | tree | snapshot |
2014-07-07 |
Victor Stinner | Issue #21781, _ssl: Fix asn1obj2py() on Windows 64... |
commit | commitdiff | tree | snapshot |
2014-07-07 |
Zachary Ware | Issue #17846: Clarify note about Solution Folders. |
commit | commitdiff | tree | snapshot |
2014-07-07 |
Zachary Ware | Fix MSVC edition mismatch. |
commit | commitdiff | tree | snapshot |
2014-07-07 |
Berker Peksag | Issue #21707: Fix tests on Windows. |
commit | commitdiff | tree | snapshot |
2014-07-07 |
Victor Stinner | asyncio: sync with Tulip |
commit | commitdiff | tree | snapshot |
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 |
next |