| Commit message (Expand) | Author | Age | Files | Lines |
* | PEP 343 -- the with-statement. | Guido van Rossum | 2006-02-27 | 1 | -42/+44 |
|
|
* | PEP 308 implementation, including minor refdocs and some testcases. It | Thomas Wouters | 2006-02-27 | 1 | -37/+40 |
|
|
* | PEP 342 implementation. Per Guido's comments, the generator throw() | Phillip J. Eby | 2005-08-02 | 1 | -0/+1 |
|
|
* | SF patch #1007189, multi-line imports, for instance: | Anthony Baxter | 2004-08-31 | 1 | -49/+53 |
|
|
* | PEP-0318, @decorator-style. In Guido's words: | Anthony Baxter | 2004-08-02 | 1 | -69/+71 |
|
|
* | SF patch #872326: Generator expression implementation | Raymond Hettinger | 2004-05-19 | 1 | -17/+21 |
|
|
* | Patch #534304: Implement phase 1 of PEP 263. | Martin v. Löwis | 2002-08-04 | 1 | -0/+1 |
|
|
* | Disambiguate the grammar for backtick. | Guido van Rossum | 2002-05-24 | 1 | -0/+1 |
|
|
* | Very subtle syntax change: in a list comprehension, the testlist in | Guido van Rossum | 2001-10-15 | 1 | -7/+8 |
|
|
* | Merging the gen-branch into the main line, at Guido's direction. Yay! | Tim Peters | 2001-06-18 | 1 | -44/+45 |
|
|
* | The real suport for augmented assignment: new opcodes, new PyNumber and | Thomas Wouters | 2000-08-24 | 1 | -51/+52 |
|
|
* | Apply SF patch #101135, adding 'import module as m' and 'from module import | Thomas Wouters | 2000-08-17 | 1 | -40/+42 |
|
|
* | list comprehensions. see | Skip Montanaro | 2000-08-12 | 1 | -11/+15 |
|
|
* | Added assert grammar. | Guido van Rossum | 1997-04-02 | 1 | -32/+33 |
|
|
* | Disable support for access statement | Guido van Rossum | 1996-08-12 | 1 | -35/+33 |
|
|
* | Changes due to slice and ellipses grammar changes | Guido van Rossum | 1996-07-30 | 1 | -7/+9 |
|
|
* | changes for ** (power) operator | Guido van Rossum | 1996-01-12 | 1 | -10/+11 |
|
|
* | new grammar symbols arglist and argument | Guido van Rossum | 1995-07-07 | 1 | -0/+2 |
|
|
* | Changed since Grammar has changed | Guido van Rossum | 1995-01-07 | 1 | -31/+32 |
|
|
* | * import.c (get_module): pass .py filename to parse_file, not .pyc filename! | Guido van Rossum | 1993-11-30 | 1 | -43/+43 |
|
|
* | * compile.[ch]: support for lambda() | Guido van Rossum | 1993-10-26 | 1 | -2/+2 |
|
|
* | * bltinmodule.c: removed exec() built-in function. | Guido van Rossum | 1993-10-18 | 1 | -26/+27 |
|
|
* | Several changes in one: | Guido van Rossum | 1993-05-19 | 1 | -28/+28 |
|
|
* | *** empty log message *** | Guido van Rossum | 1992-03-24 | 1 | -62/+44 |
|
|
* | New syntax | Guido van Rossum | 1991-07-27 | 1 | -32/+35 |
|
|
* | Added copyright notice. | Guido van Rossum | 1991-02-19 | 1 | -0/+24 |
|
|
* | removed dir statement. Function arguments may now be tests. | Guido van Rossum | 1990-10-26 | 1 | -30/+29 |
|
|
* | Initial revision | Guido van Rossum | 1990-10-14 | 1 | -0/+43 |
|
|