- 21 Nov, 2015 2 commits
-
-
Terry Jan Reedy authored
before closing debugger window in IDLE process. This prevents one-per-line RuntimeErrors.
-
Terry Jan Reedy authored
debugger is active (15347); b) closing the debugger with the [X] button (15348); and c) activating the debugger when already active (24455). The patch by Mark Roseman does this by making two changes. 1. To suspend and resume the gui.interaction method, use the tcl vwait mechanism interded for this purpose instead of root.mainloop & .quit. 2. In gui.run, allow any existing interaction to terminate first.
-
- 20 Nov, 2015 2 commits
-
-
Serhiy Storchaka authored
Avoid buffer overreads when int(), long(), float(), and compile() are passed buffer objects. Similar code is removed from the complex() constructor, where it was not reachable. Patch backported from issue #24802 by Eryk Sun.
-
Terry Jan Reedy authored
not to IDLE itself.
-
- 19 Nov, 2015 1 commit
-
-
Nick Coghlan authored
- backports issue #10845's mitigation of incompatibilities between the multiprocessing module and directory and zipfile execution - Multiprocessing on Windows will now automatically skip rerunning top level __main__.py modules in spawned processes, rather than failing with AssertionError
-
- 18 Nov, 2015 1 commit
-
-
Martin Panter authored
-
- 17 Nov, 2015 1 commit
-
-
Martin Panter authored
Extract of patch by Ronald Oussoren.
-
- 16 Nov, 2015 3 commits
-
-
Martin Panter authored
-
Terry Jan Reedy authored
-
Terry Jan Reedy authored
Patch by Mark Roseman.
-
- 14 Nov, 2015 5 commits
-
-
Benjamin Peterson authored
-
Benjamin Peterson authored
-
Serhiy Storchaka authored
with a null byte.
-
Benjamin Peterson authored
-
Martin Panter authored
-
- 13 Nov, 2015 3 commits
-
-
Martin Panter authored
Previously it was called another time via hasattr(), and both calls were made once for dir(f) and again for dir(f.__class__). This includes a backport of changing from a list to a set from revision 4dbb315fe667.
-
Victor Stinner authored
-
Raymond Hettinger authored
-
- 12 Nov, 2015 11 commits
-
-
Terry Jan Reedy authored
-
Terry Jan Reedy authored
-
Terry Jan Reedy authored
address the compatibility problem introduced by the addition of IDLE Dark. Consistently use the revised idleConf.CurrentTheme everywhere in idlelib.
-
Serhiy Storchaka authored
parse command line arguments.
-
Zachary Ware authored
Reported by Hrvoje Abraham on docs@.
-
Raymond Hettinger authored
-
Serhiy Storchaka authored
rejects builtin types with not defined __new__.
-
Serhiy Storchaka authored
-
Benjamin Peterson authored
-
Benjamin Peterson authored
Patch started by Stéphane Wirtel.
-
Zachary Ware authored
It now has slightly better rationale and a less awkward wording in the explanation. Inspired by a report of a neither/or conflict by 'animalize' on docs@.
-
- 11 Nov, 2015 1 commit
-
-
Serhiy Storchaka authored
link counting for directories.
-
- 10 Nov, 2015 2 commits
-
-
Serhiy Storchaka authored
Use time.time instead of time.clock.
-
Serhiy Storchaka authored
failure when the test is ran the second time. The root attribute was set in parent class in setUpClass and then overridded in child class in tearDownClass.
-
- 09 Nov, 2015 3 commits
-
-
Serhiy Storchaka authored
-
Serhiy Storchaka authored
-
Victor Stinner authored
in range(0, 256).
-
- 07 Nov, 2015 3 commits
-
-
Serhiy Storchaka authored
-
Serhiy Storchaka authored
-
Martin Panter authored
-
- 05 Nov, 2015 2 commits
-
-
doko@ubuntu.com authored
-
Zachary Ware authored
-