index
:
delta/cpython.git
2.0
2.1
2.2
2.3
2.4
2.5
2.6
2.7
3.0
3.1
3.2
3.3
3.4
3.5
3.6
baserock/2.7.9-mips64
baserock/markdoffman/py2-symlink
baserock/markdoffman/py2-symlink-v2
baserock/morph-2.7
legacy-trunk
master
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
Lib
/
test
/
test_ast.py
Commit message (
Expand
)
Author
Age
Files
Lines
*
Fix the compiler package w.r.t. the new metaclass syntax.
Guido van Rossum
2007-03-19
1
-7
/
+3
*
Implement PEP 3115 -- new metaclass syntax and semantics.
Guido van Rossum
2007-03-18
1
-1
/
+7
*
* Remove PRINT_ITEM(_TO), PRINT_NEWLINE(_TO) opcodes.
Georg Brandl
2007-02-09
1
-3
/
+0
*
Fix most trivially-findable print statements.
Guido van Rossum
2007-02-09
1
-4
/
+4
*
Rip out 'long' and 'L'-suffixed integer literals.
Guido van Rossum
2007-01-15
1
-2
/
+2
*
PEP 3107 - Function Annotations thanks to Tony Lownds
Neal Norwitz
2006-12-28
1
-4
/
+4
*
Jiwon Seo's PEP 3102 implementation.
Guido van Rossum
2006-10-27
1
-3
/
+3
*
Patch #1550800: make exec a function.
Georg Brandl
2006-09-06
1
-3
/
+0
*
Don't test AST for backticks.
Brett Cannon
2006-08-25
1
-3
/
+0
*
Merged revisions 46753-51188 via svnmerge from
Thomas Wouters
2006-08-11
1
-1
/
+1
*
Merge p3yk branch with the trunk up to revision 45595. This breaks a fair
Thomas Wouters
2006-04-21
1
-5
/
+6
*
Whitespace normalization.
Tim Peters
2006-03-01
1
-1
/
+1
*
Patch #1440601: Add col_offset attribute to AST nodes.
Martin v. Löwis
2006-03-01
1
-42
/
+67
*
Set EOL style to native.
Tim Peters
2006-02-28
1
-178
/
+178
*
Whitespace normalization.
Tim Peters
2006-02-28
1
-179
/
+178
*
SF patch #1438387, PEP 328: relative and absolute imports.
Thomas Wouters
2006-02-28
1
-1
/
+1
*
Even though we don't currently use unicode or complex numbers in the test,
Neal Norwitz
2006-02-27
1
-3
/
+3
*
Generate code to recursively copy an AST into
Martin v. Löwis
2006-02-26
1
-0
/
+179