Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
platform
/
external
/
python
/
cpython2
/
736c0ab428e69b1be67bd91969477e5227613241
/
Lib
/
test
/
test_ast.py
736c0ab
Move itertools izip() code to builtins as zip(). Complete the renaming.
by Raymond Hettinger
· 17 years ago
40d3a67
Issue #1573, second attempt: "def f(*, **kw)" now raises a SyntaxError.
by Amaury Forgeot d'Arc
· 18 years ago
0da5bd6
Added two tests for f(*, **kw) syntax
by Christian Heimes
· 18 years ago
3172c5d
Patch# 1258 by Christian Heimes: kill basestring.
by Guido van Rossum
· 18 years ago
828f04a
Issue #1066: implement PEP 3109, 2/3 of PEP 3134.
by Collin Winter
· 18 years ago
d59da4b
Merged revisions 55407-55513 via svnmerge from
by Guido van Rossum
· 18 years ago
d16e81a
Fix the compiler package w.r.t. the new metaclass syntax.
by Guido van Rossum
· 18 years ago
52cc1d8
Implement PEP 3115 -- new metaclass syntax and semantics.
by Guido van Rossum
· 18 years ago
88fc664
* Remove PRINT_ITEM(_TO), PRINT_NEWLINE(_TO) opcodes.
by Georg Brandl
· 19 years ago
be19ed7
Fix most trivially-findable print statements.
by Guido van Rossum
· 19 years ago
e2a383d
Rip out 'long' and 'L'-suffixed integer literals. (Rough first cut.)
by Guido van Rossum
· 19 years ago
c150536
PEP 3107 - Function Annotations thanks to Tony Lownds
by Neal Norwitz
· 19 years ago
4f72a78
Jiwon Seo's PEP 3102 implementation.
by Guido van Rossum
· 19 years ago
7cae87c
Patch #1550800: make exec a function.
by Georg Brandl
· 19 years ago
e427a1c
Don't test AST for backticks.
by Brett Cannon
· 19 years ago
0e3f591
Merged revisions 46753-51188 via svnmerge from
by Thomas Wouters
· 19 years ago
49fd7fa
Merge p3yk branch with the trunk up to revision 45595. This breaks a fair
by Thomas Wouters
· 19 years ago
5ddfe41
Whitespace normalization.
by Tim Peters
· 19 years ago
49c5da1
Patch #1440601: Add col_offset attribute to AST nodes.
by Martin v. Löwis
· 19 years ago
400cbc3
Set EOL style to native.
by Tim Peters
· 19 years ago
710ab3b
Whitespace normalization.
by Tim Peters
· 19 years ago
f7f438b
SF patch #1438387, PEP 328: relative and absolute imports.
by Thomas Wouters
· 19 years ago
9aaad88
Even though we don't currently use unicode or complex numbers in the test,
by Neal Norwitz
· 19 years ago
bd260da
Generate code to recursively copy an AST into
by Martin v. Löwis
· 19 years ago