- 13 May, 2015 27 kayıt (commit)
-
-
Yury Selivanov yazdı
-
Zachary Ware yazdı
-
Benjamin Peterson yazdı
-
Benjamin Peterson yazdı
-
Serhiy Storchaka yazdı
-
Berker Peksag yazdı
Patch by Vinod Kurup.
-
Berker Peksag yazdı
Patch by Vinod Kurup.
-
Raymond Hettinger yazdı
-
Raymond Hettinger yazdı
-
Raymond Hettinger yazdı
-
Berker Peksag yazdı
Initial patch by Vajrasky Kok.
-
Berker Peksag yazdı
-
Raymond Hettinger yazdı
-
Raymond Hettinger yazdı
(Contributed by Serhiy Storchaka.)
-
Raymond Hettinger yazdı
(Patch by Berker Peksag.)
-
Zachary Ware yazdı
-
Zachary Ware yazdı
-
Zachary Ware yazdı
-
Zachary Ware yazdı
-
Zachary Ware yazdı
No more test_main(), s/assertEquals/assertEqual/, and remove unused import.
-
Nick Coghlan yazdı
* 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 yazdı
Comparing equality of list and tuple is always False.
-
Zachary Ware yazdı
'a.pyo' can no longer match 'a.py', so 'a.PYO' can't either.
-
Zachary Ware yazdı
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 yazdı
-
Raymond Hettinger yazdı
-
Raymond Hettinger yazdı
(Sugguested by Serhiy Storchaka)
-
- 12 May, 2015 13 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ı
-