aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/Lib/test/test_tools/test_sundry.py
Commit message (Expand)AuthorAge
* GH-107458: fix test_tools refleak (#107577)Kumar Aditya2023-08-03
* gh-104780: Remove 2to3 program and lib2to3 module (#104781)Victor Stinner2023-05-23
* Remove non-existing tools from Sundry skiplist (#103991)Oleg Iarygin2023-04-29
* gh-102515: Remove unused imports in the `Lib/` directory (#102516)Alex Waygood2023-03-08
* gh-97669: Fix test_tools reference leak (#98216)Victor Stinner2022-10-12
* gh-97669: Remove outdated example scripts (#97675) (#98167)Victor Stinner2022-10-11
* gh-97670: Remove sys.getdxp() and analyze_dxp.py script (#97671)Victor Stinner2022-10-04
* bpo-41521: Replace whitelist/blacklist with allowlist/denylist (GH-21822)Victor Stinner2020-08-11
* bpo-40275: Use new test.support helper submodules in tests (GH-21727)Hai Shi2020-08-04
* bpo-37704: Remove Tools/scripts/h2py.py (GH-15000)Victor Stinner2019-07-30
* bpo-25094: Fix test_tools.test_sundry() on Windows (GH-8406)Victor Stinner2018-07-23
* Trivial cleanups following bpo-31370 (#3649)Antoine Pitrou2017-09-18
* Issue #21918: Convert test_tools.py to a sub-package of test.Zachary Ware2014-07-16