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