- 21 May, 2015 2 commits
-
-
Serhiy Storchaka authored
-
Serhiy Storchaka authored
Clement Rouault.
-
- 20 May, 2015 3 commits
-
-
Serhiy Storchaka authored
Made test_pprint and test_trace discoverable.
-
Serhiy Storchaka authored
avoid passing the test accidently because slice.__hash__ is None.
-
Serhiy Storchaka authored
IDLE. Patch by Martin Panter.
-
- 19 May, 2015 5 commits
-
-
Serhiy Storchaka authored
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 authored
-
Antoine Pitrou authored
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 authored
I missed that this change was applied to both branches.
-
Serhiy Storchaka authored
email.utils.make_msgid() to strengthen the uniqueness of the message ID.
-
- 18 May, 2015 7 commits
-
-
Berker Peksag authored
-
Berker Peksag authored
Patch by Ville Skyttä.
-
Berker Peksag authored
-
Serhiy Storchaka authored
-
Serhiy Storchaka authored
ElementTree.
-
Serhiy Storchaka authored
-
Zachary Ware authored
Patch by Jeffrey Armstrong.
-
- 17 May, 2015 4 commits
-
-
Raymond Hettinger authored
-
Terry Jan Reedy authored
-
Terry Jan Reedy authored
doc. Remove obsolete example from FAQ. Patch by Martin Panter.
-
R David Murray authored
-
- 16 May, 2015 7 commits
-
-
Terry Jan Reedy authored
-
Terry Jan Reedy authored
-
Serhiy Storchaka authored
Made test_pprint discoverable.
-
Terry Jan Reedy authored
-
Serhiy Storchaka authored
-
Terry Jan Reedy authored
-
Terry Jan Reedy authored
-
- 14 May, 2015 4 commits
-
-
Terry Jan Reedy authored
-
Yury Selivanov authored
-
R David Murray authored
-
R David Murray authored
Patch by Martin Panter, reviewed by Serhiy Storchaka and R. David Murray.
-
- 13 May, 2015 5 commits
-
-
Raymond Hettinger authored
-
Yury Selivanov authored
-
Yury Selivanov authored
-
Berker Peksag authored
Patch by Vinod Kurup.
-
Raymond Hettinger authored
-
- 12 May, 2015 3 commits
-
-
Benjamin Peterson authored
-
Yury Selivanov authored
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 authored
Changes: * Fixed a ResourceWarning warning * Used argparse instead of getopt
-