- 25 Feb, 2015 7 commits
-
-
Benjamin Peterson authored
-
Berker Peksag authored
Also, update email examples to use the context manager version of open(). Patch by Baptiste Mispelon.
-
Benjamin Peterson authored
See de Gouw, Stijn and Rot, Jurriaan and de Boer, Frank S and Bubel, Richard and Hähnle, Reiner "OpenJDK’s java.utils.Collection.sort() is broken: The good, the bad and the worst case"
-
Victor Stinner authored
-
Victor Stinner authored
-
Victor Stinner authored
-
Georg Brandl authored
-
- 23 Feb, 2015 2 commits
-
-
Victor Stinner authored
-
Ned Deily authored
-
- 22 Feb, 2015 2 commits
-
-
Serhiy Storchaka authored
-
Serhiy Storchaka authored
closing the window.
-
- 21 Feb, 2015 1 commit
-
-
Serhiy Storchaka authored
conditional group references are used in lookbehind assertions in regular expressions.
-
- 20 Feb, 2015 7 commits
-
-
Serhiy Storchaka authored
consumed too much memory and raised SystemError or MemoryError. Original patch by Aleksi Torhamo.
-
Serhiy Storchaka authored
flush() was not called in close() if closefd=False.
-
Serhiy Storchaka authored
differs from file system encoding (e.g. on Mac OS).
-
Serhiy Storchaka authored
old-style and new API for string with 2**30-1 characters.
-
Berker Peksag authored
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 authored
-
Zachary Ware authored
-
- 19 Feb, 2015 1 commit
-
-
Benjamin Peterson authored
-
- 18 Feb, 2015 6 commits
-
-
Benjamin Peterson authored
-
Benjamin Peterson authored
-
Benjamin Peterson authored
-
Benjamin Peterson authored
-
Serhiy Storchaka authored
-
Benjamin Peterson authored
document the requestline and close_connection attributes, use real booleans, and add tests (closes #23410) Patch by Martin Panter.
-
- 17 Feb, 2015 8 commits
-
-
Victor Stinner authored
Read process exit status to avoid the "Caught subprocess termination from unknown pid" message.
-
Victor Stinner authored
methods
-
Victor Stinner authored
-
Victor Stinner authored
Really kill the child process, don't mock completly the Popen.kill() method. This change fix memory leaks and reference leaks.
-
Victor Stinner authored
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 authored
running
-
Serhiy Storchaka authored
-
Benjamin Peterson authored
Patch by Yuyang Guo and Berker Peksag.
-
- 16 Feb, 2015 4 commits
-
-
Serhiy Storchaka authored
-
Serhiy Storchaka authored
overflows. Added few missed PyErr_NoMemory().
-
Berker Peksag authored
-
Berker Peksag authored
-
- 15 Feb, 2015 2 commits
-
-
Serhiy Storchaka authored
module. Original patch by Claudiu Popa.
-
Antoine Pitrou authored
Detected and fixed by Serhiy.
-