- 07 Jul, 2014 31 commits
-
-
Zachary Ware authored
-
Victor Stinner authored
requires size to be a Py_ssize_t, not an int. _ssl.c is now "Py_ssize_t clean".
-
Victor Stinner authored
size to be a Py_ssize_t, not an int. _ssl.c is now "Py_ssize_t clean".
-
Zachary Ware authored
-
Zachary Ware authored
Initial patch by Kathleen Weaver.
-
Zachary Ware authored
-
Zachary Ware authored
-
Zachary Ware authored
The user-facing scripts in PCbuild have been updated to be easier to use and the buildbot scripts in Tools\buildbot have been updated to use the user-facing scripts in PCbuild wherever possible.
-
Berker Peksag authored
-
Berker Peksag authored
-
Victor Stinner authored
Backout the "Tulip issue 181: Faster create_connection()" changeset, it was a mistake.
-
Victor Stinner authored
Backout the "Tulip issue 181: Faster create_connection()" changeset, it was a mistake.
-
Victor Stinner authored
- Tulip issue #181: Faster create_connection(). Call directly waiter.set_result() in the constructor of _ProactorBasePipeTransport and _SelectorSocketTransport, instead of using of delaying the call with call_soon(). - Cleanup iscoroutine()
-
Victor Stinner authored
- Tulip issue #181: Faster create_connection(). Call directly waiter.set_result() in the constructor of _ProactorBasePipeTransport and _SelectorSocketTransport, instead of using of delaying the call with call_soon(). - Cleanup iscoroutine()
-
Serhiy Storchaka authored
-
Serhiy Storchaka authored
-
Serhiy Storchaka authored
-
Berker Peksag authored
-
Berker Peksag authored
-
Serhiy Storchaka authored
-
Serhiy Storchaka authored
-
Serhiy Storchaka authored
-
Serhiy Storchaka authored
-
Serhiy Storchaka authored
-
Serhiy Storchaka authored
-
Serhiy Storchaka authored
representations (on mips and m68k platforms).
-
Serhiy Storchaka authored
representations (on mips and m68k platforms).
-
Benjamin Peterson authored
-
Antoine Pitrou authored
-
Antoine Pitrou authored
Patch by July Tikhonov.
-
Antoine Pitrou authored
Issue #21714: Disallow the construction of invalid paths using Path.with_name(). Original patch by Antony Lee.
-
- 06 Jul, 2014 6 commits
-
-
Ned Deily authored
-
Ned Deily authored
due to possible uninitialized _config_vars. Original patch by Alex Gaynor.
-
Benjamin Peterson authored
-
Ezio Melotti authored
-
Ezio Melotti authored
-
Berker Peksag authored
Initial patch by Denver Coneybeare and Radu Voicilas.
-
- 05 Jul, 2014 3 commits
-
-
Victor Stinner authored
the event loop at exit. Patch written by Vajrasky Kok (I modified also the "hello world" example using a coroutine).
-
Victor Stinner authored
loop at exit. Patch written by Vajrasky Kok (I modified also the "hello world" example using a coroutine).
-
Victor Stinner authored
the result of a Future with call_soon(). Add an helper, a private method, to set the result only if the future was not cancelled.
-