- 18 Feb, 2015 1 commit
-
-
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 6 commits
-
-
Serhiy Storchaka authored
module. Original patch by Claudiu Popa.
-
Antoine Pitrou authored
Detected and fixed by Serhiy.
-
Serhiy Storchaka authored
-
Serhiy Storchaka authored
-
Serhiy Storchaka authored
-
Serhiy Storchaka authored
-
- 14 Feb, 2015 5 commits
-
-
Berker Peksag authored
Patch by Vajrasky Kok.
-
Berker Peksag authored
Patch by Martin Panter.
-
Serhiy Storchaka authored
and email.test.
-
Serhiy Storchaka authored
Patch by David Edelsohn.
-
Benjamin Peterson authored
-
- 13 Feb, 2015 2 commits
-
-
Berker Peksag authored
Patch by Martin Panter.
-
Serhiy Storchaka authored
-
- 12 Feb, 2015 1 commit
-
-
Victor Stinner authored
-
- 11 Feb, 2015 3 commits
-
-
Antoine Pitrou authored
Issue #23445: pydebug builds now use "gcc -Og" where possible, to make the resulting executable faster.
-
Victor Stinner authored
-
Victor Stinner authored
Fix undefined behaviour: don't compare pointers. Use Py_uintptr_t type instead of void*. It fixes test_faulthandler on Fedora 22 which now uses GCC 5.
-
- 10 Feb, 2015 4 commits
-
-
Victor Stinner authored
already finished
-
Serhiy Storchaka authored
-
Benjamin Peterson authored
-
Benjamin Peterson authored
-
- 09 Feb, 2015 2 commits
-
-
Martin v. Löwis authored
-
Martin v. Löwis authored
-
- 08 Feb, 2015 4 commits
-
-
Larry Hastings authored
-
Larry Hastings authored
-
Larry Hastings authored
-
Larry Hastings authored
-