aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/Lib/test/test_parser.py
Commit message (Expand)AuthorAge
* bpo-40939: Remove the old parser (GH-20768)Pablo Galindo2020-06-11
* bpo-40443: Remove unused imports in tests (GH-19805)Victor Stinner2020-04-30
* bpo-40334: Don't skip test_parser:test_trigget_memory_error (GH-19744)Lysandros Nikolaou2020-04-28
* bpo-40334: Rename PyConfig.use_peg to _use_peg_parser (GH-19670)Victor Stinner2020-04-23
* bpo-40334: PEP 617 implementation: New PEG parser for CPython (GH-19503)Pablo Galindo2020-04-22
* bpo-39702: Relax grammar restrictions on decorators (PEP 614) (GH-18570)Brandt Bucher2020-03-03
* bpo-37268: test_parser fails when run with -Werror (GH-15183)Zackery Spytz2019-08-08
* bpo-37268: Add deprecation notice and a DeprecationWarning for the parser mod...Pablo Galindo2019-07-30
* bpo-35224: Reverse evaluation order of key: value in dict comprehensions (GH-...Jörn Heissler2019-06-22
* bpo-36540: PEP 570 -- Implementation (GH-12701)Pablo Galindo2019-04-29
* bpo-36440: include node names in ParserError messages, instead of numeric IDs...tyomitch2019-04-03
* bpo-36256: Fix bug in parsermodule when parsing if statements (GH-12477)Pablo Galindo2019-03-21
* bpo-35975: Support parsing earlier minor versions of Python 3 (GH-12086)Guido van Rossum2019-03-07
* bpo-35877: Make parenthesis optional for named expression in while statement ...Xtreak2019-02-01
* bpo-35814: Allow same r.h.s. in annotated assignments as in normal ones (GH-1...Ivan Levkivskyi2019-01-25
* bpo-35224: PEP 572 Implementation (#10497)Emily Morehouse2019-01-24
* bpo-33416: Add end positions to Python AST (GH-11605)Ivan Levkivskyi2019-01-22
* bpo-33308: Fix a crash in the parser module when convert an ST object. (#6519)Serhiy Storchaka2018-04-19
* bpo-32297: Few misspellings found in Python source code comments. (#4803)Mike2017-12-14
* bpo-30406: Make async and await proper keywords (#1669)Jelle Zijlstra2017-10-05
* bpo-30070: Fixed leaks and crashes in errors handling in the parser module. (...Serhiy Storchaka2017-04-19
* Issue #27985: Implement PEP 526 -- Syntax for Variable Annotations.Yury Selivanov2016-09-08
* Issue #26754: Undocumented support of general bytes-like objectsSerhiy Storchaka2016-08-06
* Issue #26754: PyUnicode_FSDecoder() accepted a filename argument encoded asSerhiy Storchaka2016-06-18
|\
| * Issue #26754: PyUnicode_FSDecoder() accepted a filename argument encoded asSerhiy Storchaka2016-06-18
* | Issue #23277: Remove unused sys and os importsBerker Peksag2016-04-24
|/
* Issue #24791: More tests in test_parserYury Selivanov2015-08-05
* PEP 0492 -- Coroutines with async and await syntax. Issue #24017.Yury Selivanov2015-05-11
* Issue #9517: Move script_helper to the support package.Berker Peksag2015-05-06
* PEP 448: additional unpacking generalizations (closes #2292)Benjamin Peterson2015-05-05
* Issue #21741: Update 147 test modules to use test discovery.Zachary Ware2015-04-13
* #11963: merge with 3.2.Ezio Melotti2013-03-10
|\
| * #11963: fix Windows buildbots.Ezio Melotti2013-03-10
* | #11963: merge with 3.2.Ezio Melotti2013-03-09
|\|
| * #11963: avoid printing messages in test_parser. Initial patch by Éric Araujo.Ezio Melotti2013-03-09
* | MERGE: #15512: Remove remnants of debugging codeJesus Cea2012-08-03
|\|
| * #15512: Remove remnants of debugging codeJesus Cea2012-08-03
* | MERGE: Closes #15512: Correct __sizeof__ support for parserJesus Cea2012-08-03
|\|
| * Closes #15512: Correct __sizeof__ support for parserJesus Cea2012-08-03
* | Issue #14741: Merge fix from 3.2.Mark Dickinson2012-05-07
|\|
| * Issue #14741: Fix missing support for ellipsis in parser module.Mark Dickinson2012-05-07
* | Issue #14697: Merge fix from 3.2.Mark Dickinson2012-05-07
|\|
| * Issue #14697: Fix missing parser module support for set displays and set comp...Mark Dickinson2012-05-07
* | Issue #14701: Merge fix from 3.2.Mark Dickinson2012-05-07
|\|
| * Issue #14701: Add missing support for 'raise ... from' in parser module.Mark Dickinson2012-05-07
* | Issue #14696: Merge from 3.2Mark Dickinson2012-04-29
|\|
| * Issue #14696: Fix parser module to understand 'nonlocal' declarations.Mark Dickinson2012-04-29
* | Issue #9154: Merge fix from 3.2.Mark Dickinson2012-04-29
|\|
| * Issue #9154: Fix parser module to understand function annotations.Mark Dickinson2012-04-29
* | Implement PEP 380 - 'yield from' (closes #11682)Nick Coghlan2012-01-13