- 07 Jul, 2014 35 commits
-
-
Victor Stinner authored
it doesn't get a bytes string
-
Victor Stinner authored
get a bytes string
-
Victor Stinner authored
PySys_FormatStderr() call
-
Victor Stinner authored
PySys_FormatStderr() call
-
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 5 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
-