| Commit message (Expand) | Author | Age |
* | Merged revisions 73196,73278-73280,73299,73308,73312-73313,73317-73318,73321,... | Benjamin Peterson | 2009-06-11 |
* | Regenerate Lib/symbol.py. | Georg Brandl | 2007-08-31 |
* | Merged revisions 55407-55513 via svnmerge from | Guido van Rossum | 2007-05-22 |
* | Regenerate symbol.py. | Guido van Rossum | 2007-02-28 |
* | - PEP 3106: dict.iterkeys(), .iteritems(), .itervalues() are now gone; | Guido van Rossum | 2007-02-11 |
* | * Remove PRINT_ITEM(_TO), PRINT_NEWLINE(_TO) opcodes. | Georg Brandl | 2007-02-09 |
* | PEP 3107 - Function Annotations thanks to Tony Lownds | Neal Norwitz | 2006-12-28 |
* | Patch #1550800: make exec a function. | Georg Brandl | 2006-09-06 |
* | PEP 343 -- the with-statement. | Guido van Rossum | 2006-02-27 |
* | regenerated. please read PEP 306 when changing Python's grammar! | Anthony Baxter | 2006-02-27 |
* | PEP 342 implementation. Per Guido's comments, the generator throw() | Phillip J. Eby | 2005-08-02 |
* | SF patch #1007189, multi-line imports, for instance: | Anthony Baxter | 2004-08-31 |
* | PEP-0318, @decorator-style. In Guido's words: | Anthony Baxter | 2004-08-02 |
* | SF patch #872326: Generator expression implementation | Raymond Hettinger | 2004-05-19 |
* | Updates to track Grammar changes. The patch to token.py loosens the regexp to | Michael W. Hudson | 2002-10-03 |
* | track addition of testlist_safe to Grammar | Jeremy Hylton | 2001-10-17 |
* | Updated this file to match reality. | Guido van Rossum | 2001-07-13 |
* | Update for augmented assignment. | Thomas Wouters | 2000-08-24 |
* | Update to reflect the recent Grammar changes. | Fred Drake | 2000-08-17 |
* | Updated this module after the recent grammar changes | Andrew M. Kuchling | 2000-08-12 |
* | The third and final doc-string sweep by Ka-Ping Yee. | Guido van Rossum | 2000-02-04 |
* | Mass check-in after untabifying all files that need it. | Guido van Rossum | 1998-03-26 |
* | Remove outdated comments. | Guido van Rossum | 1997-10-22 |
* | Reduced number of temporary names used at module scope. Use underscores in | Fred Drake | 1997-10-06 |
* | New symbols due to assert statement. | Guido van Rossum | 1997-04-02 |
* | New batch from Fred | Guido van Rossum | 1996-08-21 |
* | Changes for new parser module (Fred Drake) | Guido van Rossum | 1996-07-21 |
* | Merge alpha100 branch back to main trunk | Guido van Rossum | 1994-08-01 |
* | * test_select.py: (some) tests for built-in select module | Guido van Rossum | 1993-11-11 |