summaryrefslogtreecommitdiff
path: root/Lib/symbol.py
Commit message (Expand)AuthorAgeFilesLines
* Fix instructions on how to rebuild some modulesÉric Araujo2012-02-261-1/+1
* regenerate symbol.pyBenjamin Peterson2010-12-111-14/+13
* Issue #2333: Backport set and dict comprehensions syntax.Alexandre Vassalotti2010-01-111-4/+4
* Issue #2335: Backport set literals syntax from Python 3.x.Alexandre Vassalotti2010-01-091-12/+13
* update symbol.py from with statement changesBenjamin Peterson2009-06-091-1/+1
* Patch #1759: Backport of PEP 3129 class decoratorsChristian Heimes2008-02-231-79/+80
* PEP 343 -- the with-statement.Guido van Rossum2006-02-271-42/+44
* regenerated. please read PEP 306 when changing Python's grammar!Anthony Baxter2006-02-271-37/+40
* PEP 342 implementation. Per Guido's comments, the generator throw()Phillip J. Eby2005-08-021-0/+1
* SF patch #1007189, multi-line imports, for instance:Anthony Baxter2004-08-311-49/+53
* PEP-0318, @decorator-style. In Guido's words:Anthony Baxter2004-08-021-69/+71
* SF patch #872326: Generator expression implementationRaymond Hettinger2004-05-191-17/+21
* Updates to track Grammar changes. The patch to token.py loosens the regexp toMichael W. Hudson2002-10-031-0/+2
* track addition of testlist_safe to GrammarJeremy Hylton2001-10-171-7/+8
* Updated this file to match reality.Guido van Rossum2001-07-131-44/+45
* Update for augmented assignment.Thomas Wouters2000-08-241-51/+52
* Update to reflect the recent Grammar changes.Fred Drake2000-08-171-40/+42
* Updated this module after the recent grammar changesAndrew M. Kuchling2000-08-121-11/+15
* The third and final doc-string sweep by Ka-Ping Yee.Guido van Rossum2000-02-041-3/+3
* Mass check-in after untabifying all files that need it.Guido van Rossum1998-03-261-2/+2
* Remove outdated comments.Guido van Rossum1997-10-221-7/+1
* Reduced number of temporary names used at module scope. Use underscores inFred Drake1997-10-061-5/+3
* New symbols due to assert statement.Guido van Rossum1997-04-021-32/+33
* New batch from FredGuido van Rossum1996-08-211-28/+56
* Changes for new parser module (Fred Drake)Guido van Rossum1996-07-211-32/+37
* Merge alpha100 branch back to main trunkGuido van Rossum1994-08-011-43/+43
* * test_select.py: (some) tests for built-in select moduleGuido van Rossum1993-11-111-0/+60