| Commit message (Expand) | Author | Age | Files | Lines |
* | Issue #27985: Implement PEP 526 -- Syntax for Variable Annotations. | Yury Selivanov | 2016-09-08 | 1 | -0/+39 |
* | Issue #26754: Undocumented support of general bytes-like objects | Serhiy Storchaka | 2016-08-06 | 1 | -2/+8 |
* | Issue #26754: PyUnicode_FSDecoder() accepted a filename argument encoded as | Serhiy Storchaka | 2016-06-18 | 1 | -0/+16 |
|\ |
|
| * | Issue #26754: PyUnicode_FSDecoder() accepted a filename argument encoded as | Serhiy Storchaka | 2016-06-18 | 1 | -0/+16 |
* | | Issue #23277: Remove unused sys and os imports | Berker Peksag | 2016-04-24 | 1 | -1/+0 |
|/ |
|
* | Issue #24791: More tests in test_parser | Yury Selivanov | 2015-08-05 | 1 | -0/+2 |
* | PEP 0492 -- Coroutines with async and await syntax. Issue #24017. | Yury Selivanov | 2015-05-11 | 1 | -0/+16 |
* | Issue #9517: Move script_helper to the support package. | Berker Peksag | 2015-05-06 | 1 | -1/+1 |
* | PEP 448: additional unpacking generalizations (closes #2292) | Benjamin Peterson | 2015-05-05 | 1 | -0/+12 |
* | Issue #21741: Update 147 test modules to use test discovery. | Zachary Ware | 2015-04-13 | 1 | -12/+1 |
* | #11963: merge with 3.2. | Ezio Melotti | 2013-03-10 | 1 | -0/+11 |
|\ |
|
| * | #11963: merge with 3.2. | Ezio Melotti | 2013-03-09 | 1 | -4/+5 |
| |\ |
|
| * \ | MERGE: #15512: Remove remnants of debugging code | Jesus Cea | 2012-08-03 | 1 | -2/+0 |
| |\ \ |
|
| * \ \ | MERGE: Closes #15512: Correct __sizeof__ support for parser | Jesus Cea | 2012-08-03 | 1 | -0/+11 |
| |\ \ \ |
|
| | * \ \ | Issue #14741: Merge fix from 3.2. | Mark Dickinson | 2012-05-07 | 1 | -0/+2 |
| | |\ \ \ |
|
| | * \ \ \ | Issue #14697: Merge fix from 3.2. | Mark Dickinson | 2012-05-07 | 1 | -0/+23 |
| | |\ \ \ \ |
|
| | * \ \ \ \ | Issue #14701: Merge fix from 3.2. | Mark Dickinson | 2012-05-07 | 1 | -0/+11 |
| | |\ \ \ \ \ |
|
| | | * \ \ \ \ | Issue #14696: Merge from 3.2 | Mark Dickinson | 2012-04-29 | 1 | -0/+10 |
| | | |\ \ \ \ \ |
|
| | | * \ \ \ \ \ | Issue #9154: Merge fix from 3.2. | Mark Dickinson | 2012-04-29 | 1 | -0/+11 |
| | | |\ \ \ \ \ \ |
|
| | | | * | | | | | | Implement PEP 380 - 'yield from' (closes #11682) | Nick Coghlan | 2012-01-13 | 1 | -1/+4 |
| | | | * | | | | | | only clear the parser error if it's set (closes #12264) | Benjamin Peterson | 2011-06-04 | 1 | -0/+8 |
* | | | | | | | | | | #11963: fix Windows buildbots. | Ezio Melotti | 2013-03-10 | 1 | -1/+2 |
| |_|_|_|_|_|_|_|/
|/| | | | | | | | |
|
* | | | | | | | | | #11963: avoid printing messages in test_parser. Initial patch by ?ric Araujo. | Ezio Melotti | 2013-03-09 | 1 | -4/+5 |
| |_|_|_|_|_|_|/
|/| | | | | | | |
|
* | | | | | | | | #15512: Remove remnants of debugging code | Jesus Cea | 2012-08-03 | 1 | -2/+0 |
|/ / / / / / / |
|
* | | | | | | | Closes #15512: Correct __sizeof__ support for parser | Jesus Cea | 2012-08-03 | 1 | -0/+41 |
| |_|_|_|_|/
|/| | | | | |
|
* | | | | | | Issue #14741: Fix missing support for ellipsis in parser module. | Mark Dickinson | 2012-05-07 | 1 | -0/+2 |
| |_|_|_|/
|/| | | | |
|
* | | | | | Issue #14697: Fix missing parser module support for set displays and set comp... | Mark Dickinson | 2012-05-07 | 1 | -0/+23 |
|/ / / / |
|
* | | | | Issue #14701: Add missing support for 'raise ... from' in parser module. | Mark Dickinson | 2012-05-07 | 1 | -0/+8 |
| |_|/
|/| | |
|
* | | | Issue #14696: Fix parser module to understand 'nonlocal' declarations. | Mark Dickinson | 2012-04-29 | 1 | -0/+10 |
|/ / |
|
* | | Issue #9154: Fix parser module to understand function annotations. | Mark Dickinson | 2012-04-29 | 1 | -0/+21 |
|/ |
|
* | #9424: Replace deprecated assert* methods in the Python test suite. | Ezio Melotti | 2010-11-20 | 1 | -30/+30 |
* | Issue #9130: Validate ellipsis tokens in relative imports. | Mark Dickinson | 2010-07-04 | 1 | -0/+6 |
* | Fix symbol numbers in test_parser test. | Mark Dickinson | 2010-07-04 | 1 | -8/+8 |
* | Issue #9130: Fix validation of relative imports in parser module. | Mark Dickinson | 2010-07-04 | 1 | -0/+20 |
* | Issue #9128: Fix validation of class decorators in parser module. | Mark Dickinson | 2010-07-04 | 1 | -0/+7 |
* | Issue #9011: Remove buggy and unnecessary ST->AST compilation code | Mark Dickinson | 2010-06-17 | 1 | -1/+11 |
* | Merged revisions 78093 via svnmerge from | Georg Brandl | 2010-03-14 | 1 | -1/+0 |
* | Merged revisions 77727 via svnmerge from | Ezio Melotti | 2010-01-24 | 1 | -1/+1 |
* | Merged revisions 76052,76522,76591,76689,76697,76733 via svnmerge from | Benjamin Peterson | 2009-12-13 | 1 | -4/+4 |
* | Merged revisions 76230 via svnmerge from | Benjamin Peterson | 2009-11-13 | 1 | -3/+3 |
* | fix an ambiguity in the grammar from the implementation of extended unpacking | Benjamin Peterson | 2009-09-27 | 1 | -0/+6 |
* | convert old fail* assertions to assert* | Benjamin Peterson | 2009-06-30 | 1 | -9/+9 |
* | Merged revisions 73072 via svnmerge from | Antoine Pitrou | 2009-06-29 | 1 | -0/+1 |
* | Merged revisions 72924 via svnmerge from | Georg Brandl | 2009-05-25 | 1 | -0/+1 |
* | Issue #1717, stage 2: remove uses of tp_compare in Modules and most | Mark Dickinson | 2009-02-01 | 1 | -0/+70 |
* | Merged revisions 67463,67572,67576,67628 via svnmerge from | Georg Brandl | 2008-12-07 | 1 | -0/+10 |
* | Merged revisions 67348,67355,67359,67362,67364-67365,67367-67368,67398,67423-... | Benjamin Peterson | 2008-11-30 | 1 | -0/+4 |
* | Merged revisions 67028,67040,67044,67046,67052,67065,67070,67077,67082 via sv... | Benjamin Peterson | 2008-11-03 | 1 | -0/+2 |
* | Merged revisions 67066 via svnmerge from | Benjamin Peterson | 2008-10-31 | 1 | -0/+9 |
* | Merged revisions 65885,65892,65894,65898 via svnmerge from | Benjamin Peterson | 2008-08-20 | 1 | -0/+1 |