- 03 Dec, 2013 24 commits
-
-
Victor Stinner authored
can now avoid a second syscall if the ioctl() function can be used, or if the non-blocking flag of the socket is unchanged.
-
Victor Stinner authored
Improve also wait() documentation: mention that the first parameter is a sequence
-
Victor Stinner authored
-
Victor Stinner authored
-
Antoine Pitrou authored
Issue #19877: fix regression in test_pathlib when Windows has symlink support available (i.e. in administrator mode). Patch by Vajrasky Kok.
-
Victor Stinner authored
-
Victor Stinner authored
-
Stefan Krah authored
-
Stefan Krah authored
-
Stefan Krah authored
-
Stefan Krah authored
already done by PyMODINIT_FUNC.
-
Vinay Sajip authored
-
Vinay Sajip authored
-
Vinay Sajip authored
-
Antoine Pitrou authored
-
Antoine Pitrou authored
-
Antoine Pitrou authored
-
Guido van Rossum authored
-
Victor Stinner authored
-
Victor Stinner authored
-
Victor Stinner authored
-
Victor Stinner authored
Example based on tcp_echo.py example from Tulip source code.
-
Victor Stinner authored
-
Victor Stinner authored
-
- 02 Dec, 2013 16 commits
-
-
Victor Stinner authored
Remove also a duplicated Protocols section!
-
Victor Stinner authored
-
Victor Stinner authored
-
Victor Stinner authored
* complete create_connection() prototype * link to Server * document get_extra_info() keys
-
Antoine Pitrou authored
Patch by Vajrasky Kok.
-
Christian Heimes authored
-
Christian Heimes authored
indication for TLS/SSL connections.
-
Christian Heimes authored
indication for TLS/SSL connections.
-
Christian Heimes authored
indication for TLS/SSL connections.
-
Christian Heimes authored
-
Christian Heimes authored
indication for TLS/SSL connections.
-
Serhiy Storchaka authored
-
Serhiy Storchaka authored
-
Victor Stinner authored
-
Victor Stinner authored
Declare classes because they are mentionned in documentation of other functions
-
Victor Stinner authored
-