- 12 Oct, 2015 7 commits
-
-
Victor Stinner authored
condition in test_eintr.
-
Benjamin Peterson authored
-
Benjamin Peterson authored
-
Terry Jan Reedy authored
-
Terry Jan Reedy authored
the other buttons and the new IDLE Dark theme.
-
Steve Dower authored
-
Steve Dower authored
Otherwise, stray registry entries would cause issues. Also fixes an accelerator collision and improves UAC icons when upgrading.
-
- 11 Oct, 2015 16 commits
-
-
Steve Dower authored
-
Steve Dower authored
-
Steve Dower authored
-
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 1 commit
-
-
Vinay Sajip authored
-