summaryrefslogtreecommitdiffstats
path: root/Lib/test/test_compiler.py
Commit message (Expand)AuthorAgeFilesLines
* this was supposed to dieBenjamin Peterson2012-02-211-2/+2
* Merged revisions 86596 via svnmerge fromEzio Melotti2010-11-211-23/+23
* Merged revisions 85482 via svnmerge fromAntoine Pitrou2010-10-141-1/+1
* Fix test_compiler.py that was using unittest.__file__ to find Lib/ (unittest ...Ezio Melotti2010-04-021-1/+3
* #7092: Silence more py3k warnings. Patch by Florent Xicluna.Ezio Melotti2010-02-031-1/+1
* use assert[Not]IsInstance where appropriateEzio Melotti2010-01-241-1/+1
* use assert[Not]In where appropriateEzio Melotti2010-01-231-1/+1
* Issue #2333: Backport set and dict comprehensions syntax.Alexandre Vassalotti2010-01-111-0/+32
* Issue #2335: Backport set literals syntax from Python 3.x.Alexandre Vassalotti2010-01-091-0/+1
* Reverting the Revision: 77368. I committed Flox's big patch for tests bySenthil Kumaran2010-01-081-1/+1
* Fixing - Issue7026 - RuntimeError: dictionary changed size during iteration. ...Senthil Kumaran2010-01-081-1/+1
* convert usage of fail* to assert*Benjamin Peterson2009-06-301-3/+3
* Allow multiple context managers in one with statement, as proposedGeorg Brandl2009-05-251-0/+21
* Add test for issue #999042, explict global statement works.Neil Schemenauer2009-02-071-0/+7
* follow-up of issue3473: update the compiler package to recognize the new syntax.Amaury Forgeot d'Arc2008-08-201-0/+9
* Deprecate the compiler package for removal in 3.0.Brett Cannon2008-05-101-2/+2
* Another test for __future__ print_function.Eric Smith2008-03-191-0/+11
* Patch #2167 from calvin: Remove unused importsChristian Heimes2008-02-231-1/+2
* Patch #1031213: Decode source line in SyntaxErrors back to its originalMartin v. Löwis2007-09-041-0/+26
* Patch #1638243: the compiler package is now able to correctly compileGeorg Brandl2007-01-271-0/+31
* Fix a bug in the ``compiler`` package that caused invalid code to beNeil Schemenauer2006-08-161-0/+7
* Whitespace normalization.Tim Peters2006-08-041-1/+1
* Fix the 'compiler' package to generate correct code for MAKE_CLOSURE.Neil Schemenauer2006-08-041-0/+13
* Bug #1441397: The compiler module now recognizes module and functionGeorg Brandl2006-07-291-0/+8
* Test for correct compilation of try-except-finally stmt.Georg Brandl2006-06-221-0/+15
* Make use of new str.startswith/endswith semantics.Georg Brandl2006-06-091-1/+1
* Bug #1385040: don't allow "def foo(a=1, b): pass" in the compiler package.Georg Brandl2006-05-031-0/+3
* Try to really fix the slow buildbots this time.Neal Norwitz2006-04-281-0/+1
* test_compile can be really long if we are using -u compiler.Neal Norwitz2006-04-131-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