- 13 May, 2015 7 commits
-
-
Nick Coghlan authored
* adds missing INCREF in WITH_CLEANUP_START * adds missing DECREF in WITH_CLEANUP_FINISH * adds several new tests Yury created while investigating this
-
Zachary Ware authored
Comparing equality of list and tuple is always False.
-
Zachary Ware authored
'a.pyo' can no longer match 'a.py', so 'a.PYO' can't either.
-
Zachary Ware authored
In particular, the tests bomb out on Windows. The feature is a no-op on platforms without the pwd module or os.geteuid anyway.
-
Raymond Hettinger authored
-
Raymond Hettinger authored
-
Raymond Hettinger authored
(Sugguested by Serhiy Storchaka)
-
- 12 May, 2015 33 commits
-
-
Benjamin Peterson authored
-
Benjamin Peterson authored
-
Serhiy Storchaka authored
-
Serhiy Storchaka authored
-
Benjamin Peterson authored
-
Serhiy Storchaka authored
deprecated. Based on patch by Mark Dickinson.
-
Serhiy Storchaka authored
-
Serhiy Storchaka authored
-
Serhiy Storchaka authored
-
Yury Selivanov 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.
-
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.
-
Benjamin Peterson authored
-
Yury Selivanov authored
-
Berker Peksag authored
Changes: * Fixed a ResourceWarning warning * Used argparse instead of getopt
-
Berker Peksag authored
Changes: * Fixed a ResourceWarning warning * Used argparse instead of getopt
-
Berker Peksag authored
-
Berker Peksag authored
if they called on a closed object. Patch by John Hergenroeder.
-
Berker Peksag authored
if they called on a closed object. Patch by John Hergenroeder.
-
Serhiy Storchaka authored
-
Serhiy Storchaka authored
except named tuples.
-
Serhiy Storchaka authored
-
Yury Selivanov authored
-
Yury Selivanov authored
-
Yury Selivanov authored
-
Yury Selivanov authored
-
Yury Selivanov authored
-
Raymond Hettinger authored
-
Yury Selivanov authored
-
Raymond Hettinger authored
-
Yury Selivanov authored
-
Yury Selivanov authored
-
Raymond Hettinger authored
-