- 12 Eki, 2015 8 kayıt (commit)
-
-
Victor Stinner yazdı
Issue #25274: sys.setrecursionlimit() now raises a RecursionError if the new recursion limit is too low depending at the current recursion depth. Modify also the "lower-water mark" formula to make it monotonic. This mark is used to decide when the overflowed flag of the thread state is reset.
-
Victor Stinner yazdı
condition in test_eintr.
-
Benjamin Peterson yazdı
-
Benjamin Peterson yazdı
-
Terry Jan Reedy yazdı
-
Terry Jan Reedy yazdı
the other buttons and the new IDLE Dark theme.
-
Steve Dower yazdı
-
Steve Dower yazdı
Otherwise, stray registry entries would cause issues. Also fixes an accelerator collision and improves UAC icons when upgrading.
-
- 11 Eki, 2015 16 kayıt (commit)
-
-
Steve Dower yazdı
-
Steve Dower yazdı
-
Steve Dower yazdı
-
Serhiy Storchaka yazdı
already supports reduce protocol 4 (issue #20289).
-
Serhiy Storchaka yazdı
-
Serhiy Storchaka yazdı
-
Victor Stinner yazdı
Fix usage of support.import_module('asyncio'): store the result in an 'asyncio' variable.
-
Victor Stinner yazdı
-
Victor Stinner yazdı
Skip test_asyncio_1() when the asyncio module cannot be imported because CPython is compiled with no thread support.
-
Victor Stinner yazdı
Add "#ifdef WITH_THREAD" around cals to: * PyGILState_Check() * _PyImport_AcquireLock() * _PyImport_ReleaseLock()
-
Benjamin Peterson yazdı
-
Benjamin Peterson yazdı
-
Benjamin Peterson yazdı
-
Benjamin Peterson yazdı
Patch by Nir Soffer.
-
Benjamin Peterson yazdı
-
Benjamin Peterson yazdı
-
- 10 Eki, 2015 16 kayıt (commit)
-
-
Serhiy Storchaka yazdı
-
Serhiy Storchaka yazdı
-
Serhiy Storchaka yazdı
-
Serhiy Storchaka yazdı
-
Serhiy Storchaka yazdı
-
Martin Panter yazdı
-
Martin Panter yazdı
-
Martin Panter yazdı
-
Martin Panter yazdı
-
Martin Panter yazdı
-
Martin Panter yazdı
-
Martin Panter yazdı
-
Martin Panter yazdı
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 yazdı
Also add to comment in the C code.
-
Martin Panter yazdı
-
Martin Panter yazdı
Also factored out some test cases into a new PtyTests class.
-