- 21 May, 2015 1 kayıt (commit)
-
-
Serhiy Storchaka yazdı
Clement Rouault.
-
- 20 May, 2015 3 kayıt (commit)
-
-
Serhiy Storchaka yazdı
Made test_pprint and test_trace discoverable.
-
Serhiy Storchaka yazdı
avoid passing the test accidently because slice.__hash__ is None.
-
Serhiy Storchaka yazdı
IDLE. Patch by Martin Panter.
-
- 19 May, 2015 5 kayıt (commit)
-
-
Serhiy Storchaka yazdı
when a directory with the chosen name already exists on Windows as well as on Unix. tempfile.mkstemp() now fails early if parent directory is not valid (not exists or is a file) on Windows.
-
Antoine Pitrou yazdı
-
Antoine Pitrou yazdı
Issue #23985: Fix a possible buffer overrun when deleting a slice from the front of a bytearray and then appending some other bytes data. Patch by Martin Panter.
-
R David Murray yazdı
I missed that this change was applied to both branches.
-
Serhiy Storchaka yazdı
email.utils.make_msgid() to strengthen the uniqueness of the message ID.
-
- 18 May, 2015 7 kayıt (commit)
-
-
Berker Peksag yazdı
-
Berker Peksag yazdı
Patch by Ville Skyttä.
-
Berker Peksag yazdı
-
Serhiy Storchaka yazdı
-
Serhiy Storchaka yazdı
ElementTree.
-
Serhiy Storchaka yazdı
-
Zachary Ware yazdı
Patch by Jeffrey Armstrong.
-
- 17 May, 2015 4 kayıt (commit)
-
-
Raymond Hettinger yazdı
-
Terry Jan Reedy yazdı
-
Terry Jan Reedy yazdı
doc. Remove obsolete example from FAQ. Patch by Martin Panter.
-
R David Murray yazdı
-
- 16 May, 2015 7 kayıt (commit)
-
-
Terry Jan Reedy yazdı
-
Terry Jan Reedy yazdı
-
Serhiy Storchaka yazdı
Made test_pprint discoverable.
-
Terry Jan Reedy yazdı
-
Serhiy Storchaka yazdı
-
Terry Jan Reedy yazdı
-
Terry Jan Reedy yazdı
-
- 14 May, 2015 4 kayıt (commit)
-
-
Terry Jan Reedy yazdı
-
Yury Selivanov yazdı
-
R David Murray yazdı
-
R David Murray yazdı
Patch by Martin Panter, reviewed by Serhiy Storchaka and R. David Murray.
-
- 13 May, 2015 5 kayıt (commit)
-
-
Raymond Hettinger yazdı
-
Yury Selivanov yazdı
-
Yury Selivanov yazdı
-
Berker Peksag yazdı
Patch by Vinod Kurup.
-
Raymond Hettinger yazdı
-
- 12 May, 2015 4 kayıt (commit)
-
-
Benjamin Peterson yazdı
-
Yury Selivanov yazdı
Previous approach of installing coroutine wrapper in loop.set_debug() and uninstalling it in loop.close() was very fragile. Most of asyncio tests do not call loop.close() at all. Since coroutine wrapper is a global setting, we have to make sure that it's only set when the loop is running, and is automatically unset when it stops running. Issue #24017.
-
Berker Peksag yazdı
Changes: * Fixed a ResourceWarning warning * Used argparse instead of getopt
-
Berker Peksag yazdı
if they called on a closed object. Patch by John Hergenroeder.
-