- 07 Tem, 2014 24 kayıt (commit)
-
-
Zachary Ware yazdı
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 yazdı
-
Berker Peksag yazdı
-
Victor Stinner yazdı
Backout the "Tulip issue 181: Faster create_connection()" changeset, it was a mistake.
-
Victor Stinner yazdı
Backout the "Tulip issue 181: Faster create_connection()" changeset, it was a mistake.
-
Victor Stinner yazdı
- 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 yazdı
- 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 yazdı
-
Serhiy Storchaka yazdı
-
Serhiy Storchaka yazdı
-
Berker Peksag yazdı
-
Berker Peksag yazdı
-
Serhiy Storchaka yazdı
-
Serhiy Storchaka yazdı
-
Serhiy Storchaka yazdı
-
Serhiy Storchaka yazdı
-
Serhiy Storchaka yazdı
-
Serhiy Storchaka yazdı
-
Serhiy Storchaka yazdı
representations (on mips and m68k platforms).
-
Serhiy Storchaka yazdı
representations (on mips and m68k platforms).
-
Benjamin Peterson yazdı
-
Antoine Pitrou yazdı
-
Antoine Pitrou yazdı
Patch by July Tikhonov.
-
Antoine Pitrou yazdı
Issue #21714: Disallow the construction of invalid paths using Path.with_name(). Original patch by Antony Lee.
-
- 06 Tem, 2014 6 kayıt (commit)
-
-
Ned Deily yazdı
-
Ned Deily yazdı
due to possible uninitialized _config_vars. Original patch by Alex Gaynor.
-
Benjamin Peterson yazdı
-
Ezio Melotti yazdı
-
Ezio Melotti yazdı
-
Berker Peksag yazdı
Initial patch by Denver Coneybeare and Radu Voicilas.
-
- 05 Tem, 2014 10 kayıt (commit)
-
-
Victor Stinner yazdı
the event loop at exit. Patch written by Vajrasky Kok (I modified also the "hello world" example using a coroutine).
-
Victor Stinner yazdı
loop at exit. Patch written by Vajrasky Kok (I modified also the "hello world" example using a coroutine).
-
Victor Stinner yazdı
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.
-
Victor Stinner yazdı
of a Future with call_soon(). Add an helper, a private method, to set the result only if the future was not cancelled.
-
Berker Peksag yazdı
-
Berker Peksag yazdı
Patch by Stefan Tatschner.
-
Antoine Pitrou yazdı
Issue #21897: Fix a crash with the f_locals attribute with closure variables when frame.clear() has been called.
-
Antoine Pitrou yazdı
Issue #21897: Fix a crash with the f_locals attribute with closure variables when frame.clear() has been called.
-
Benjamin Peterson yazdı
-
Benjamin Peterson yazdı
-