- 20 Şub, 2015 7 kayıt (commit)
-
-
Serhiy Storchaka yazdı
consumed too much memory and raised SystemError or MemoryError. Original patch by Aleksi Torhamo.
-
Serhiy Storchaka yazdı
flush() was not called in close() if closefd=False.
-
Serhiy Storchaka yazdı
differs from file system encoding (e.g. on Mac OS).
-
Serhiy Storchaka yazdı
old-style and new API for string with 2**30-1 characters.
-
Berker Peksag yazdı
Also, document the LineTooLong exception since it can be raised by the members of public API (e.g. http.client.HTTPResponse). Patch by Martin Panter.
-
Zachary Ware yazdı
-
Zachary Ware yazdı
-
- 19 Şub, 2015 1 kayıt (commit)
-
-
Benjamin Peterson yazdı
-
- 18 Şub, 2015 6 kayıt (commit)
-
-
Benjamin Peterson yazdı
-
Benjamin Peterson yazdı
-
Benjamin Peterson yazdı
-
Benjamin Peterson yazdı
-
Serhiy Storchaka 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 8 kayıt (commit)
-
-
Victor Stinner yazdı
Read process exit status to avoid the "Caught subprocess termination from unknown pid" message.
-
Victor Stinner yazdı
methods
-
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ı
-
Benjamin Peterson yazdı
Patch by Yuyang Guo and Berker Peksag.
-
- 16 Şub, 2015 4 kayıt (commit)
-
-
Serhiy Storchaka yazdı
-
Serhiy Storchaka yazdı
overflows. Added few missed PyErr_NoMemory().
-
Berker Peksag yazdı
-
Berker Peksag yazdı
-
- 15 Şub, 2015 6 kayıt (commit)
-
-
Serhiy Storchaka yazdı
module. Original patch by Claudiu Popa.
-
Antoine Pitrou yazdı
Detected and fixed by Serhiy.
-
Serhiy Storchaka yazdı
-
Serhiy Storchaka yazdı
-
Serhiy Storchaka yazdı
-
Serhiy Storchaka yazdı
-
- 14 Şub, 2015 5 kayıt (commit)
-
-
Berker Peksag yazdı
Patch by Vajrasky Kok.
-
Berker Peksag yazdı
Patch by Martin Panter.
-
Serhiy Storchaka yazdı
and email.test.
-
Serhiy Storchaka yazdı
Patch by David Edelsohn.
-
Benjamin Peterson yazdı
-
- 13 Şub, 2015 2 kayıt (commit)
-
-
Berker Peksag yazdı
Patch by Martin Panter.
-
Serhiy Storchaka yazdı
-
- 12 Şub, 2015 1 kayıt (commit)
-
-
Victor Stinner yazdı
-