2014-07-25 |
Zachary Ware | Issue #22072: Fix a couple of SSL doc typos. Patch... |
commit | commitdiff | tree | snapshot |
2014-07-25 |
Charles-François... | Merge. |
commit | commitdiff | tree | snapshot |
2014-07-25 |
Charles-François... | Issue #19875: Fix random test_getsockaddrarg() failure. |
commit | commitdiff | tree | snapshot |
2014-07-25 |
Victor Stinner | asyncio, test_subprocess: relax timings for slow builbots |
commit | commitdiff | tree | snapshot |
2014-07-25 |
Victor Stinner | asyncio: sync with Tulip |
commit | commitdiff | tree | snapshot |
2014-07-25 |
Serhiy Storchaka | Issue #22061: Add deprecation warnings in empty obsolet... |
commit | commitdiff | tree | snapshot |
2014-07-25 |
Terry Jan Reedy | Issue #22061: remove call of useless function slated... |
commit | commitdiff | tree | snapshot |
2014-07-25 |
Terry Jan Reedy | Issue #22053: Make help work, after previous patch... |
commit | commitdiff | tree | snapshot |
2014-07-24 |
Victor Stinner | asyncio: sync with Tulip |
commit | commitdiff | tree | snapshot |
2014-07-24 |
Victor Stinner | Issue #19884, readline: calling rl_variable_bind (... |
commit | commitdiff | tree | snapshot |
2014-07-24 |
Victor Stinner | Issue #16133: The asynchat.async_chat.handle_read(... |
commit | commitdiff | tree | snapshot |
2014-07-24 |
Victor Stinner | Backport os.rst documentation from Python 3.5. |
commit | commitdiff | tree | snapshot |
2014-07-24 |
Victor Stinner | Issue #21813: Enhance documentation of the os.stat_resu... |
commit | commitdiff | tree | snapshot |
2014-07-24 |
Victor Stinner | Issue #19884: readline: Disable the meta modifier key... |
commit | commitdiff | tree | snapshot |
2014-07-24 |
Victor Stinner | test_gettext: use support.rmtree() instead of shutil... |
commit | commitdiff | tree | snapshot |
2014-07-24 |
Victor Stinner | asyncio tests: relax timings for slow buildbots |
commit | commitdiff | tree | snapshot |
2014-07-24 |
Victor Stinner | Issue #20055: Fix BaseEventLoop.stop() docstring, incom... |
commit | commitdiff | tree | snapshot |
2014-07-24 |
Andrew Svetlov | Fix incomplete sentence in asyncio docs. |
commit | commitdiff | tree | snapshot |
2014-07-24 |
Terry Jan Reedy | Asyncio doc fixes: spelling, grammar, duplication. |
commit | commitdiff | tree | snapshot |
2014-07-24 |
Terry Jan Reedy | Englich grammar nit. |
commit | commitdiff | tree | snapshot |
2014-07-24 |
Benjamin Peterson | s/stringobject/bytesobject/ (closes #22036) |
commit | commitdiff | tree | snapshot |
2014-07-24 |
Terry Jan Reedy | Fix doc example bug reported on python-list by Akshay... |
commit | commitdiff | tree | snapshot |
2014-07-23 |
Terry Jan Reedy | Issue #22053: Cleanup turtledemo start and stop and... |
commit | commitdiff | tree | snapshot |
2014-07-23 |
Zachary Ware | Issue #19493: Fix two uses of ctypes.test.requires... |
commit | commitdiff | tree | snapshot |
2014-07-23 |
Serhiy Storchaka | Merge heads |
commit | commitdiff | tree | snapshot |
2014-07-23 |
Serhiy Storchaka | Issue #6167: Backported tests for Scrollbar.activate... |
commit | commitdiff | tree | snapshot |
2014-07-23 |
Terry Jan Reedy | Issue #21597: Turtledemo text pane can now be widened... |
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 |
next |