- 09 Jan, 2015 3 commits
-
-
Victor Stinner authored
-
Victor Stinner authored
* Document why set_result() calls are safe * Cleanup gather(). Use public methods instead of hacks to consume the exception of a future. * sock_connect(): pass directly the fd to _sock_connect_done instead of the socket.
-
Victor Stinner authored
-
- 08 Jan, 2015 3 commits
-
-
Victor Stinner authored
-
Victor Stinner authored
-
Terry Jan Reedy authored
-
- 07 Jan, 2015 1 commit
-
-
Berker Peksag authored
Patch by A.M. Kuchling.
-
- 06 Jan, 2015 8 commits
-
-
Nick Coghlan authored
- clarified the distinction between text encodings and other codecs - clarified relationship with builtin open and the io module - consolidated documentation of error handlers into one section - clarified type constraints of some behaviours - added tests for some of the new statements in the docs
-
Victor Stinner authored
availability of the function is checked during the compilation. Patch written by Bernard Spil.
-
Victor Stinner authored
ssl.PROTOCOL_SSLv23 protocol by default, not ssl.PROTOCOL_SSLv3, for maximum compatibility and support platforms where ssl.PROTOCOL_SSLv3 support is disabled.
-
Zachary Ware authored
-
Raymond Hettinger authored
-
Victor Stinner authored
-
Victor Stinner authored
the waiter future before setting its result.
-
Victor Stinner authored
-
- 05 Jan, 2015 3 commits
-
-
Benjamin Peterson authored
-
Ned Deily authored
10.4 systems do not allow creation of files with such filenames.
-
Berker Peksag authored
Patch by Vajrasky Kok.
-
- 04 Jan, 2015 5 commits
-
-
Benjamin Peterson authored
Patch by Dmitry Kazakov.
-
Benjamin Peterson authored
-
Benjamin Peterson authored
-
Benjamin Peterson authored
-
Gregory P. Smith authored
-
- 03 Jan, 2015 2 commits
-
-
Donald Stufft authored
-
Ned Deily authored
-
- 01 Jan, 2015 4 commits
-
-
Ned Deily authored
-
Benjamin Peterson authored
-
Benjamin Peterson authored
-
Benjamin Peterson authored
-
- 30 Dec, 2014 5 commits
-
-
Benjamin Peterson authored
-
Benjamin Peterson authored
-
Benjamin Peterson authored
-
Benjamin Peterson authored
-
Benjamin Peterson authored
-
- 29 Dec, 2014 1 commit
-
-
Benjamin Peterson authored
-
- 28 Dec, 2014 1 commit
-
-
Berker Peksag authored
Reported by Damien Marié.
-
- 26 Dec, 2014 2 commits
-
-
Victor Stinner authored
asyncio.BaseEventLoop now use the identifier of the current thread to ensure that they are called from the thread running the event loop. Before, the get_event_loop() method was used to check the thread, and no exception was raised when the thread had no event loop. Now the methods always raise an exception in debug mode when called from the wrong thread. It should help to notice misusage of the API.
-
Victor Stinner authored
* Fix pyflakes warnings: remove unused imports and variables * asyncio.test_support now uses test.support and test.script_helper if available
-
- 21 Dec, 2014 1 commit
-
-
Victor Stinner authored
instead of reading /dev/urandom, to get pseudo-random bytes.
-
- 26 Dec, 2014 1 commit
-
-
Benjamin Peterson authored
-