Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | gh-97669: Remove outdated example scripts (#97675) (#98167) | Victor Stinner | 2022-10-11 | 1 | -131/+0 |
| | | | | | | | | | | | Remove outdated example scripts of the Tools/scripts/ directory: * gprof2html.py * md5sum.py * nm2def.py * pathfix.py * win_add2path.py Remove test_gprof2html, test_md5sum and test_pathfix of test_tools. | ||||
* | gh-84623: Remove unused imports in tests (#93772) | Victor Stinner | 2022-06-13 | 1 | -1/+0 |
| | |||||
* | bpo-40275: Use new test.support helper submodules in tests (GH-21727) | Hai Shi | 2020-08-04 | 1 | -4/+5 |
| | |||||
* | bpo-41069: Make TESTFN and the CWD for tests containing non-ascii ↵ | Serhiy Storchaka | 2020-06-25 | 1 | -3/+5 |
| | | | | characters. (GH-21035) | ||||
* | bpo-40443: Remove unused imports in tests (GH-19805) | Victor Stinner | 2020-04-29 | 1 | -1/+1 |
| | |||||
* | bpo-38347: find pathfix for Python scripts whose name contain a '-' (GH-16536) | Ruediger Pluem | 2019-10-11 | 1 | -6/+28 |
| | | | pathfix.py: Assume all files that end on '.py' are Python scripts when working recursively. | ||||
* | bpo-37064: Add option -a to pathfix.py tool (GH-15717) | PatrikKopkan | 2019-09-25 | 1 | -17/+56 |
| | | | Add option -a to Tools/Scripts/pathfix.py script: add flags. | ||||
* | bpo-37064: Skip test_tools.test_pathfix if installed (GH-15705) | Victor Stinner | 2019-09-05 | 1 | -1/+5 |
| | | | | If Python is installed, skip test_tools.test_pathfix test because Tools/scripts/pathfix.py script is not installed. | ||||
* | bpo-37064: Add option -k to Tools/scripts/pathfix.py (GH-15548) | PatrikKopkan | 2019-09-05 | 1 | -0/+64 |
Add flag -k to pathscript.py script: preserve shebang flags. |