- 22 Nov, 2015 1 commit
-
-
Serhiy Storchaka authored
Added new tests for Element slice assignments.
-
- 21 Nov, 2015 6 commits
-
-
Martin Panter authored
Original patch by Silent Ghost.
-
Terry Jan Reedy authored
-
Terry Jan Reedy authored
-
Serhiy Storchaka authored
and running external archivers.
-
Terry Jan Reedy authored
before closing debugger window in IDLE process.
-
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 6 commits
-
-
Yury Selivanov authored
See https://github.com/python/asyncio/pull/295 for details
-
Yury Selivanov authored
-
Yury Selivanov authored
-
Yury Selivanov authored
-
Terry Jan Reedy authored
not to IDLE itself.
-
R David Murray authored
-
- 19 Nov, 2015 2 commits
-
-
Martin Panter authored
-
Guido van Rossum authored
-
- 18 Nov, 2015 3 commits
-
-
Yury Selivanov authored
-
Yury Selivanov authored
This change won't do anything in CPython 3.4 See https://github.com/python/asyncio/pull/293 for details.
-
Martin Panter authored
-
- 17 Nov, 2015 3 commits
-
-
Martin Panter authored
Extract of patch by Ronald Oussoren.
-
Yury Selivanov authored
See https://github.com/python/asyncio/pull/292 for details.
-
Yury Selivanov authored
-
- 16 Nov, 2015 10 commits
-
-
Martin Panter authored
-
Yury Selivanov authored
See https://github.com/python/asyncio/pull/289 for details.
-
Yury Selivanov authored
-
Yury Selivanov authored
See https://github.com/python/asyncio/pull/291 for details.
-
Serhiy Storchaka authored
-
Terry Jan Reedy authored
-
Terry Jan Reedy authored
Patch by Mark Roseman.
-
Martin Panter authored
This was triggering intermittent failures in unrelated tests.
-
Serhiy Storchaka authored
-
Gregory P. Smith authored
not allow the send_signal(), terminate(), or kill() methods to do anything as they could potentially signal a different process.
-
- 14 Nov, 2015 6 commits
-
-
Benjamin Peterson authored
-
Benjamin Peterson authored
-
Serhiy Storchaka authored
with a null byte.
-
Benjamin Peterson authored
-
Martin Panter 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.
-
Martin Panter authored
This was a regression caused by revision 1da9630e9b7f. Based on patch by Eryksun.
-
Yury Selivanov authored
-