- 04 Dec, 2013 2 commits
-
-
Victor Stinner authored
between tracemalloc_remove_trace() and tracemalloc_add_trace() to reduce the risk of race condition. tracemalloc_add_trace() cannot fail anymore in tracemalloc_realloc() when tracemalloc_realloc() resizes a memory block.
-
Victor Stinner authored
PyGILState_Ensure()/PyGILState_Release() calls to the raw wrappers to simplify the code. Rename also tracemalloc_log_alloc/log_free() to tracemalloc_add_trace/remove_trace().
-
- 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 14 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
-