index
:
cpython
3.10
3.11
3.12
3.13
3.9
main
The Python programming language
Aslak Raanes
about
summary
refs
log
tree
commit
diff
stats
homepage
log msg
author
committer
range
path:
root
/
Lib
/
test
/
test_parser.py
Commit message (
Expand
)
Author
Age
*
bpo-40939: Remove the old parser (GH-20768)
Pablo Galindo
2020-06-11
*
bpo-40443: Remove unused imports in tests (GH-19805)
Victor Stinner
2020-04-30
*
bpo-40334: Don't skip test_parser:test_trigget_memory_error (GH-19744)
Lysandros Nikolaou
2020-04-28
*
bpo-40334: Rename PyConfig.use_peg to _use_peg_parser (GH-19670)
Victor Stinner
2020-04-23
*
bpo-40334: PEP 617 implementation: New PEG parser for CPython (GH-19503)
Pablo Galindo
2020-04-22
*
bpo-39702: Relax grammar restrictions on decorators (PEP 614) (GH-18570)
Brandt Bucher
2020-03-03
*
bpo-37268: test_parser fails when run with -Werror (GH-15183)
Zackery Spytz
2019-08-08
*
bpo-37268: Add deprecation notice and a DeprecationWarning for the parser mod...
Pablo Galindo
2019-07-30
*
bpo-35224: Reverse evaluation order of key: value in dict comprehensions (GH-...
Jörn Heissler
2019-06-22
*
bpo-36540: PEP 570 -- Implementation (GH-12701)
Pablo Galindo
2019-04-29
*
bpo-36440: include node names in ParserError messages, instead of numeric IDs...
tyomitch
2019-04-03
*
bpo-36256: Fix bug in parsermodule when parsing if statements (GH-12477)
Pablo Galindo
2019-03-21
*
bpo-35975: Support parsing earlier minor versions of Python 3 (GH-12086)
Guido van Rossum
2019-03-07
*
bpo-35877: Make parenthesis optional for named expression in while statement ...
Xtreak
2019-02-01
*
bpo-35814: Allow same r.h.s. in annotated assignments as in normal ones (GH-1...
Ivan Levkivskyi
2019-01-25
*
bpo-35224: PEP 572 Implementation (#10497)
Emily Morehouse
2019-01-24
*
bpo-33416: Add end positions to Python AST (GH-11605)
Ivan Levkivskyi
2019-01-22
*
bpo-33308: Fix a crash in the parser module when convert an ST object. (#6519)
Serhiy Storchaka
2018-04-19
*
bpo-32297: Few misspellings found in Python source code comments. (#4803)
Mike
2017-12-14
*
bpo-30406: Make async and await proper keywords (#1669)
Jelle Zijlstra
2017-10-05
*
bpo-30070: Fixed leaks and crashes in errors handling in the parser module. (...
Serhiy Storchaka
2017-04-19
*
Issue #27985: Implement PEP 526 -- Syntax for Variable Annotations.
Yury Selivanov
2016-09-08
*
Issue #26754: Undocumented support of general bytes-like objects
Serhiy Storchaka
2016-08-06
*
Issue #26754: PyUnicode_FSDecoder() accepted a filename argument encoded as
Serhiy Storchaka
2016-06-18
|
\
|
*
Issue #26754: PyUnicode_FSDecoder() accepted a filename argument encoded as
Serhiy Storchaka
2016-06-18
*
|
Issue #23277: Remove unused sys and os imports
Berker Peksag
2016-04-24
|
/
*
Issue #24791: More tests in test_parser
Yury Selivanov
2015-08-05
*
PEP 0492 -- Coroutines with async and await syntax. Issue #24017.
Yury Selivanov
2015-05-11
*
Issue #9517: Move script_helper to the support package.
Berker Peksag
2015-05-06
*
PEP 448: additional unpacking generalizations (closes #2292)
Benjamin Peterson
2015-05-05
*
Issue #21741: Update 147 test modules to use test discovery.
Zachary Ware
2015-04-13
*
#11963: merge with 3.2.
Ezio Melotti
2013-03-10
|
\
|
*
#11963: fix Windows buildbots.
Ezio Melotti
2013-03-10
*
|
#11963: merge with 3.2.
Ezio Melotti
2013-03-09
|
\
|
|
*
#11963: avoid printing messages in test_parser. Initial patch by Éric Araujo.
Ezio Melotti
2013-03-09
*
|
MERGE: #15512: Remove remnants of debugging code
Jesus Cea
2012-08-03
|
\
|
|
*
#15512: Remove remnants of debugging code
Jesus Cea
2012-08-03
*
|
MERGE: Closes #15512: Correct __sizeof__ support for parser
Jesus Cea
2012-08-03
|
\
|
|
*
Closes #15512: Correct __sizeof__ support for parser
Jesus Cea
2012-08-03
*
|
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
[next]