Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
platform
/
external
/
python
/
cpython2
/
bae07c9baf3e53164de6f85a18ce747a76b9ffde
/
Lib
/
test
/
test_syntax.py
828f04a
Issue #1066: implement PEP 3109, 2/3 of PEP 3134.
by Collin Winter
· 18 years ago
33d2689
Merged revisions 56492-56752 via svnmerge from
by Guido van Rossum
· 18 years ago
e7ba495
Merged revisions 55631-55794 via svnmerge from
by Guido van Rossum
· 18 years ago
d8faa36
Merged revisions 53952-54987 via svnmerge from
by Guido van Rossum
· 18 years ago
4138bfe
Don't crash when nonlocal is used at module level (fixes SF#1705365)
by Nick Coghlan
· 18 years ago
650f0d0
Hide list comp variables and support set comprehensions
by Nick Coghlan
· 18 years ago
81e9502
Provisional implementation of PEP 3104.
by Jeremy Hylton
· 18 years ago
88fc664
* Remove PRINT_ITEM(_TO), PRINT_NEWLINE(_TO) opcodes.
by Georg Brandl
· 18 years ago
7131f84
Fix a bunch of doctests with the -d option of refactor.py.
by Guido van Rossum
· 18 years ago
b940e11
SF patch 1631942 by Collin Winter:
by Guido van Rossum
· 19 years ago
89f507f
Four months of trunk changes (including a few releases...)
by Thomas Wouters
· 19 years ago
8933cb4
Change test of assignment of backticked expression to be an "invalid syntax"
by Brett Cannon
· 19 years ago
477c8d5
Much-needed merge (using svnmerge.py this time) of trunk changes into p3yk.
by Thomas Wouters
· 19 years ago
c960f26
Improved handling of syntax errors.
by Jeremy Hylton
· 20 years ago
fcf4435
Improve test coverage. Hope the test_file changes work the same on windows.
by Neal Norwitz
· 20 years ago
70a6b49
Replace backticks with repr() or "%r"
by Walter Dörwald
· 21 years ago
42d9016
SF patch 763201: handling of SyntaxErrors in symbol table build
by Jeremy Hylton
· 22 years ago
04f357c
Get rid of relative imports in all unittests. Now anything that
by Barry Warsaw
· 23 years ago
05ab2e6
Fix SF bug [ 561825 ] Confusing error for "del f()"
by Jeremy Hylton
· 23 years ago