summaryrefslogtreecommitdiffstats
path: root/Lib/test/test_compiler.py
Commit message (Expand)AuthorAgeFilesLines
* Whitespace normalization.Tim Peters2004-09-121-4/+4
* compiler.transformer: correct lineno attribute when possibleJeremy Hylton2004-09-071-0/+59
* Change the strategy for coping with time intensive tests fromRaymond Hettinger2004-09-041-1/+5
* Tell unittest that source files with "badsyntax" in their names shouldTim Peters2004-08-081-1/+5
* Renamed locals to better reflect their meanings.Tim Peters2004-08-081-6/+6
* In verbose mode, display the name of each file before trying to compileTim Peters2004-08-081-1/+4
* Whitespace normalization.Tim Peters2004-08-081-3/+0
* Add a trivial test for the compiler package, guarded by compiler resource.Jeremy Hylton2004-08-071-0/+34