summaryrefslogtreecommitdiffstats
path: root/Lib/test/test_parser.py
Commit message (Expand)AuthorAgeFilesLines
* bpo-39702: Relax grammar restrictions on decorators (PEP 614) (GH-18570)Brandt Bucher2020-03-031-0/+42
* bpo-37268: test_parser fails when run with -Werror (GH-15183)Zackery Spytz2019-08-081-1/+5
* bpo-37268: Add deprecation notice and a DeprecationWarning for the parser mod...Pablo Galindo2019-07-301-0/+9
* bpo-35224: Reverse evaluation order of key: value in dict comprehensions (GH-...Jörn Heissler2019-06-221-0/+2
* bpo-36540: PEP 570 -- Implementation (GH-12701)Pablo Galindo2019-04-291-0/+12
* bpo-36440: include node names in ParserError messages, instead of numeric IDs...tyomitch2019-04-031-0/+16
* bpo-36256: Fix bug in parsermodule when parsing if statements (GH-12477)Pablo Galindo2019-03-211-0/+4
* bpo-35975: Support parsing earlier minor versions of Python 3 (GH-12086)Guido van Rossum2019-03-071-1/+1
* bpo-35877: Make parenthesis optional for named expression in while statement ...Xtreak2019-02-011-0/+1
* bpo-35814: Allow same r.h.s. in annotated assignments as in normal ones (GH-1...Ivan Levkivskyi2019-01-251-1/+1
* bpo-35224: PEP 572 Implementation (#10497)Emily Morehouse2019-01-241-5/+41
* bpo-33416: Add end positions to Python AST (GH-11605)Ivan Levkivskyi2019-01-221-1/+1
* bpo-33308: Fix a crash in the parser module when convert an ST object. (#6519)Serhiy Storchaka2018-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-061-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-091-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-121-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-061-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-051-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