- 23 Jul, 2014 10 commits
-
-
Zachary Ware authored
-
Zachary Ware authored
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 authored
* 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 authored
* 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 authored
specified.
-
Serhiy Storchaka authored
specified.
-
Serhiy Storchaka authored
-
Serhiy Storchaka authored
-
Andrew Svetlov authored
-
Andrew Svetlov authored
-
- 22 Jul, 2014 15 commits
-
-
Charles-François Natali authored
-
Charles-François Natali authored
-
Serhiy Storchaka authored
fully qualified class names of Python implemented classes.
-
Victor Stinner authored
coroutine Replace also _make_drain_waiter() function with a classic _drain_helper() coroutine.
-
Victor Stinner authored
Replace also _make_drain_waiter() function with a classic _drain_helper() coroutine.
-
Serhiy Storchaka authored
when contain an id in form " at 0x...".
-
Serhiy Storchaka authored
-
Serhiy Storchaka authored
-
Serhiy Storchaka authored
-
Serhiy Storchaka authored
-
Serhiy Storchaka authored
-
Serhiy Storchaka authored
now display special message when and only when there are failures.
-
Serhiy Storchaka authored
now display special message when and only when there are failures.
-
Senthil Kumaran authored
Fix localhost checking in FileHandler. Raised in #21970.
-
Senthil Kumaran authored
-
- 21 Jul, 2014 14 commits
-
-
Antoine Pitrou authored
Thanks to William Orr.
-
Antoine Pitrou authored
Thanks to William Orr.
-
Victor Stinner authored
Sort also imports in support/__init__.py
-
Victor Stinner authored
Sort also imports in support/__init__.py
-
Victor Stinner authored
* 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 authored
shutil.rmtree() to remove the temporary directory.
-
Victor Stinner authored
directory, not os.path.isdir()
-
Victor Stinner authored
-
Victor Stinner authored
ValueError on fstat() failure.
-
Victor Stinner authored
-
Victor Stinner authored
-
Victor Stinner authored
- 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 authored
-
Raymond Hettinger authored
-
- 20 Jul, 2014 1 commit
-
-
Benjamin Peterson authored
-