| Commit message (Expand) | Author | Age | Files | Lines |
* | bpo-35766: Merge typed_ast back into CPython (GH-11645) | Guido van Rossum | 2019-01-31 | 1 | -0/+4 |
|
|
* | bpo-35224: PEP 572 Implementation (#10497) | Emily Morehouse | 2019-01-24 | 1 | -38/+39 |
|
|
* | bpo-30406: Make async and await proper keywords (#1669) | Jelle Zijlstra | 2017-10-06 | 1 | -5/+6 |
|
|
* | Issue #27985: Implement PEP 526 -- Syntax for Variable Annotations. | Yury Selivanov | 2016-09-09 | 1 | -68/+69 |
|
|
* | PEP 0492 -- Coroutines with async and await syntax. Issue #24017. | Yury Selivanov | 2015-05-12 | 1 | -76/+79 |
|
|
* | Implement PEP 380 - 'yield from' (closes #11682) | Nick Coghlan | 2012-01-13 | 1 | -0/+1 |
|
|
* | fix an ambiguity in the grammar from the implementation of extended unpacking | Benjamin Peterson | 2009-09-27 | 1 | -63/+63 |
|
|
* | Merged revisions 72924 via svnmerge from | Georg Brandl | 2009-05-25 | 1 | -1/+1 |
|
|
* | Merged revisions 61440-61441,61443,61445-61448,61451-61452,61455-61457,61459-... | Neal Norwitz | 2008-04-15 | 1 | -0/+2 |
|
|
* | Merged revisions 55407-55513 via svnmerge from | Guido van Rossum | 2007-05-22 | 1 | -75/+76 |
|
|
* | Merged revisions 55328-55341 via svnmerge from | Guido van Rossum | 2007-05-15 | 1 | -76/+72 |
|
|
* | Merged revisions 55225-55227,55229-55269 via svnmerge from | Guido van Rossum | 2007-05-11 | 1 | -26/+27 |
|
|
* | Hide list comp variables and support set comprehensions | Nick Coghlan | 2007-04-15 | 1 | -26/+21 |
|
|
* | Provisional implementation of PEP 3104. | Jeremy Hylton | 2007-02-27 | 1 | -50/+51 |
|
|
* | Essential changes for print function changes. | Guido van Rossum | 2007-02-09 | 1 | -68/+67 |
|
|
* | PEP 3107 - Function Annotations thanks to Tony Lownds | Neal Norwitz | 2006-12-28 | 1 | -76/+81 |
|
|
* | Patch #1550800: make exec a function. | Georg Brandl | 2006-09-06 | 1 | -51/+50 |
|
|
* | SF patch 1547796 by Georg Brandl -- set literals. | Guido van Rossum | 2006-08-28 | 1 | -1/+1 |
|
|
* | 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 |
|
|