- 23 Tem, 2014 11 kayıt (commit)
-
-
Serhiy Storchaka yazdı
-
Zachary Ware yazdı
-
Zachary Ware yazdı
Adds `load_package_tests` function to test.support, uses it in test_asyncio, test_email, test_json, test_tools, test_importlib and all test_importlib sub-packages to implement test discovery.
-
Victor Stinner yazdı
* Tulip issue 194: Don't use sys.getrefcount() in unit tests * signal.set_wakeup_fd() can now raise an OSError on Python 3.5
-
Victor Stinner yazdı
* Tulip issue 194: Don't use sys.getrefcount() in unit tests * signal.set_wakeup_fd() can now raise an OSError on Python 3.5
-
Serhiy Storchaka yazdı
specified.
-
Serhiy Storchaka yazdı
specified.
-
Serhiy Storchaka yazdı
-
Serhiy Storchaka yazdı
-
Andrew Svetlov yazdı
-
Andrew Svetlov yazdı
-
- 22 Tem, 2014 15 kayıt (commit)
-
-
Charles-François Natali yazdı
-
Charles-François Natali yazdı
-
Serhiy Storchaka yazdı
fully qualified class names of Python implemented classes.
-
Victor Stinner yazdı
coroutine Replace also _make_drain_waiter() function with a classic _drain_helper() coroutine.
-
Victor Stinner yazdı
Replace also _make_drain_waiter() function with a classic _drain_helper() coroutine.
-
Serhiy Storchaka yazdı
when contain an id in form " at 0x...".
-
Serhiy Storchaka yazdı
-
Serhiy Storchaka yazdı
-
Serhiy Storchaka yazdı
-
Serhiy Storchaka yazdı
-
Serhiy Storchaka yazdı
-
Serhiy Storchaka yazdı
now display special message when and only when there are failures.
-
Serhiy Storchaka yazdı
now display special message when and only when there are failures.
-
Senthil Kumaran yazdı
Fix localhost checking in FileHandler. Raised in #21970.
-
Senthil Kumaran yazdı
-
- 21 Tem, 2014 14 kayıt (commit)
-
-
Antoine Pitrou yazdı
Thanks to William Orr.
-
Antoine Pitrou yazdı
Thanks to William Orr.
-
Victor Stinner yazdı
Sort also imports in support/__init__.py
-
Victor Stinner yazdı
Sort also imports in support/__init__.py
-
Victor Stinner yazdı
* Issue #19811, #22022: test_pathlib uses support.rmtree() instead of shutil.rmtree() to remove the temporary directory. * Issue #19629: Fix support.rmtree(), use os.lstat() to check if the file is a directory, not os.path.isdir()
-
Victor Stinner yazdı
shutil.rmtree() to remove the temporary directory.
-
Victor Stinner yazdı
directory, not os.path.isdir()
-
Victor Stinner yazdı
-
Victor Stinner yazdı
ValueError on fstat() failure.
-
Victor Stinner yazdı
-
Victor Stinner yazdı
-
Victor Stinner yazdı
- Use _testcapi.raise_signal() in test_signal - close also os.pipe() file descriptors in some test_signal tests where they were not closed properly - Remove faulthandler._sigill() and faulthandler._sigbus(): reuse _testcapi.raise_signal() in test_faulthandler
-
Raymond Hettinger yazdı
-
Raymond Hettinger yazdı
-