- 18 Şub, 2015 1 kayıt (commit)
-
-
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ı
-
- 11 Şub, 2015 3 kayıt (commit)
-
-
Antoine Pitrou yazdı
Issue #23445: pydebug builds now use "gcc -Og" where possible, to make the resulting executable faster.
-
Victor Stinner yazdı
-
Victor Stinner yazdı
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 Şub, 2015 4 kayıt (commit)
-
-
Victor Stinner yazdı
already finished
-
Serhiy Storchaka yazdı
-
Benjamin Peterson yazdı
-
Benjamin Peterson yazdı
-
- 09 Şub, 2015 2 kayıt (commit)
-
-
Martin v. Löwis yazdı
-
Martin v. Löwis yazdı
-
- 08 Şub, 2015 4 kayıt (commit)
-
-
Larry Hastings yazdı
-
Larry Hastings yazdı
-
Larry Hastings yazdı
-
Larry Hastings yazdı
-