summaryrefslogtreecommitdiff
path: root/Lib/test/test_ast.py
Commit message (Expand)AuthorAgeFilesLines
* convert old fail* assertions to assert*Benjamin Peterson2009-06-301-5/+5
* Merged revisions 73376,73393,73398,73400,73404-73405,73409,73419-73421,73432,...Benjamin Peterson2009-06-281-0/+10
* Merged revisions 68450,68480-68481,68493,68495,68501,68512,68514-68515,68534-...Benjamin Peterson2009-01-161-0/+6
* Merged revisions 63829-63831,63858,63865,63879,63882,63948,63970-63972,63976,...Georg Brandl2008-06-101-9/+100
* #2621 rename test.test_support to test.supportBenjamin Peterson2008-05-201-2/+2
* Merged revisions 61440-61441,61443,61445-61448,61451-61452,61455-61457,61459-...Neal Norwitz2008-03-311-35/+78
* Merged revisions 62047 via svnmerge fromNeal Norwitz2008-03-311-2/+2
* Merged revisions 62021,62029,62035-62038,62043-62044,62052-62053 via svnmerge...Benjamin Peterson2008-03-311-2/+2
* Move itertools izip() code to builtins as zip(). Complete the renaming.Raymond Hettinger2008-03-131-2/+2
* Issue #1573, second attempt:Amaury Forgeot d'Arc2007-12-091-3/+0
* Added two tests for f(*, **kw) syntaxChristian Heimes2007-12-081-0/+3
* Patch# 1258 by Christian Heimes: kill basestring.Guido van Rossum2007-10-161-1/+1
* Issue #1066: implement PEP 3109, 2/3 of PEP 3134.Collin Winter2007-08-311-2/+2
* Merged revisions 55407-55513 via svnmerge fromGuido van Rossum2007-05-221-1/+1
* Fix the compiler package w.r.t. the new metaclass syntax.Guido van Rossum2007-03-191-7/+3
* Implement PEP 3115 -- new metaclass syntax and semantics.Guido van Rossum2007-03-181-1/+7
* * Remove PRINT_ITEM(_TO), PRINT_NEWLINE(_TO) opcodes.Georg Brandl2007-02-091-3/+0
* Fix most trivially-findable print statements.Guido van Rossum2007-02-091-4/+4
* Rip out 'long' and 'L'-suffixed integer literals.Guido van Rossum2007-01-151-2/+2
* PEP 3107 - Function Annotations thanks to Tony LowndsNeal Norwitz2006-12-281-4/+4
* Jiwon Seo's PEP 3102 implementation.Guido van Rossum2006-10-271-3/+3
* Patch #1550800: make exec a function.Georg Brandl2006-09-061-3/+0
* Don't test AST for backticks.Brett Cannon2006-08-251-3/+0
* Merged revisions 46753-51188 via svnmerge fromThomas Wouters2006-08-111-1/+1
* Merge p3yk branch with the trunk up to revision 45595. This breaks a fairThomas Wouters2006-04-211-5/+6
* Whitespace normalization.Tim Peters2006-03-011-1/+1
* Patch #1440601: Add col_offset attribute to AST nodes.Martin v. Löwis2006-03-011-42/+67
* Set EOL style to native.Tim Peters2006-02-281-178/+178
* Whitespace normalization.Tim Peters2006-02-281-179/+178
* SF patch #1438387, PEP 328: relative and absolute imports.Thomas Wouters2006-02-281-1/+1
* Even though we don't currently use unicode or complex numbers in the test,Neal Norwitz2006-02-271-3/+3
* Generate code to recursively copy an AST intoMartin v. Löwis2006-02-261-0/+179