- 29 Nov, 2015 4 commits
-
-
Serhiy Storchaka authored
-
Victor Stinner authored
-
Serhiy Storchaka authored
-
Serhiy Storchaka authored
Output raised exception at verbose level 2 (-vv).
-
- 27 Nov, 2015 2 commits
-
-
Victor Stinner authored
parameter.
-
Zachary Ware authored
Remove 'b' prefix from strings, remove unused import.
-
- 26 Nov, 2015 3 commits
-
-
Serhiy Storchaka authored
by Marian Ganisin.
-
Martin Panter authored
-
Serhiy Storchaka authored
-
- 25 Nov, 2015 7 commits
-
-
Serhiy Storchaka authored
Based on patch by Christian Heimes.
-
Serhiy Storchaka authored
__getattr__. Original patch by Antoine Pitrou.
-
Serhiy Storchaka authored
into separate file test_ordered_dict.
-
Serhiy Storchaka authored
-
Serhiy Storchaka authored
-
Serhiy Storchaka authored
__str__, __trunc__, and __float__ returning instances of subclasses of str, long, and float to subclasses of str, long, and float correspondingly.
-
Serhiy Storchaka authored
invalid data including tuple instructions.
-
- 24 Nov, 2015 3 commits
-
-
Vinay Sajip authored
-
Raymond Hettinger authored
-
Raymond Hettinger authored
-
- 23 Nov, 2015 7 commits
-
-
Martin Panter authored
-
Serhiy Storchaka authored
-
Serhiy Storchaka authored
-
Serhiy Storchaka authored
-
Benjamin Peterson authored
-
Benjamin Peterson authored
-
Benjamin Peterson authored
Issue #25624: ZipFile now always writes a ZIP_STORED header for directory entries. Patch by Dingyuan Wang.
-
- 22 Nov, 2015 4 commits
-
-
Serhiy Storchaka authored
entries. Patch by Dingyuan Wang.
-
Serhiy Storchaka authored
-
Benjamin Peterson authored
-
Benjamin Peterson authored
-
- 21 Nov, 2015 8 commits
-
-
Benjamin Peterson authored
-
Benjamin Peterson authored
-
Benjamin Peterson authored
-
Terry Jan Reedy authored
-
Terry Jan Reedy authored
-
Serhiy Storchaka authored
external archivers.
-
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.
-