- 09 Aug, 2014 1 commit
-
-
R David Murray authored
Patch by Milan Oberkirch, developed as part of his 2014 GSOC project. Note that this also fixes a bug in mock_socket ('getpeername' was returning a simple string instead of the tuple required for IPvX protocols), a bug in DebugServer with respect to handling binary data (should have been fixed when decode_data was introduced, but wasn't found until this patch was written), and a long-standing bug in DebugServer (it was printing an extra blank line at the end of the displayed message text).
-
- 11 Aug, 2014 1 commit
-
-
Berker Peksag authored
Patch by Akira Li.
-
- 10 Aug, 2014 10 commits
-
-
Victor Stinner authored
asyncio.async(coro), mention that asyncio.async() can be used to scheduler a coroutine, and make it clear that create_task() is only available in Python 3.4.2 and later.
-
Victor Stinner authored
asyncio.async(coro), mention that asyncio.async() can be used to scheduler a coroutine, and make it clear that create_task() is only available in Python 3.4.2 and later.
-
Victor Stinner authored
Patch written by Xavier de Gaye.
-
Victor Stinner authored
Patch written by Xavier de Gaye.
-
Raymond Hettinger authored
-
Raymond Hettinger authored
-
Raymond Hettinger authored
-
Raymond Hettinger authored
-
Benjamin Peterson authored
-
Benjamin Peterson authored
Patch from Stefan Krah.
-
- 09 Aug, 2014 12 commits
-
-
doko@ubuntu.com authored
-
doko@ubuntu.com authored
-
doko@ubuntu.com authored
-
doko@ubuntu.com authored
-
doko@ubuntu.com authored
adds support for the Linux AArch64 and POWERPC ELF ABIv2 little endian architectures.
-
doko@ubuntu.com authored
adds support for the Linux AArch64 and POWERPC ELF ABIv2 little endian architectures.
-
Serhiy Storchaka authored
types. Corrected error messages about bytes arguments.
-
Serhiy Storchaka authored
types. Corrected error messages about bytes arguments.
-
Nick Coghlan authored
-
Nick Coghlan authored
-
Terry Jan Reedy authored
-
Terry Jan Reedy authored
Move BREAK tag configuration to PyShellEditorWindow.
-
- 08 Aug, 2014 4 commits
-
-
Zachary Ware authored
-
Zachary Ware authored
-
Ezio Melotti authored
-
Ezio Melotti authored
-
- 07 Aug, 2014 9 commits
-
-
Serhiy Storchaka authored
Windows. Path by Vajrasky Kok.
-
Serhiy Storchaka authored
Windows. Path by Vajrasky Kok.
-
Zachary Ware authored
-
Benjamin Peterson authored
-
Zachary Ware authored
-
Zachary Ware authored
-
Zachary Ware authored
-
Ezio Melotti authored
-
Ezio Melotti authored
-
- 06 Aug, 2014 3 commits
-
-
Antoine Pitrou authored
Issue #22116: C functions and methods (of the 'builtin_function_or_method' type) can now be weakref'ed. Patch by Wei Wu.
-
Serhiy Storchaka authored
-
Serhiy Storchaka authored
-