- 16 May, 2015 3 kayıt (commit)
-
-
Serhiy Storchaka yazdı
-
Terry Jan Reedy yazdı
-
Terry Jan Reedy yazdı
-
- 14 May, 2015 4 kayıt (commit)
-
-
Terry Jan Reedy yazdı
-
Yury Selivanov yazdı
-
R David Murray yazdı
-
R David Murray yazdı
Patch by Martin Panter, reviewed by Serhiy Storchaka and R. David Murray.
-
- 13 May, 2015 5 kayıt (commit)
-
-
Raymond Hettinger yazdı
-
Yury Selivanov yazdı
-
Yury Selivanov yazdı
-
Berker Peksag yazdı
Patch by Vinod Kurup.
-
Raymond Hettinger yazdı
-
- 12 May, 2015 6 kayıt (commit)
-
-
Benjamin Peterson 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.
-
Berker Peksag yazdı
Changes: * Fixed a ResourceWarning warning * Used argparse instead of getopt
-
Berker Peksag yazdı
if they called on a closed object. Patch by John Hergenroeder.
-
Raymond Hettinger yazdı
-
Yury Selivanov yazdı
-
- 11 May, 2015 6 kayıt (commit)
-
-
Yury Selivanov yazdı
-
Yury Selivanov yazdı
-
Yury Selivanov yazdı
-
Yury Selivanov yazdı
-
Yury Selivanov yazdı
-
Benjamin Peterson yazdı
-
- 09 May, 2015 4 kayıt (commit)
-
-
Benjamin Peterson yazdı
-
Benjamin Peterson yazdı
-
Benjamin Peterson yazdı
Patch from Marc-Andre Lemburg.
-
Donald Stufft yazdı
-
- 08 May, 2015 4 kayıt (commit)
-
-
Ned Deily yazdı
-
Larry Hastings yazdı
METH_VARARGS methods on _sqlite.Connection.
-
Larry Hastings yazdı
anywhere in the name of the current directory.
-
Andrew Svetlov yazdı
-
- 07 May, 2015 3 kayıt (commit)
-
-
Benjamin Peterson yazdı
-
Benjamin Peterson yazdı
-
Zachary Ware yazdı
Basically, s/thread/coroutine/.
-
- 06 May, 2015 3 kayıt (commit)
-
-
Serhiy Storchaka yazdı
-
Serhiy Storchaka yazdı
assertWarnsRegex() checks are not longer successful if the callable is None. Added tests for assertRaises().
-
Serhiy Storchaka yazdı
during closing expatreader. Fixed a regression introduced in issue #23865.
-
- 05 May, 2015 2 kayıt (commit)
-
-
doko@ubuntu.com yazdı
-
Guido van Rossum yazdı
-