summaryrefslogtreecommitdiffstats
path: root/Lib/test/test_tools.py
Commit message (Expand)AuthorAgeFilesLines
* Issue #19713: Move away from using find_module/load_module.Eric Snow2014-01-041-4/+5
* Issue #15539: Fix a backup file creation in pindent.py on Windows.Serhiy Storchaka2013-01-111-0/+1
|\
| * Issue #15539: Fix a backup file creation in pindent.py on Windows.Serhiy Storchaka2013-01-111-0/+1
* | Issue #15539: Fix a number of bugs in Tools/scripts/pindent.py.Serhiy Storchaka2013-01-111-1/+325
|\ \ | |/
| * Issue #15539: Fix a number of bugs in Tools/scripts/pindent.py.Serhiy Storchaka2013-01-111-1/+325
| * backport from the trunk, to fix test_tools with srcdir != builddirdoko@ubuntu.com2012-09-101-2/+2
* | 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