index
:
cpython.git
2.7
3.3
3.4
3.5
3.6
benjamin-clang
benjamin-iteration-torture
buildbot-custom
master
https://github.com/python/cpython.git
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
Lib
/
test
/
test_syntax.py
Commit message (
Expand
)
Author
Age
Files
Lines
*
Whitespace normalization. Ugh, we really need to do this more often.
Neal Norwitz
2007-04-25
1
-5/+5
*
Patch #1642547: Fix an error/crash when encountering syntax errors in complex...
Collin Winter
2007-03-16
1
-0/+50
*
Fix bug #1565514, SystemError not raised on too many nested blocks.
Neal Norwitz
2006-10-28
1
-0/+31
*
Fix for SF bug 1569998: break permitted inside try.
Jeremy Hylton
2006-10-04
1
-0/+14
*
Patch #1542451: disallow continue anywhere under a finally
Neal Norwitz
2006-08-21
1
-0/+87
*
Fix #1474677, non-keyword argument following keyword.
Neal Norwitz
2006-05-19
1
-0/+3
*
- Bug #1487966: Fix SystemError with conditional expression in assignment
Neal Norwitz
2006-05-15
1
-16/+19
*
Patch #1475845: Raise IndentationError for unexpected indent.
Martin v. Löwis
2006-05-04
1
-2/+18
*
Improved handling of syntax errors.
Jeremy Hylton
2006-01-27
1
-0/+238
*
Improve test coverage. Hope the test_file changes work the same on windows.
Neal Norwitz
2005-11-27
1
-0/+12
*
Replace backticks with repr() or "%r"
Walter Dörwald
2004-02-12
1
-1/+1
*
SF patch 763201: handling of SyntaxErrors in symbol table build
Jeremy Hylton
2003-07-15
1
-0/+15
*
Get rid of relative imports in all unittests. Now anything that
Barry Warsaw
2002-07-23
1
-1/+1
*
Fix SF bug [ 561825 ] Confusing error for "del f()"
Jeremy Hylton
2002-05-31
1
-0/+34