- 18 Şub, 2015 4 kayıt (commit)
-
-
Serhiy Storchaka yazdı
-
Serhiy Storchaka yazdı
-
Benjamin Peterson yazdı
-
Benjamin Peterson yazdı
document the requestline and close_connection attributes, use real booleans, and add tests (closes #23410) Patch by Martin Panter.
-
- 17 Şub, 2015 14 kayıt (commit)
-
-
Victor Stinner yazdı
-
Victor Stinner yazdı
Read process exit status to avoid the "Caught subprocess termination from unknown pid" message.
-
Victor Stinner yazdı
-
Victor Stinner yazdı
methods
-
Victor Stinner yazdı
-
Victor Stinner yazdı
-
Victor Stinner yazdı
Really kill the child process, don't mock completly the Popen.kill() method. This change fix memory leaks and reference leaks.
-
Victor Stinner yazdı
Merge JoinableQueue with Queue. To more closely match the standard Queue, asyncio.Queue has "join" and "task_done". JoinableQueue is deleted. Docstring for Queue.join shouldn't mention threads. Restore JoinableQueue as a deprecated alias for Queue. To more closely match the standard Queue, asyncio.Queue has "join" and "task_done". JoinableQueue remains as a deprecated alias for Queue to avoid needlessly breaking too much code that depended on it. Patch written by A. Jesse Jiryu Davis <jesse@mongodb.com>.
-
Victor Stinner yazdı
running
-
Serhiy Storchaka yazdı
-
Serhiy Storchaka yazdı
-
Serhiy Storchaka yazdı
-
Benjamin Peterson yazdı
-
Benjamin Peterson yazdı
Patch by Yuyang Guo and Berker Peksag.
-
- 16 Şub, 2015 13 kayıt (commit)
-
-
Serhiy Storchaka yazdı
-
Serhiy Storchaka yazdı
-
Serhiy Storchaka yazdı
-
Serhiy Storchaka yazdı
-
Serhiy Storchaka yazdı
-
Serhiy Storchaka yazdı
overflows. Added few missed PyErr_NoMemory().
-
Serhiy Storchaka yazdı
overflows. Added few missed PyErr_NoMemory().
-
Serhiy Storchaka yazdı
-
Serhiy Storchaka yazdı
-
Berker Peksag yazdı
-
Berker Peksag yazdı
-
Berker Peksag yazdı
-
Berker Peksag yazdı
-
- 15 Şub, 2015 9 kayıt (commit)
-
-
Serhiy Storchaka yazdı
module. Original patch by Claudiu Popa.
-
Serhiy Storchaka yazdı
module. Original patch by Claudiu Popa.
-
Antoine Pitrou yazdı
-
Antoine Pitrou yazdı
Detected and fixed by Serhiy.
-
Antoine Pitrou yazdı
Detected and fixed by Serhiy.
-
Serhiy Storchaka yazdı
-
Serhiy Storchaka yazdı
-
Serhiy Storchaka yazdı
for both Python and C implementations.
-
Serhiy Storchaka yazdı
-