This website requires JavaScript.
Explore
Help
Register
Sign In
PublicArchive
/
cpython
Watch
2
Star
0
Fork
0
You've already forked cpython
mirror of
https://github.com/python/cpython.git
synced
2026-05-08 13:40:46 -04:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
Files
c25400a4b63563c3aea7c8863e9bc06eeca3acca
cpython
/
Parser
T
History
Christoph Walcher
4afa98596e
Remove unused prototype
_PyPegen_set_source_in_metadata
(
#138810
)
...
Remove unused prototype
2025-09-12 00:40:49 +00:00
..
lexer
gh-135148: Correctly handle f/t strings with comments and debug expressions (
#135198
)
2025-07-16 11:47:13 +02:00
tokenizer
gh-132661: Implement PEP 750 (
#132662
)
2025-04-30 11:46:41 +02:00
action_helpers.c
gh-137078: Fix keyword typo recognition when executed over files (
#137079
)
2025-08-15 15:14:13 +00:00
asdl_c.py
gh-133968: Add PyUnicodeWriter_WriteASCII() function (
#133973
)
2025-05-29 14:54:30 +00:00
asdl.py
gh-131421: Fix ASDL tests (
#133408
)
2025-05-04 23:46:21 +00:00
myreadline.c
gh-131238: Remove includes from pycore_interp.h (
#131495
)
2025-03-20 11:35:23 +00:00
parser.c
gh-138716: Fix
assert a := b
syntax error message (
#138718
)
2025-09-10 16:05:16 +03:00
peg_api.c
gh-110805: Allow the repl to show source code and complete tracebacks (
#110775
)
2023-10-13 09:25:37 +00:00
pegen_errors.c
gh-116042: Fix location for SyntaxErrors of invalid escapes in the tokenizer (
#116049
)
2025-02-13 01:07:37 +00:00
pegen.c
gh-137514: Add a free-threading wrapper for mutexes (GH-137515)
2025-08-07 11:24:50 -04:00
pegen.h
Remove unused prototype
_PyPegen_set_source_in_metadata
(
#138810
)
2025-09-12 00:40:49 +00:00
Python.asdl
gh-131421: fix ASDL grammar for
Dict
to have an
expr?*
keys field (
#131419
)
2025-05-04 16:03:38 -07:00
string_parser.c
gh-133767: Fix use-after-free in the unicode-escape decoder with an error handler (GH-129648)
2025-05-12 20:42:23 +03:00
string_parser.h
gh-102856: Initial implementation of PEP 701 (
#102855
)
2023-04-19 11:18:16 -05:00
token.c
gh-132661: Implement PEP 750 (
#132662
)
2025-04-30 11:46:41 +02:00