- 14 Oct, 2015 5 commits
-
-
Serhiy Storchaka authored
that caused segmentation fault or hang in iterating after moving several items to the start of ordered dict.
-
Terry Jan Reedy authored
-
Terry Jan Reedy authored
-
Terry Jan Reedy authored
-
Terry Jan Reedy authored
tab in the IDLE Preferences dialog. Code patch by Mark Roseman.
-
- 13 Oct, 2015 4 commits
-
-
Serhiy Storchaka authored
pickletools.opcodes.
-
Serhiy Storchaka authored
pickletools.opcodes.
-
Zachary Ware authored
-
Zachary Ware authored
Patch by Serhiy Storchaka.
-
- 12 Oct, 2015 8 commits
-
-
Victor Stinner authored
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 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 7 commits
-
-
Serhiy Storchaka authored
-
Serhiy Storchaka authored
-
Serhiy Storchaka authored
-
Serhiy Storchaka authored
-
Serhiy Storchaka authored
-
Martin Panter authored
-
Martin Panter authored
-