- 12 May, 2015 5 commits
-
-
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 3 commits
-
-
Benjamin Peterson authored
-
Benjamin Peterson authored
-
Zachary Ware authored
Basically, s/thread/coroutine/.
-
- 06 May, 2015 3 commits
-
-
Serhiy Storchaka authored
-
Serhiy Storchaka authored
assertWarnsRegex() checks are not longer successful if the callable is None. Added tests for assertRaises().
-
Serhiy Storchaka authored
during closing expatreader. Fixed a regression introduced in issue #23865.
-
- 05 May, 2015 2 commits
-
-
doko@ubuntu.com authored
-
Guido van Rossum authored
-
- 03 May, 2015 7 commits
-
-
Benjamin Peterson authored
-
Benjamin Peterson authored
-
Benjamin Peterson authored
-
Serhiy Storchaka authored
-
Benjamin Peterson authored
-
Benjamin Peterson authored
-
Guido van Rossum authored
-
- 02 May, 2015 6 commits
-
-
R David Murray authored
Patch by Merlijn van Deen.
-
R David Murray authored
Per Eric Snow's research, this changed in Python 2.4 in changeset 331e60d8ce, but these docs were not updated. Patch by Peter Viktorin.
-
Raymond Hettinger authored
-
Raymond Hettinger authored
-
Serhiy Storchaka authored
-
Vinay Sajip authored
-