- 11 Oct, 2015 13 commits
-
-
Serhiy Storchaka authored
already supports reduce protocol 4 (issue #20289).
-
Serhiy Storchaka authored
-
Serhiy Storchaka authored
-
Victor Stinner authored
Fix usage of support.import_module('asyncio'): store the result in an 'asyncio' variable.
-
Victor Stinner authored
-
Victor Stinner authored
Skip test_asyncio_1() when the asyncio module cannot be imported because CPython is compiled with no thread support.
-
Victor Stinner authored
Add "#ifdef WITH_THREAD" around cals to: * PyGILState_Check() * _PyImport_AcquireLock() * _PyImport_ReleaseLock()
-
Benjamin Peterson authored
-
Benjamin Peterson authored
-
Benjamin Peterson authored
-
Benjamin Peterson authored
Patch by Nir Soffer.
-
Benjamin Peterson authored
-
Benjamin Peterson authored
-
- 10 Oct, 2015 16 commits
-
-
Serhiy Storchaka authored
-
Serhiy Storchaka authored
-
Serhiy Storchaka authored
-
Serhiy Storchaka authored
-
Serhiy Storchaka authored
-
Martin Panter authored
-
Martin Panter authored
-
Martin Panter authored
-
Martin Panter authored
-
Martin Panter authored
-
Martin Panter authored
-
Martin Panter authored
-
Martin Panter authored
This reuses existing code to hopefully make the new test_input_no_stdout_ fileno() test work. It is hanging Free BSD 9 and OS X Tiger buildbots, and I don't know why.
-
Martin Panter authored
Also add to comment in the C code.
-
Martin Panter authored
-
Martin Panter authored
Also factored out some test cases into a new PtyTests class.
-
- 09 Oct, 2015 5 commits
-
-
Vinay Sajip authored
-
Vinay Sajip authored
-
Brett Cannon authored
sys.path has an unwritable __pycache__ directory. This typically comes up when someone runs the test suite from an administrative install of Python on Windows where the user does not have write permissions to the stdlib's directory. Thanks to Zachary Ware and Matthias Klose for reporting bugs related to this issue. (grafted from 34bbd537b3e688dfbb6498e9083445a6a72fc4b1)
-
Brett Cannon authored
sys.path has an unwritable __pycache__ directory. This typically comes up when someone runs the test suite from an administrative install of Python on Windows where the user does not have write permissions to the stdlib's directory. Thanks to Zachary Ware and Matthias Klose for reporting bugs related to this issue.
-
R David Murray authored
This is a relatively benign bug, since having both be true was correctly rejected at in SMTPServer even before this patch. Patch by Xiang Zhang.
-
- 08 Oct, 2015 5 commits
-
-
Steve Dower authored
-
Steve Dower authored
-
Steve Dower authored
-
Berker Peksag authored
Patch by Henrik Heimbuerger and Bar Harel.
-
Berker Peksag authored
Patch by Henrik Heimbuerger and Bar Harel.
-
- 07 Oct, 2015 1 commit
-
-
Martin Panter authored
-