- 17 May, 2015 2 commits
-
-
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 6 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
-
Berker Peksag authored
if they called on a closed object. Patch by John Hergenroeder.
-
Raymond Hettinger authored
-
Yury Selivanov authored
-
- 11 May, 2015 6 commits
-
-
Yury Selivanov authored
-
Yury Selivanov authored
-
Yury Selivanov authored
-
Yury Selivanov authored
-
Yury Selivanov authored
-
Benjamin Peterson authored
-
- 09 May, 2015 4 commits
-
-
Benjamin Peterson authored
-
Benjamin Peterson authored
-
Benjamin Peterson authored
Patch from Marc-Andre Lemburg.
-
Donald Stufft authored
-
- 08 May, 2015 4 commits
-
-
Ned Deily authored
-
Larry Hastings authored
METH_VARARGS methods on _sqlite.Connection.
-
Larry Hastings authored
anywhere in the name of the current directory.
-
Andrew Svetlov authored
-
- 07 May, 2015 2 commits
-
-
Benjamin Peterson authored
-
Benjamin Peterson authored
-