aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/Lib/test/test_tools/test_gprof2html.py
Commit message (Collapse)AuthorAge
* gh-97669: Remove outdated example scripts (#97675) (#98167)Victor Stinner2022-10-11
| | | | | | | | | | | 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.
* Fix EncodingWarning in test_tools. (GH-28846)Inada Naoki2021-10-10
|
* Issue #23277: Remove unused imports in tests.Serhiy Storchaka2016-04-24
|
* Issue #26778: Fixed "a/an/and" typos in code comment and documentation.Serhiy Storchaka2016-04-17
|
* Issue #21918: Convert test_tools.py to a sub-package of test.Zachary Ware2014-07-16