- 20 Kas, 2015 1 kayıt (commit)
-
-
Martin Panter yazdı
The underlying zlib library stores sizes in “unsigned int”. The corresponding Python parameters are all sizes of buffers filled in by zlib, so it is okay to reduce higher values to the UINT_MAX internal cap. OverflowError is still raised for sizes that do not fit in Py_ssize_t. Sizes are now limited to Py_ssize_t rather than unsigned long, because Python byte strings cannot be larger than Py_ssize_t. Previously this could result in a SystemError on 32-bit platforms. This resolves a regression in the gzip module when reading more than UINT_MAX or LONG_MAX bytes in one call, introduced by revision 62723172412c.
-
- 21 Kas, 2015 4 kayıt (commit)
-
-
Terry Jan Reedy yazdı
-
Terry Jan Reedy yazdı
before closing debugger window in IDLE process.
-
Terry Jan Reedy yazdı
-
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 16 kayıt (commit)
-
-
Ethan Furman yazdı
-
Yury Selivanov yazdı
-
Yury Selivanov yazdı
See https://github.com/python/asyncio/pull/295 for details
-
Yury Selivanov yazdı
-
Yury Selivanov yazdı
-
Yury Selivanov yazdı
-
Yury Selivanov yazdı
-
Yury Selivanov yazdı
-
Yury Selivanov yazdı
-
Terry Jan Reedy yazdı
-
Terry Jan Reedy yazdı
not to IDLE itself.
-
Serhiy Storchaka yazdı
-
R David Murray yazdı
-
R David Murray yazdı
-
Victor Stinner yazdı
-
Martin Panter yazdı
-
- 19 Kas, 2015 6 kayıt (commit)
-
-
Guido van Rossum yazdı
-
Guido van Rossum yazdı
-
Guido van Rossum yazdı
-
Guido van Rossum yazdı
-
Guido van Rossum yazdı
-
Martin Panter yazdı
-
- 18 Kas, 2015 6 kayıt (commit)
-
-
Yury Selivanov yazdı
-
Yury Selivanov yazdı
-
Yury Selivanov yazdı
See https://github.com/python/asyncio/pull/293 for details.
-
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ı
-
Martin Panter yazdı
-
- 17 Kas, 2015 7 kayıt (commit)
-
-
Martin Panter yazdı
-
Martin Panter yazdı
Extract of patch by Ronald Oussoren.
-
Yury Selivanov yazdı
-
Yury Selivanov yazdı
See https://github.com/python/asyncio/pull/292 for details.
-
Yury Selivanov yazdı
-
Yury Selivanov yazdı
-
Martin Panter yazdı
-