- 04 Ara, 2013 6 kayıt (commit)
-
-
Christian Heimes yazdı
-
Tim Peters yazdı
-
Tim Peters yazdı
-
Tim Peters yazdı
(grafted from c80083ad142db2939507800c755082293a87f2de)
-
Victor Stinner yazdı
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 yazdı
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 Ara, 2013 24 kayıt (commit)
-
-
Victor Stinner yazdı
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 yazdı
Improve also wait() documentation: mention that the first parameter is a sequence
-
Victor Stinner yazdı
-
Victor Stinner yazdı
-
Antoine Pitrou yazdı
Issue #19877: fix regression in test_pathlib when Windows has symlink support available (i.e. in administrator mode). Patch by Vajrasky Kok.
-
Victor Stinner yazdı
-
Victor Stinner yazdı
-
Stefan Krah yazdı
-
Stefan Krah yazdı
-
Stefan Krah yazdı
-
Stefan Krah yazdı
already done by PyMODINIT_FUNC.
-
Vinay Sajip yazdı
-
Vinay Sajip yazdı
-
Vinay Sajip yazdı
-
Antoine Pitrou yazdı
-
Antoine Pitrou yazdı
-
Antoine Pitrou yazdı
-
Guido van Rossum yazdı
-
Victor Stinner yazdı
-
Victor Stinner yazdı
-
Victor Stinner yazdı
-
Victor Stinner yazdı
Example based on tcp_echo.py example from Tulip source code.
-
Victor Stinner yazdı
-
Victor Stinner yazdı
-
- 02 Ara, 2013 10 kayıt (commit)
-
-
Victor Stinner yazdı
Remove also a duplicated Protocols section!
-
Victor Stinner yazdı
-
Victor Stinner yazdı
-
Victor Stinner yazdı
* complete create_connection() prototype * link to Server * document get_extra_info() keys
-
Antoine Pitrou yazdı
Patch by Vajrasky Kok.
-
Christian Heimes yazdı
-
Christian Heimes yazdı
indication for TLS/SSL connections.
-
Christian Heimes yazdı
indication for TLS/SSL connections.
-
Christian Heimes yazdı
indication for TLS/SSL connections.
-
Christian Heimes yazdı
-