Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | bpo-37704: Remove Tools/scripts/h2py.py (GH-15000) | Victor Stinner | 2019-07-30 |
| | | | Use cffi to access a C API in Python. | ||
* | bpo-25094: Fix test_tools.test_sundry() on Windows (GH-8406) | Victor Stinner | 2018-07-23 |
| | | | | | | | | | | When Python is installed on Windows, python -m test test_tools failed because it tried to run Tools\scripts\2to3.py which requires an argument. Skip this script. On other platforms or on Windows but when run from source code (not installed), the script is called "2to3" instead of "2to.py" and so was already skipped. Modify also the unit test to unload all modules which have been loaded by the test. | ||
* | Trivial cleanups following bpo-31370 (#3649) | Antoine Pitrou | 2017-09-18 |
| | | | | | | * Trivial cleanups following bpo-31370 * Also cleanup the "importlib._bootstrap_external" module | ||
* | Issue #21918: Convert test_tools.py to a sub-package of test. | Zachary Ware | 2014-07-16 |