summaryrefslogtreecommitdiffstats
path: root/Lib/test/test_ast.py
Commit message (Expand)AuthorAgeFilesLines
* 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