summaryrefslogtreecommitdiff
path: root/Lib/test/test_parser.py
Commit message (Expand)AuthorAgeFilesLines
* [3.7] bpo-36440: include node names in ParserError messages, instead of numer...Pablo Galindo2019-04-031-0/+16
* bpo-36256: Fix bug in parsermodule when parsing if statements (GH-12488)Miss Islington (bot)2019-03-211-0/+4
* bpo-33308: Fix a crash in the parser module when convert an ST object. (GH-6519)Miss Islington (bot)2018-04-181-7/+22
* bpo-32297: Few misspellings found in Python source code comments. (#4803)Mike2017-12-141-1/+1
* bpo-30406: Make async and await proper keywords (#1669)Jelle Zijlstra2017-10-051-3/+3
* bpo-30070: Fixed leaks and crashes in errors handling in the parser module. (...Serhiy Storchaka2017-04-191-0/+81
* Issue #27985: Implement PEP 526 -- Syntax for Variable Annotations.Yury Selivanov2016-09-081-0/+39
* Issue #26754: Undocumented support of general bytes-like objectsSerhiy Storchaka2016-08-061-2/+8
* Issue #26754: PyUnicode_FSDecoder() accepted a filename argument encoded asSerhiy Storchaka2016-06-181-0/+16
|\
| * Issue #26754: PyUnicode_FSDecoder() accepted a filename argument encoded asSerhiy Storchaka2016-06-181-0/+16
* | Issue #23277: Remove unused sys and os importsBerker Peksag2016-04-241-1/+0
|/
* Issue #24791: More tests in test_parserYury Selivanov2015-08-051-0/+2
* PEP 0492 -- Coroutines with async and await syntax. Issue #24017.Yury Selivanov2015-05-111-0/+16
* Issue #9517: Move script_helper to the support package.Berker Peksag2015-05-061-1/+1
* PEP 448: additional unpacking generalizations (closes #2292)Benjamin Peterson2015-05-051-0/+12
* Issue #21741: Update 147 test modules to use test discovery.Zachary Ware2015-04-131-12/+1
* #11963: merge with 3.2.Ezio Melotti2013-03-101-1/+2
|\
| * #11963: fix Windows buildbots.Ezio Melotti2013-03-101-1/+2
* | #11963: merge with 3.2.Ezio Melotti2013-03-091-4/+5
|\ \ | |/
| * #11963: avoid printing messages in test_parser. Initial patch by Éric Araujo.Ezio Melotti2013-03-091-4/+5
* | MERGE: #15512: Remove remnants of debugging codeJesus Cea2012-08-031-2/+0
|\ \ | |/
| * #15512: Remove remnants of debugging codeJesus Cea2012-08-031-2/+0
* | MERGE: Closes #15512: Correct __sizeof__ support for parserJesus Cea2012-08-031-0/+41
|\ \ | |/
| * Closes #15512: Correct __sizeof__ support for parserJesus Cea2012-08-031-0/+41
* | Issue #14741: Merge fix from 3.2.Mark Dickinson2012-05-071-0/+2
|\ \ | |/
| * Issue #14741: Fix missing support for ellipsis in parser module.Mark Dickinson2012-05-071-0/+2
* | Issue #14697: Merge fix from 3.2.Mark Dickinson2012-05-071-0/+23
|\ \ | |/
| * Issue #14697: Fix missing parser module support for set displays and set comp...Mark Dickinson2012-05-071-0/+23
* | Issue #14701: Merge fix from 3.2.Mark Dickinson2012-05-071-0/+8
|\ \ | |/
| * Issue #14701: Add missing support for 'raise ... from' in parser module.Mark Dickinson2012-05-071-0/+8
* | Issue #14696: Merge from 3.2Mark Dickinson2012-04-291-0/+10
|\ \ | |/
| * Issue #14696: Fix parser module to understand 'nonlocal' declarations.Mark Dickinson2012-04-291-0/+10
* | Issue #9154: Merge fix from 3.2.Mark Dickinson2012-04-291-0/+21
|\ \ | |/
| * Issue #9154: Fix parser module to understand function annotations.Mark Dickinson2012-04-291-0/+21
* | Implement PEP 380 - 'yield from' (closes #11682)Nick Coghlan2012-01-131-1/+4
* | only clear the parser error if it's set (closes #12264)Benjamin Peterson2011-06-041-0/+8
|/
* #9424: Replace deprecated assert* methods in the Python test suite.Ezio Melotti2010-11-201-30/+30
* Issue #9130: Validate ellipsis tokens in relative imports.Mark Dickinson2010-07-041-0/+6
* Fix symbol numbers in test_parser test.Mark Dickinson2010-07-041-8/+8
* Issue #9130: Fix validation of relative imports in parser module.Mark Dickinson2010-07-041-0/+20
* Issue #9128: Fix validation of class decorators in parser module.Mark Dickinson2010-07-041-0/+7
* Issue #9011: Remove buggy and unnecessary ST->AST compilation codeMark Dickinson2010-06-171-1/+11
* Merged revisions 78093 via svnmerge fromGeorg Brandl2010-03-141-1/+0
* Merged revisions 77727 via svnmerge fromEzio Melotti2010-01-241-1/+1
* Merged revisions 76052,76522,76591,76689,76697,76733 via svnmerge fromBenjamin Peterson2009-12-131-4/+4
* Merged revisions 76230 via svnmerge fromBenjamin Peterson2009-11-131-3/+3
* fix an ambiguity in the grammar from the implementation of extended unpackingBenjamin Peterson2009-09-271-0/+6
* convert old fail* assertions to assert*Benjamin Peterson2009-06-301-9/+9
* Merged revisions 73072 via svnmerge fromAntoine Pitrou2009-06-291-0/+1
* Merged revisions 72924 via svnmerge fromGeorg Brandl2009-05-251-0/+1