- 09 Jan, 2015 10 commits
-
-
Benjamin Peterson authored
-
Ned Deily authored
-
Ned Deily authored
(currently only used for builds with <= 10.5 deployment targets)
-
Victor Stinner authored
-
Victor Stinner authored
Richard.
-
Victor Stinner authored
* Tulip issue 184: FlowControlMixin constructor now get the event loop if the loop parameter is not set. Add unit tests to ensure that constructor of StreamReader and StreamReaderProtocol classes get the event loop. * Remove outdated TODO/XXX
-
Victor Stinner authored
-
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 4 commits
-
-
Benjamin Peterson authored
-
Benjamin Peterson authored
-
Benjamin Peterson authored
-
Benjamin Peterson authored
-