summaryrefslogtreecommitdiffstats
path: root/Lib/test/test_tools.py
Commit message (Expand)AuthorAgeFilesLines
* Avoid using scrdir, it's broken.Antoine Pitrou2012-06-271-2/+2
* Fix bug in test_tools that prevented building is separate directory.Neil Schemenauer2012-06-271-1/+1
* Issue #14742: test_unparse now only checks a limited number of files unless t...Mark Dickinson2012-06-231-0/+1
* Issue #13959: HaveBrett Cannon2012-05-111-3/+5
* Issue #14742: Don't include DirectoryTestCase from test_unparse in test_tool...Mark Dickinson2012-05-071-1/+1
* Issue #14695: Run Tools/parser/test_unparse.py as part of test_tools.Mark Dickinson2012-05-071-0/+5
* #14508: make gprof2html script runnable under python3R David Murray2012-04-111-1/+24
* #14492: fix some bugs in Tools/scripts/pdeps.py.R David Murray2012-04-061-0/+27
* test_tools fix: don't import analyze_dxp if no _thread moduleR David Murray2012-04-051-0/+1
* #14490, #14491: add 'sundry'-style import tests for Tools/scripts.R David Murray2012-04-051-2/+43
* Add test file for scripts in Tools (#13447).Éric Araujo2012-02-251-0/+39