This website requires JavaScript.
Explore
Help
Register
Sign In
dox4
/
cpython
Watch
1
Star
0
Fork
0
You've already forked cpython
mirror of
https://github.com/python/cpython.git
synced
2026-08-01 09:31:29 +08:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
cpython
/
Parser
History
Pablo Galindo Salgado
b69f3118a9
[3.12] gh-130077: Properly match full soft keywords in the parser (GH-135317) (
#135400
)
...
(cherry picked from commit ff2b5f40c2bf5c71255caac8a743c09ba0758c02)
2025-07-09 00:40:55 +01:00
..
action_helpers.c
[3.12] gh-125331: Allow the parser to activate future imports on the fly (GH-125482) (
#131063
)
2025-03-10 22:13:59 +00:00
asdl_c.py
[3.12] gh-126105: Fix crash in
ast
module, when
._fields
is delet… (
#126132
)
2024-10-29 20:20:40 +02:00
asdl.py
…
myreadline.c
…
parser.c
[3.12] gh-125331: Allow the parser to activate future imports on the fly (GH-125482) (
#131063
)
2025-03-10 22:13:59 +00:00
peg_api.c
…
pegen_errors.c
[3.12] gh-116042: Fix location for SyntaxErrors of invalid escapes in the tokenizer (GH-116049) (
#130065
)
2025-02-13 01:42:24 +00:00
pegen.c
[3.12] gh-130077: Properly match full soft keywords in the parser (GH-135317) (
#135400
)
2025-07-09 00:40:55 +01:00
pegen.h
[3.12] gh-125331: Allow the parser to activate future imports on the fly (GH-125482) (
#131063
)
2025-03-10 22:13:59 +00:00
Python.asdl
…
string_parser.c
[3.12] gh-133767: Fix use-after-free in the unicode-escape decoder with an error handler (GH-129648) (GH-133944) (
#134337
)
2025-05-25 20:33:22 -07:00
string_parser.h
…
token.c
…
tokenizer.c
[3.12] gh-130618: Fix parser error when using lambdas inside f-strings (GH-130638) (
#130644
)
2025-03-01 18:10:07 +00:00
tokenizer.h
…