summaryrefslogtreecommitdiffstats
path: root/Lib/test/test_compiler.py
Commit message (Expand)AuthorAgeFilesLines
* Change all the function attributes from func_* -> __*__. This gets ridNeal Norwitz2007-02-251-1/+1
* Bytes literal.Thomas Wouters2007-02-231-0/+24
* Fix most trivially-findable print statements.Guido van Rossum2007-02-091-5/+4
* Merged revisions 53538-53622 via svnmerge fromThomas Wouters2007-02-051-0/+31
* SF patch 1631942 by Collin Winter:Guido van Rossum2007-01-101-1/+1
* PEP 3107 - Function Annotations thanks to Tony LowndsNeal Norwitz2006-12-281-3/+38
* The rest of patch 1549670 by Jiwon, making the compiler test pass.Guido van Rossum2006-11-221-45/+30
* Jiwon Seo's PEP 3102 implementation.Guido van Rossum2006-10-271-30/+45
* Patch #1550800: make exec a function.Georg Brandl2006-09-061-3/+3
* Merge current trunk into p3yk. This includes the PyNumber_Index API change,Thomas Wouters2006-08-211-0/+7
* Merged revisions 46753-51188 via svnmerge fromThomas Wouters2006-08-111-1/+37
* Much-needed merge (using svnmerge.py this time) of trunk changes into p3yk.Thomas Wouters2006-05-271-0/+4
* Merge p3yk branch with the trunk up to revision 45595. This breaks a fairThomas Wouters2006-04-211-2/+11
* Fix failure of test_compiler.py when compiling test_contextlib.py.Guido van Rossum2006-03-021-1/+4
* Reformat the exception message by going through a list.Martin v. Löwis2006-03-011-1/+3
* Make failures in test cases print failing source file.Martin v. Löwis2006-03-011-1/+5
* Update the compiler package to compile the with-statement.Guido van Rossum2006-02-281-1/+1
* 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