0
0
mirror of https://github.com/python/cpython.git synced 2024-11-24 17:47:13 +01:00
cpython/Parser
Victor Stinner ef300937c2
gh-92536: Remove PyUnicode_READY() calls (#105210)
Since Python 3.12, PyUnicode_READY() does nothing and always
returns 0.
2023-06-02 01:33:17 +02:00
..
action_helpers.c gh-92536: Remove PyUnicode_READY() calls (#105210) 2023-06-02 01:33:17 +02:00
asdl_c.py gh-99113: Add Py_MOD_PER_INTERPRETER_GIL_SUPPORTED (gh-104205) 2023-05-05 21:11:27 +00:00
asdl.py
myreadline.c GH-104668: Don't call PyOS_* hooks in subinterpreters (GH-104674) 2023-05-22 19:34:34 +00:00
parser.c gh-104799: Move location of type_params AST fields (#104828) 2023-05-26 05:54:37 -07:00
peg_api.c
pegen_errors.c gh-102856: Python tokenizer implementation for PEP 701 (#104323) 2023-05-21 01:03:02 +01:00
pegen.c gh-105017: Include CRLF lines in strings and column numbers (#105030) 2023-05-28 15:15:53 +01:00
pegen.h gh-103656: Transfer f-string buffers to parser to avoid use-after-free (GH-103896) 2023-04-27 01:33:31 +00:00
Python.asdl gh-104799: Move location of type_params AST fields (#104828) 2023-05-26 05:54:37 -07:00
string_parser.c gh-102310: Change error range for invalid bytes literals (#103663) 2023-04-22 18:08:27 -06:00
string_parser.h gh-102856: Initial implementation of PEP 701 (#102855) 2023-04-19 11:18:16 -05:00
token.c gh-102856: Python tokenizer implementation for PEP 701 (#104323) 2023-05-21 01:03:02 +01:00
tokenizer.c gh-105042: Disable unmatched parens syntax error in python tokenize (#105061) 2023-05-30 22:52:52 +01:00
tokenizer.h gh-105069: Add a readline-like callable to the tokenizer to consume input iteratively (#105070) 2023-05-30 22:43:34 +01:00