summaryrefslogtreecommitdiffstats
path: root/Lib/test/test_syntax.py
Commit message (Expand)AuthorAgeFilesLines
* prevent assignment to set literalsBenjamin Peterson2010-06-241-0/+6
* #7092 - Silence more py3k deprecation warnings, using test_support.check_py3k...Florent Xicluna2010-03-211-1/+3
* Reverting the Revision: 77368. I committed Flox's big patch for tests bySenthil Kumaran2010-01-081-5/+1
* Fixing - Issue7026 - RuntimeError: dictionary changed size during iteration. ...Senthil Kumaran2010-01-081-1/+5
* improve several corner cases related with argument names in parenthesisBenjamin Peterson2009-11-191-1/+5
* give a better error message when deleting ()Benjamin Peterson2009-06-131-0/+6
* remove error checks already done in set_context()Benjamin Peterson2009-06-081-3/+3
* fix syntax tests after formatting changeBenjamin Peterson2009-04-071-42/+84
* check for assignment to __debug__ during AST generationBenjamin Peterson2008-11-081-10/+8
* include filename and line number in SyntaxErrorBenjamin Peterson2008-08-161-1/+1
* #3219 repeated keyword arguments aren't allowed in function calls anymoreBenjamin Peterson2008-07-011-0/+5
* Whitespace normalization. Ugh, we really need to do this more often.Neal Norwitz2007-04-251-5/+5
* Patch #1642547: Fix an error/crash when encountering syntax errors in complex...Collin Winter2007-03-161-0/+50
* Fix bug #1565514, SystemError not raised on too many nested blocks.Neal Norwitz2006-10-281-0/+31
* Fix for SF bug 1569998: break permitted inside try.Jeremy Hylton2006-10-041-0/+14
* Patch #1542451: disallow continue anywhere under a finallyNeal Norwitz2006-08-211-0/+87
* Fix #1474677, non-keyword argument following keyword.Neal Norwitz2006-05-191-0/+3
* - Bug #1487966: Fix SystemError with conditional expression in assignmentNeal Norwitz2006-05-151-16/+19
* Patch #1475845: Raise IndentationError for unexpected indent.Martin v. Löwis2006-05-041-2/+18
* Improved handling of syntax errors.Jeremy Hylton2006-01-271-0/+238
* Improve test coverage. Hope the test_file changes work the same on windows.Neal Norwitz2005-11-271-0/+12
* Replace backticks with repr() or "%r"Walter Dörwald2004-02-121-1/+1
* SF patch 763201: handling of SyntaxErrors in symbol table buildJeremy Hylton2003-07-151-0/+15
* Get rid of relative imports in all unittests. Now anything thatBarry Warsaw2002-07-231-1/+1
* Fix SF bug [ 561825 ] Confusing error for "del f()"Jeremy Hylton2002-05-311-0/+34