| Commit message (Expand) | Author | Age |
* | Issue #14741: Merge fix from 3.2. | Mark Dickinson | 2012-05-07 |
|\ |
|
| * | Issue #14741: Fix missing support for ellipsis in parser module. | Mark Dickinson | 2012-05-07 |
* | | Issue #14697: Merge fix from 3.2. | Mark Dickinson | 2012-05-07 |
|\| |
|
| * | Issue #14697: Fix missing parser module support for set displays and set comp... | Mark Dickinson | 2012-05-07 |
* | | Issue #14701: Merge fix from 3.2. | Mark Dickinson | 2012-05-07 |
|\| |
|
| * | Issue #14701: Add missing support for 'raise ... from' in parser module. | Mark Dickinson | 2012-05-07 |
* | | Issue #14696: Merge from 3.2 | Mark Dickinson | 2012-04-29 |
|\| |
|
| * | Issue #14696: Fix parser module to understand 'nonlocal' declarations. | Mark Dickinson | 2012-04-29 |
* | | Issue #9154: Merge fix from 3.2. | Mark Dickinson | 2012-04-29 |
|\| |
|
| * | Issue #9154: Fix parser module to understand function annotations. | Mark Dickinson | 2012-04-29 |
* | | Implement PEP 380 - 'yield from' (closes #11682) | Nick Coghlan | 2012-01-13 |
* | | only clear the parser error if it's set (closes #12264) | Benjamin Peterson | 2011-06-04 |
|/ |
|
* | #9424: Replace deprecated assert* methods in the Python test suite. | Ezio Melotti | 2010-11-20 |
* | Issue #9130: Validate ellipsis tokens in relative imports. | Mark Dickinson | 2010-07-04 |
* | Fix symbol numbers in test_parser test. | Mark Dickinson | 2010-07-04 |
* | Issue #9130: Fix validation of relative imports in parser module. | Mark Dickinson | 2010-07-04 |
* | Issue #9128: Fix validation of class decorators in parser module. | Mark Dickinson | 2010-07-04 |
* | Issue #9011: Remove buggy and unnecessary ST->AST compilation code | Mark Dickinson | 2010-06-17 |
* | Merged revisions 78093 via svnmerge from | Georg Brandl | 2010-03-14 |
* | Merged revisions 77727 via svnmerge from | Ezio Melotti | 2010-01-24 |
* | Merged revisions 76052,76522,76591,76689,76697,76733 via svnmerge from | Benjamin Peterson | 2009-12-13 |
* | Merged revisions 76230 via svnmerge from | Benjamin Peterson | 2009-11-13 |
* | fix an ambiguity in the grammar from the implementation of extended unpacking | Benjamin Peterson | 2009-09-27 |
* | convert old fail* assertions to assert* | Benjamin Peterson | 2009-06-30 |
* | Merged revisions 73072 via svnmerge from | Antoine Pitrou | 2009-06-29 |
* | Merged revisions 72924 via svnmerge from | Georg Brandl | 2009-05-25 |
* | Issue #1717, stage 2: remove uses of tp_compare in Modules and most | Mark Dickinson | 2009-02-01 |
* | Merged revisions 67463,67572,67576,67628 via svnmerge from | Georg Brandl | 2008-12-07 |
* | Merged revisions 67348,67355,67359,67362,67364-67365,67367-67368,67398,67423-... | Benjamin Peterson | 2008-11-30 |
* | Merged revisions 67028,67040,67044,67046,67052,67065,67070,67077,67082 via sv... | Benjamin Peterson | 2008-11-03 |
* | Merged revisions 67066 via svnmerge from | Benjamin Peterson | 2008-10-31 |
* | Merged revisions 65885,65892,65894,65898 via svnmerge from | Benjamin Peterson | 2008-08-20 |
* | #2621 rename test.test_support to test.support | Benjamin Peterson | 2008-05-20 |
* | Merged revisions 61431,61433-61436,61439,61444,61449-61450,61453,61458,61465,... | Christian Heimes | 2008-03-18 |
* | Merged revisions 60481,60485,60489-60492,60494-60496,60498-60499,60501-60503,... | Christian Heimes | 2008-02-23 |
* | Patch 1144 by David Binger, fix for parser module. With unittest. | Guido van Rossum | 2007-11-15 |
* | Make test_parser pass after merge. | Guido van Rossum | 2007-07-18 |
* | Merged revisions 56301-56442 via svnmerge from | Guido van Rossum | 2007-07-18 |
* | * Remove PRINT_ITEM(_TO), PRINT_NEWLINE(_TO) opcodes. | Georg Brandl | 2007-02-09 |
* | SF patch 1631942 by Collin Winter: | Guido van Rossum | 2007-01-10 |
* | Four months of trunk changes (including a few releases...) | Thomas Wouters | 2006-12-13 |
* | Patch #1550800: make exec a function. | Georg Brandl | 2006-09-06 |
* | Merge p3yk branch with the trunk up to revision 45595. This breaks a fair | Thomas Wouters | 2006-04-21 |
* | Merge ast-branch to head | Jeremy Hylton | 2005-10-20 |
* | PEP 342 implementation. Per Guido's comments, the generator throw() | Phillip J. Eby | 2005-08-02 |
* | Whitespace normalization. | Tim Peters | 2005-04-20 |
* | Flush out support for ``class B(): pass`` syntax by adding support to the | Brett Cannon | 2005-04-09 |
* | 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 |