- 13 May, 2015 2 kayıt (commit)
-
-
Raymond Hettinger yazdı
-
Raymond Hettinger yazdı
(Sugguested by Serhiy Storchaka)
-
- 12 May, 2015 33 kayıt (commit)
-
-
Benjamin Peterson yazdı
-
Benjamin Peterson yazdı
-
Serhiy Storchaka yazdı
-
Serhiy Storchaka yazdı
-
Benjamin Peterson yazdı
-
Serhiy Storchaka yazdı
deprecated. Based on patch by Mark Dickinson.
-
Serhiy Storchaka yazdı
-
Serhiy Storchaka yazdı
-
Serhiy Storchaka yazdı
-
Yury Selivanov yazdı
-
Yury Selivanov yazdı
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 yazdı
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 yazdı
-
Yury Selivanov yazdı
-
Berker Peksag yazdı
Changes: * Fixed a ResourceWarning warning * Used argparse instead of getopt
-
Berker Peksag yazdı
Changes: * Fixed a ResourceWarning warning * Used argparse instead of getopt
-
Berker Peksag yazdı
-
Berker Peksag yazdı
if they called on a closed object. Patch by John Hergenroeder.
-
Berker Peksag yazdı
if they called on a closed object. Patch by John Hergenroeder.
-
Serhiy Storchaka yazdı
-
Serhiy Storchaka yazdı
except named tuples.
-
Serhiy Storchaka yazdı
-
Yury Selivanov yazdı
-
Yury Selivanov yazdı
-
Yury Selivanov yazdı
-
Yury Selivanov yazdı
-
Yury Selivanov yazdı
-
Raymond Hettinger yazdı
-
Yury Selivanov yazdı
-
Raymond Hettinger yazdı
-
Yury Selivanov yazdı
-
Yury Selivanov yazdı
-
Raymond Hettinger yazdı
-
- 11 May, 2015 5 kayıt (commit)
-
-
Yury Selivanov yazdı
-
Yury Selivanov yazdı
-
Yury Selivanov yazdı
-
Yury Selivanov yazdı
-
Yury Selivanov yazdı
-