- 12 May, 2015 23 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.
-
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
-
- 11 May, 2015 17 commits
-
-
Yury Selivanov authored
-
Yury Selivanov authored
-
Yury Selivanov authored
-
Yury Selivanov authored
-
Yury Selivanov authored
-
Yury Selivanov authored
-
Yury Selivanov authored
-
Yury Selivanov authored
-
Yury Selivanov authored
-
Yury Selivanov authored
-
Yury Selivanov authored
-
Raymond Hettinger authored
-
Raymond Hettinger authored
-
R David Murray authored
Patch by Milan Oberkirch, with a few updates. This changeset also tweaks the smtpd and whatsnew docs for smtpd into what should be the final form for the 3.5 release.
-
Benjamin Peterson authored
-
Benjamin Peterson authored
-
Benjamin Peterson authored
-