- 21 Nov, 2015 6 commits
-
-
Terry Jan Reedy authored
-
Terry Jan Reedy authored
-
Terry Jan Reedy authored
before closing debugger window in IDLE process.
-
Terry Jan Reedy authored
-
Terry Jan Reedy authored
-
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 29 commits
-
-
Ethan Furman authored
-
Ethan Furman authored
-
Ethan Furman authored
-
Yury Selivanov authored
-
Yury Selivanov authored
-
Yury Selivanov authored
See https://github.com/python/asyncio/pull/295 for details
-
Yury Selivanov authored
-
Yury Selivanov authored
-
Yury Selivanov authored
-
Yury Selivanov authored
-
Yury Selivanov authored
-
Yury Selivanov authored
-
Yury Selivanov authored
-
Yury Selivanov authored
-
Yury Selivanov authored
-
Terry Jan Reedy authored
-
Terry Jan Reedy authored
-
Terry Jan Reedy authored
not to IDLE itself.
-
Serhiy Storchaka authored
-
Serhiy Storchaka authored
-
R David Murray authored
-
R David Murray authored
-
R David Murray authored
-
Victor Stinner authored
Don't fallback to PyDict_GetItemWithError() if the hash is unknown: compute the hash instead. Add also comments to explain the optimization a little bit.
-
Victor Stinner authored
-
Victor Stinner authored
-
Martin Panter authored
-
Martin Panter authored
-
Martin Panter authored
-
- 19 Nov, 2015 5 commits
-
-
Guido van Rossum authored
-
Guido van Rossum authored
-
Guido van Rossum authored
-
Guido van Rossum authored
-
Guido van Rossum authored
-