summaryrefslogtreecommitdiffstats
path: root/Lib/test/test_compiler.py
Commit message (Expand)AuthorAgeFilesLines
* Revert revision 41940: the test causes -uall toTim Peters2006-01-071-4/+1
* Add compiler test regarding optional arguments.Georg Brandl2006-01-061-1/+4
* Fix compiler test when run with -u (long mode)Neal Norwitz2005-10-241-1/+1
* Fix compiler.ast.flatten function so that it works on lists.Neil Schemenauer2005-06-021-0/+5
* Whitespace normalization.Tim Peters2005-04-201-1/+1
* Flush out support for ``class B(): pass`` syntax by adding support to theBrett Cannon2005-04-091-0/+3
* test for fixedness of bug #1057835.Michael W. Hudson2004-11-081-0/+2
* Open source files in universal newlines mode.Michael W. Hudson2004-10-111-1/+1
* 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