index
:
cpython
3.10
3.11
3.12
3.13
3.14
3.9
main
The Python programming language
Aslak Raanes
about
summary
refs
log
tree
commit
diff
stats
homepage
log msg
author
committer
range
path:
root
/
Lib
/
test
/
test_syntax.py
Commit message (
Expand
)
Author
Age
*
Issue #1066: implement PEP 3109, 2/3 of PEP 3134.
Collin Winter
2007-08-31
*
Merged revisions 56492-56752 via svnmerge from
Guido van Rossum
2007-08-05
*
Merged revisions 55631-55794 via svnmerge from
Guido van Rossum
2007-06-06
*
Merged revisions 53952-54987 via svnmerge from
Guido van Rossum
2007-04-27
*
Don't crash when nonlocal is used at module level (fixes SF#1705365)
Nick Coghlan
2007-04-23
*
Hide list comp variables and support set comprehensions
Nick Coghlan
2007-04-15
*
Provisional implementation of PEP 3104.
Jeremy Hylton
2007-02-27
*
* Remove PRINT_ITEM(_TO), PRINT_NEWLINE(_TO) opcodes.
Georg Brandl
2007-02-09
*
Fix a bunch of doctests with the -d option of refactor.py.
Guido van Rossum
2007-02-09
*
SF patch 1631942 by Collin Winter:
Guido van Rossum
2007-01-10
*
Four months of trunk changes (including a few releases...)
Thomas Wouters
2006-12-13
*
Change test of assignment of backticked expression to be an "invalid syntax"
Brett Cannon
2006-08-25
*
Much-needed merge (using svnmerge.py this time) of trunk changes into p3yk.
Thomas Wouters
2006-05-27
*
Improved handling of syntax errors.
Jeremy Hylton
2006-01-27
*
Improve test coverage. Hope the test_file changes work the same on windows.
Neal Norwitz
2005-11-27
*
Replace backticks with repr() or "%r"
Walter Dörwald
2004-02-12
*
SF patch 763201: handling of SyntaxErrors in symbol table build
Jeremy Hylton
2003-07-15
*
Get rid of relative imports in all unittests. Now anything that
Barry Warsaw
2002-07-23
*
Fix SF bug [ 561825 ] Confusing error for "del f()"
Jeremy Hylton
2002-05-31