summaryrefslogtreecommitdiffstats
path: root/Lib/test/test_tools
Commit message (Expand)AuthorAgeFilesLines
* gh-126700: pygettext: Support more gettext functions (GH-126912)Tomas R.2024-11-223-17/+85
* gh-126807: pygettext: Do not attempt to extract messages from function defini...Tomas R.2024-11-141-5/+28
* gh-104400: Add more tests to pygettext (GH-108173)Tomas R.2024-11-037-21/+362
* gh-126014: Ignore `__pycache__`-only folders in makefile tests (#126066)sobolevn2024-10-291-1/+4
* gh-120418: Don't assume wheeldata is deleted if `WHEEL_PKG_DIR` is set (#120419)Stefano Rivera2024-06-121-3/+4
* gh-117711: Only check for 'test/wheeldata' when it's actually used (#117712)Karolina Surma2024-04-111-0/+4
* gh-116303: Skip test module dependent tests if test modules are unavailable (...Erlend E. Aasland2024-04-031-0/+1
* gh-117166: Ignore empty and temporary dirs in `test_makefile` (#117190)Nikita Sobolev2024-03-291-2/+10
* gh-115421: Test that our Makefile has all needed test folders (GH-115813)Nikita Sobolev2024-03-071-0/+64
* gh-113384: Skip test_freeze for framework builds on macOS (#113390)Ronald Oussoren2023-12-221-0/+2
* gh-96954: Use skip_if_missing in test_makeunicodedata (GH-111764)Dennis Sweeney2023-11-061-1/+2
* gh-96954: use a directed acyclic word graph for storing the unicodedata codep...CF Bolz-Tereick2023-11-041-0/+121
* gh-103053: Skip test_freeze_simple_script() on PGO build (#109591)Victor Stinner2023-09-201-0/+4
* gh-108303: Move tokenize-related data to Lib/test/tokenizedata (GH-109265)Nikita Sobolev2023-09-121-1/+1
* gh-108416: Mark slow test methods with @requires_resource('cpu') (GH-108421)Serhiy Storchaka2023-09-021-3/+1
* test_peg_generator and test_freeze require cpu (#108386)Victor Stinner2023-08-232-6/+3
* gh-90791: Enable test___all__ on ASAN build (#108286)Victor Stinner2023-08-221-1/+1
* GH-107458: fix test_tools refleak (#107577)Kumar Aditya2023-08-031-11/+5
* gh-104780: Remove 2to3 program and lib2to3 module (#104781)Victor Stinner2023-05-231-8/+0
* Remove non-existing tools from Sundry skiplist (#103991)Oleg Iarygin2023-04-291-9/+2
* gh-102515: Remove unused imports in the `Lib/` directory (#102516)Alex Waygood2023-03-081-1/+0
* gh-95731: Fix module docstring extraction in pygettext (#95732)Jakub Kuczys2022-10-151-0/+20
* gh-97669: Fix test_tools reference leak (#98216)Victor Stinner2022-10-121-1/+5
* gh-97669: Create Tools/patchcheck/ directory (#98186)Victor Stinner2022-10-121-2/+2
* gh-97669: Remove outdated example scripts (#97675) (#98167)Victor Stinner2022-10-114-253/+2
* gh-97670: Remove sys.getdxp() and analyze_dxp.py script (#97671)Victor Stinner2022-10-041-8/+1
* gh-97669: Remove outdated example scripts (#97675)Victor Stinner2022-10-044-506/+0
* gh-84623: Remove unused imports in tests (#93772)Victor Stinner2022-06-133-3/+0
* GH-91752: Skip test_freeze_simple_script when zlib is not available (#91758)Abhigyan Bose2022-05-031-1/+1
* bpo-40280: Skip socket, fork, subprocess tests on Emscripten (GH-31986)Christian Heimes2022-03-221-0/+4
* bpo-46633: Skip tests on ASAN and/or MSAN builds (GH-31632)Victor Stinner2022-03-011-0/+7
* bpo-46425: Fix direct invocation of multiple test modules (GH-30666)Nikita Sobolev2022-01-181-1/+1
* bpo-40479: Fix hashlib's usedforsecurity for OpenSSL 3.0.0 (GH-30455)Christian Heimes2022-01-131-1/+1
* bpo-45783: Preserve file moves and deletions in the tests for the freeze tool...Eric Snow2021-11-231-4/+5
* bpo-45629: Add a test for the "freeze" tool. (gh-29222)Eric Snow2021-10-281-0/+29
* Fix EncodingWarning in test_tools. (GH-28846)Inada Naoki2021-10-106-23/+27
* bpo-45042: Now test classes decorated with `requires_hashdigest` are not skip...Nikita Sobolev2021-09-041-3/+4
* bpo-36310: Allow pygettext.py to detect calls to gettext in f-strings. (GH-19...jack11422020-11-091-0/+70
* bpo-36876: Fix the C analyzer tool. (GH-22841)Eric Snow2020-10-2320-4314/+0
* bpo-41521: Replace whitelist/blacklist with allowlist/denylist (GH-21822)Victor Stinner2020-08-111-5/+5
* bpo-40275: Use new test.support helper submodules in tests (GH-21743)Hai Shi2020-08-061-4/+4
* bpo-40275: Use new test.support helper submodules in tests (GH-21727)Hai Shi2020-08-046-17/+21
* bpo-40275: Use new test.support helper submodules in tests (GH-21151)Hai Shi2020-06-251-2/+3
* bpo-41069: Make TESTFN and the CWD for tests containing non-ascii characters....Serhiy Storchaka2020-06-251-3/+5
* bpo-9216: hashlib usedforsecurity fixes (GH-20258)Christian Heimes2020-05-221-0/+2
* bpo-40443: Remove unused imports in tests (GH-19805)Victor Stinner2020-04-293-3/+1
* bpo-38870: Expose a function to unparse an ast object in the ast module (GH-1...Pablo Galindo2019-11-241-318/+0
* bpo-36876: Re-organize the c-analyzer tool code. (gh-16841)Eric Snow2019-10-1919-471/+344
* bpo-38347: find pathfix for Python scripts whose name contain a '-' (GH-16536)Ruediger Pluem2019-10-111-6/+28
* bpo-38187: Fix a refleak in Tools/c-analyzer. (gh-16304)Eric Snow2019-09-277-40/+100