| Commit message (Expand) | Author | Age | Files | Lines |
* | allow keyword args to be passed in after *args #3473 | Benjamin Peterson | 2008-08-19 | 1 | -1/+3 |
|
|
* | Patch #1759: Backport of PEP 3129 class decorators | Christian Heimes | 2008-02-23 | 1 | -2/+3 |
|
|
* | Backport PEP 3110's new 'except' syntax to 2.6. | Collin Winter | 2007-05-18 | 1 | -1/+1 |
|
|
* | with and as are now keywords. There are some generated files I can't recreate. | Neal Norwitz | 2006-09-06 | 1 | -3/+3 |
|
|
* | Fix #1488915, Multiple dots in relative import statement raise SyntaxError. | Thomas Wouters | 2006-05-25 | 1 | -1/+1 |
|
|
* | put in a reference to PEP 306 in a comment at the top | Anthony Baxter | 2006-04-12 | 1 | -0/+3 |
|
|
* | Fix SF bug #1466641: multiple adjacent 'if's in listcomps and genexps, as in | Thomas Wouters | 2006-04-12 | 1 | -2/+2 |
|
|
* | Make 'as' an actual keyword when with's future statement is used. Not | Thomas Wouters | 2006-02-28 | 1 | -3/+3 |
|
|
* | SF patch #1438387, PEP 328: relative and absolute imports. | Thomas Wouters | 2006-02-28 | 1 | -1/+1 |
|
|
* | PEP 343 -- the with-statement. | Guido van Rossum | 2006-02-27 | 1 | -1/+3 |
|
|
* | PEP 308 implementation, including minor refdocs and some testcases. It | Thomas Wouters | 2006-02-27 | 1 | -3/+12 |
|
|
* | Implement change suggested by Jiwon Seo on python-dev. | Neal Norwitz | 2006-02-24 | 1 | -1/+1 |
|
|
* | Wrap long lines in the grammar | Neal Norwitz | 2005-12-18 | 1 | -9/+23 |
|
|
* | SF patch #1355913, PEP 341 - Unification of try/except and try/finally | Neal Norwitz | 2005-12-17 | 1 | -2/+1 |
|
|
* | Remove .cvsignore files, as they live in svn:ignore | Martin v. Löwis | 2005-10-30 | 1 | -3/+0 |
|
|
* | Fix SF bug #1167751, Argument genexp corner case | Neal Norwitz | 2005-10-21 | 1 | -1/+1 |
|
|
* | PEP 342 implementation. Per Guido's comments, the generator throw() | Phillip J. Eby | 2005-08-02 | 1 | -3/+6 |
|
|
* | Allow classes to be defined with empty parentheses. This means that | Brett Cannon | 2005-03-05 | 1 | -1/+1 |
|
|
* | SF patch #1007189, multi-line imports, for instance: | Anthony Baxter | 2004-08-31 | 1 | -1/+5 |
|
|
* | This is Mark Russell's patch: | Michael W. Hudson | 2004-08-17 | 1 | -2/+2 |
|
|
* | PEP-0318, @decorator-style. In Guido's words: | Anthony Baxter | 2004-08-02 | 1 | -1/+3 |
|
|
* | SF patch #872326: Generator expression implementation | Raymond Hettinger | 2004-05-19 | 1 | -2/+7 |
|
|
* | Patch #534304: Implement phase 1 of PEP 263. | Martin v. Löwis | 2002-08-04 | 1 | -0/+3 |
|
|
* | Disambiguate the grammar for backtick. | Guido van Rossum | 2002-05-24 | 1 | -1/+3 |
|
|
* | John Aycock correctly pointed out that the grammar for | Tim Peters | 2002-05-23 | 1 | -1/+1 |
|
|
* | Very subtle syntax change: in a list comprehension, the testlist in | Guido van Rossum | 2001-10-15 | 1 | -1/+2 |
|
|
* | Implement PEP 238 in its (almost) full glory. | Guido van Rossum | 2001-08-08 | 1 | -2/+2 |
|
|
* | Merging the gen-branch into the main line, at Guido's direction. Yay! | Tim Peters | 2001-06-18 | 1 | -1/+2 |
|
|
* | remove commented-out vestiges of access statement | Jeremy Hylton | 2001-02-27 | 1 | -5/+0 |
|
|
* | Superseded by $(srcdir)/Makefile.pre.in. | Neil Schemenauer | 2001-02-03 | 1 | -54/+0 |
|
|
* | Fix typo: config.stat --> config.status | Fred Drake | 2000-09-28 | 1 | -1/+1 |
|
|
* | Support for three-token characters (**=, >>=, <<=) which was written by | Thomas Wouters | 2000-08-24 | 1 | -3/+4 |
|
|
* | Added note stating that the parser module will need updating for most | Fred Drake | 2000-08-23 | 1 | -0/+7 |
|
|
* | require list comprehensions to start with a for clause | Skip Montanaro | 2000-08-22 | 1 | -1/+1 |
|
|
* | PEP 214, Extended print Statement, has been accepted by the BDFL. | Barry Warsaw | 2000-08-21 | 1 | -2/+2 |
|
|
* | Ignore Grammar/Makefile now that it's a made Makefile. | Thomas Wouters | 2000-08-21 | 1 | -0/+1 |
|
|
* | Apply SF patch #101135, adding 'import module as m' and 'from module import | Thomas Wouters | 2000-08-17 | 1 | -1/+3 |
|
|
* | Fix up problems when compiling in a directory other than the source | Sjoerd Mullender | 2000-08-17 | 2 | -33/+54 |
|
|
* | add dummy 'add2lib' target to Grammar/Makefile so non-GNU makes don't bail out | Trent Mick | 2000-08-16 | 1 | -0/+3 |
|
|
* | list comprehensions. see | Skip Montanaro | 2000-08-12 | 1 | -1/+6 |
|
|
* | added .cvsignore so cvs doesn't complain about the generated graminit.h and | Skip Montanaro | 2000-07-27 | 1 | -0/+2 |
|
|
* | slightly modified version of Greg Ewing's extended call syntax patch | Jeremy Hylton | 2000-03-28 | 1 | -2/+2 |
|
|
* | Make first raise argument optional | Guido van Rossum | 1998-04-09 | 1 | -1/+1 |
|
|
* | OK, ready to make 'assert' a keyword (instead of '__assert__'). | Guido van Rossum | 1997-04-16 | 1 | -1/+1 |
|
|
* | Added __assert__ statement (later to be renamed) | Guido van Rossum | 1997-04-02 | 1 | -1/+2 |
|
|
* | Disable support for access statement | Guido van Rossum | 1996-08-12 | 1 | -5/+6 |
|
|
* | Changes for stride in slices (x[a:b:c]) and ellipses (x[a,...,z]) | Guido van Rossum | 1996-07-30 | 1 | -2/+4 |
|
|
* | Added power (**) operator | Guido van Rossum | 1996-01-12 | 1 | -3/+4 |
|
|
* | new grammar for 3rd raise arg and keyword parameters | Guido van Rossum | 1995-07-07 | 1 | -3/+6 |
|
|
* | changed import to support NAME.NAME...NAME | Guido van Rossum | 1995-01-07 | 1 | -1/+2 |
|
|