Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
platform
/
external
/
python
/
cpython2
/
a5cd255a7cb15c7920171f0796cf163a00a5ecaf
/
Lib
/
test
/
test_syntax.py
c2077b0
#11565: Fix several typos. Patch by Piotr Kasprzyk.
by Ezio Melotti
· 14 years ago
b1147f5
Merged revisions 84209, 84214 via svnmerge from
by Amaury Forgeot d'Arc
· 15 years ago
947ce58
prevent assignment to set literals
by Benjamin Peterson
· 15 years ago
0762788
#7092 - Silence more py3k deprecation warnings, using test_support.check_py3k_warnings() helper.
by Florent Xicluna
· 15 years ago
ce8e33a
Reverting the Revision: 77368. I committed Flox's big patch for tests by
by Senthil Kumaran
· 15 years ago
3ddc435
Fixing - Issue7026 - RuntimeError: dictionary changed size during iteration. Patch by flox
by Senthil Kumaran
· 15 years ago
99a5023
improve several corner cases related with argument names in parenthesis
by Benjamin Peterson
· 15 years ago
52c4bec
give a better error message when deleting ()
by Benjamin Peterson
· 16 years ago
a5a5728
remove error checks already done in set_context()
by Benjamin Peterson
· 16 years ago
52b9620
fix syntax tests after formatting change
by Benjamin Peterson
· 16 years ago
2c98faa
check for assignment to __debug__ during AST generation
by Benjamin Peterson
· 17 years ago
0847332
include filename and line number in SyntaxError
by Benjamin Peterson
· 17 years ago
175e4d9
#3219 repeated keyword arguments aren't allowed in function calls anymore
by Benjamin Peterson
· 17 years ago
0d4c06e
Whitespace normalization. Ugh, we really need to do this more often.
by Neal Norwitz
· 18 years ago
77c67bd
Patch #1642547: Fix an error/crash when encountering syntax errors in complex if statements.
by Collin Winter
· 18 years ago
21997af
Fix bug #1565514, SystemError not raised on too many nested blocks.
by Neal Norwitz
· 19 years ago
82271f1
Fix for SF bug 1569998: break permitted inside try.
by Jeremy Hylton
· 19 years ago
4f096d9
Patch #1542451: disallow continue anywhere under a finally
by Neal Norwitz
· 19 years ago
5ef9224
Fix #1474677, non-keyword argument following keyword.
by Neal Norwitz
· 19 years ago
373f0a7
- Bug #1487966: Fix SystemError with conditional expression in assignment
by Neal Norwitz
· 19 years ago
7773671
Patch #1475845: Raise IndentationError for unexpected indent.
by Martin v. Löwis
· 19 years ago
c960f26
Improved handling of syntax errors.
by Jeremy Hylton
· 19 years ago
fcf4435
Improve test coverage. Hope the test_file changes work the same on windows.
by Neal Norwitz
· 19 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