- 07f5451 remove dictmaker rule; it's unused by Benjamin Peterson · 14 years ago
- b646547 Issue #2333: Backport set and dict comprehensions syntax. by Alexandre Vassalotti · 15 years ago
- ee936a2 Issue #2335: Backport set literals syntax from Python 3.x. by Alexandre Vassalotti · 15 years ago
- 944f684 Allow multiple context managers in one with statement, as proposed by Georg Brandl · 15 years ago
- 820b51c #2627 Let it be known what pgen generates by Benjamin Peterson · 17 years ago
- 5224d28 Patch #1759: Backport of PEP 3129 class decorators with some help from Georg by Christian Heimes · 17 years ago
- c2e2074 PEP 343 -- the with-statement. by Guido van Rossum · 19 years ago
- dca3b9c PEP 308 implementation, including minor refdocs and some testcases. It by Thomas Wouters · 19 years ago
- 0d6615f PEP 342 implementation. Per Guido's comments, the generator throw() by Phillip J. Eby · 19 years ago
- 1a4ddae SF patch #1007189, multi-line imports, for instance: by Anthony Baxter · 20 years ago
- c2a5a63 PEP-0318, @decorator-style. In Guido's words: by Anthony Baxter · 20 years ago
- 354433a SF patch #872326: Generator expression implementation by Raymond Hettinger · 20 years ago
- 00f1e3f Patch #534304: Implement phase 1 of PEP 263. by Martin v. Löwis · 22 years ago
- 2d3b986 Disambiguate the grammar for backtick. by Guido van Rossum · 22 years ago
- 1c91707 Very subtle syntax change: in a list comprehension, the testlist in by Guido van Rossum · 23 years ago
- 5ca576e Merging the gen-branch into the main line, at Guido's direction. Yay! by Tim Peters · 23 years ago
- dd8dbdb The real suport for augmented assignment: new opcodes, new PyNumber and by Thomas Wouters · 24 years ago
- 5215225 Apply SF patch #101135, adding 'import module as m' and 'from module import by Thomas Wouters · 24 years ago
- 803d6e5 list comprehensions. see by Skip Montanaro · 24 years ago
- 8ecd1ad Added assert grammar. by Guido van Rossum · 28 years ago
- 0dfcf75 Disable support for access statement by Guido van Rossum · 28 years ago
- 26a70f6 Changes due to slice and ellipses grammar changes by Guido van Rossum · 28 years ago
- 3d1f095 changes for ** (power) operator by Guido van Rossum · 29 years ago
- 5bb73ed new grammar symbols arglist and argument by Guido van Rossum · 29 years ago
- 3615aaf Changed since Grammar has changed by Guido van Rossum · 30 years ago
- 590baa4 * import.c (get_module): pass .py filename to parse_file, not .pyc filename! by Guido van Rossum · 31 years ago
- 12d12c5 * compile.[ch]: support for lambda() by Guido van Rossum · 31 years ago
- db3165e * bltinmodule.c: removed exec() built-in function. by Guido van Rossum · 31 years ago
- 2583165 Several changes in one: by Guido van Rossum · 31 years ago
- c1b5cec *** empty log message *** by Guido van Rossum · 33 years ago
- 18315a0 New syntax by Guido van Rossum · 33 years ago
- f70e43a Added copyright notice. by Guido van Rossum · 34 years ago
- 3ccb617 removed dir statement. Function arguments may now be tests. by Guido van Rossum · 34 years ago
- 85a5fbb Initial revision by Guido van Rossum · 34 years ago