This website requires JavaScript.
Explore
Help
Sign in
mirrors
/
cpython
Watch
1
Star
0
Fork
You've already forked cpython
0
mirror of
https://github.com/python/cpython.git
synced
2025-12-23 09:19:18 +00:00
Code
Issues
Projects
Releases
Packages
Wiki
Activity
Actions
1
1bfe659ee5
cpython
/
Parser
/
pegen
History
Download ZIP
Download TAR.GZ
Lysandros Nikolaou
1bfe659ee5
[3.9] Backport GH-20370 and GH-20436: Soft keywords (GH-20458)
2020-05-27 21:20:07 +01:00
..
parse.c
bpo-40750: Do not expand the new parser debug flags if Py_BUILD_CORE is not defined (GH-20393)
2020-05-25 12:37:56 -07:00
parse_string.c
[3.9] bpo-38964: Print correct filename on a SyntaxError in an fstring (GH-20399) (GH-20404)
2020-05-26 02:24:31 +01:00
parse_string.h
bpo-40334: Fix error location upon parsing an invalid string literal (GH-19962)
2020-05-07 11:37:51 +01:00
peg_api.c
bpo-40334: Make the PyPegen* and PyParser* APIs more consistent (GH-19839)
2020-05-01 18:30:51 +01:00
pegen.c
[3.9] Backport GH-20370 and GH-20436: Soft keywords (GH-20458)
2020-05-27 21:20:07 +01:00
pegen.h
[3.9] Backport GH-20370 and GH-20436: Soft keywords (GH-20458)
2020-05-27 21:20:07 +01:00