| Commit message (Expand) | Author | Age | Files | Lines |
* | gh-122581: Avoid data races when collecting parser statistics (#122694) | Lysandros Nikolaou | 2024-08-06 | 1 | -0/+17 |
|
|
* | gh-122270: Fix typos in the Py_DEBUG macro name (GH-122271) | Serhiy Storchaka | 2024-07-25 | 1 | -1/+1 |
|
|
* | gh-119521: Rename IncompleteInputError to _IncompleteInputError and remove fr... | Pablo Galindo Salgado | 2024-06-24 | 1 | -0/+1 |
|
|
* | gh-113993: Allow interned strings to be mortal, and fix related issues (GH-12... | Petr Viktorin | 2024-06-21 | 1 | -1/+2 |
|
|
* | gh-119118: Fix performance regression in tokenize module (#119615) | Lysandros Nikolaou | 2024-05-28 | 1 | -0/+25 |
|
|
* | gh-113744: Add a new IncompleteInputError exception to improve incomplete inp... | Pablo Galindo Salgado | 2024-01-30 | 1 | -1/+1 |
|
|
* | gh-112943: Correctly compute end offsets for multiline tokens in the tokenize... | Pablo Galindo Salgado | 2023-12-11 | 1 | -5/+11 |
|
|
* | gh-110805: Allow the repl to show source code and complete tracebacks (#110775) | Pablo Galindo Salgado | 2023-10-13 | 1 | -1/+11 |
|
|
* | gh-104169: Refactor tokenizer into lexer and wrappers (#110684) | Lysandros Nikolaou | 2023-10-11 | 1 | -1/+2 |
|
|
* | gh-107015: Remove async_hacks from the tokenizer (#107018) | Pablo Galindo Salgado | 2023-07-26 | 1 | -4/+0 |
|
|
* | gh-106023: Update code using _PyObject_FastCall() (#106257) | Victor Stinner | 2023-06-30 | 1 | -2/+2 |
|
|
* | gh-105017: Include CRLF lines in strings and column numbers (#105030) | Marta Gómez Macías | 2023-05-28 | 1 | -2/+2 |
|
|
* | gh-102856: Python tokenizer implementation for PEP 701 (#104323) | Marta Gómez Macías | 2023-05-21 | 1 | -2/+2 |
|
|
* | gh-103656: Transfer f-string buffers to parser to avoid use-after-free (GH-10... | Lysandros Nikolaou | 2023-04-27 | 1 | -3/+17 |
|
|
* | gh-102856: Initial implementation of PEP 701 (#102855) | Pablo Galindo Salgado | 2023-04-19 | 1 | -1/+1 |
|
|
* | GH-102711: Fix warnings found by clang (#102712) | Chenxi Mao | 2023-03-28 | 1 | -2/+2 |
|
|
* | GH-101578: Normalize the current exception (GH-101607) | Mark Shannon | 2023-02-08 | 1 | -9/+6 |
|
|
* | gh-81057: Move More Globals to _PyRuntimeState (gh-100092) | Eric Snow | 2022-12-07 | 1 | -2/+2 |
|
|
* | gh-99300: Use Py_NewRef() in Parser/ directory (#99330) | Victor Stinner | 2022-11-10 | 1 | -4/+2 |
|
|
* | gh-97973: Return all necessary information from the tokenizer (GH-97984) | Lysandros Nikolaou | 2022-10-06 | 1 | -30/+24 |
|
|
* | gh-95778: CVE-2020-10735: Prevent DoS by very large int() (#96499) | Gregory P. Smith | 2022-09-02 | 1 | -0/+23 |
|
|
* | gh-95355: Check tokens[0] after allocating memory (GH-95356) | Honglin Zhu | 2022-07-28 | 1 | -1/+1 |
|
|
* | gh-93741: Add private C API _PyImport_GetModuleAttrString() (GH-93742) | Serhiy Storchaka | 2022-06-14 | 1 | -7/+1 |
|
|
* | gh-93103: Parser uses PyConfig.parser_debug instead of Py_DebugFlag (#93106) | Victor Stinner | 2022-05-24 | 1 | -0/+3 |
|
|
* | bpo-46920: Remove disabled debug code added decades ago and likely unnecessa... | Oleg Iarygin | 2022-03-14 | 1 | -11/+0 |
|
|
* | Don't print rejected tokens when using the debug flags in the parser (GH-31258) | Pablo Galindo Salgado | 2022-02-10 | 1 | -1/+0 |
|
|
* | Allow the parser to avoid nested processing of invalid rules (GH-31252) | Pablo Galindo Salgado | 2022-02-10 | 1 | -1/+1 |
|
|
* | bpo-46521: Fix codeop to use a new partial-input mode of the parser (GH-31010) | Pablo Galindo Salgado | 2022-02-08 | 1 | -1/+14 |
|
|
* | bpo-46237: Fix the line number of tokenizer errors inside f-strings (GH-30463) | Pablo Galindo Salgado | 2022-01-08 | 1 | -4/+4 |
|
|
* | bpo-46110: Restore commit e9898bf153d26059261ffef11f7643ae991e2a4c | Pablo Galindo Salgado | 2022-01-03 | 1 | -0/+1 |
|
|
* | Revert "bpo-46110: Add a recursion check to avoid stack overflow in the PEG p... | Pablo Galindo Salgado | 2022-01-03 | 1 | -1/+0 |
|
|
* | bpo-46110: Add a recursion check to avoid stack overflow in the PEG parser (G... | Pablo Galindo Salgado | 2021-12-20 | 1 | -0/+1 |
|
|
* | bpo-45855: Replaced deprecated `PyImport_ImportModuleNoBlock` with PyImport_I... | Kumar Aditya | 2021-12-12 | 1 | -1/+1 |
|
|
* | bpo-42918: Improve build-in function compile() in mode 'single' (GH-29934) | Weipeng Hong | 2021-12-10 | 1 | -19/+1 |
|
|
* | bpo-45727: Only trigger the 'did you forgot a comma' error suggestion if insi... | Pablo Galindo Salgado | 2021-11-24 | 1 | -1/+3 |
|
|
* | Refactor parser compilation units into specific components (GH-29676) | Pablo Galindo Salgado | 2021-11-21 | 1 | -1814/+122 |
|
|
* | bpo-45494: Fix error location in EOF tokenizer errors (GH-29108) | Pablo Galindo Salgado | 2021-11-20 | 1 | -2/+7 |
|
|
* | bpo-45848: Allow the parser to get error lines from encoded files (GH-29646) | Pablo Galindo Salgado | 2021-11-20 | 1 | -7/+8 |
|
|
* | bpo-45727: Make the syntax error for missing comma more consistent (GH-29427) | Pablo Galindo Salgado | 2021-11-19 | 1 | -1/+3 |
|
|
* | bpo-45822: Respect PEP 263's coding cookies in the parser even if flags are n... | Pablo Galindo Salgado | 2021-11-16 | 1 | -1/+1 |
|
|
* | bpo-45820: Fix a segfault when the parser fails without reading any input (GH... | Pablo Galindo Salgado | 2021-11-16 | 1 | -0/+8 |
|
|
* | bpo-45738: Fix computation of error location for invalid continuation (GH-29550) | Pablo Galindo Salgado | 2021-11-14 | 1 | -10/+5 |
|
|
* | bpo-45494: Fix parser crash when reporting errors involving invalid continuat... | Pablo Galindo Salgado | 2021-10-19 | 1 | -2/+10 |
|
|
* | bpo-45434: Mark the PyTokenizer C API as private (GH-28924) | Victor Stinner | 2021-10-13 | 1 | -8/+8 |
|
|
* | bpo-45408: Don't override previous tokenizer errors in the second parser pass... | Pablo Galindo Salgado | 2021-10-07 | 1 | -1/+4 |
|
|
* | bpo-43914: Correctly highlight SyntaxError exceptions for invalid generator e... | Pablo Galindo Salgado | 2021-09-27 | 1 | -2/+14 |
|
|
* | Update pegen to use the latest upstream developments (GH-27586) | Pablo Galindo Salgado | 2021-08-12 | 1 | -0/+13 |
|
|
* | bpo-34013: Generalize the invalid legacy statement error message (GH-27389) | Pablo Galindo Salgado | 2021-07-27 | 1 | -0/+12 |
|
|
* | bpo-43950: Distinguish errors happening on character offset decoding (GH-27217) | Batuhan Taskaya | 2021-07-20 | 1 | -5/+13 |
|
|
* | bpo-43950: Print columns in tracebacks (PEP 657) (GH-26958) | Ammar Askar | 2021-07-04 | 1 | -23/+23 |
|
|