Commits
User selector
Commit History
Commits on May 12, 2025
gh-133767: Fix use-after-free in the unicode-escape decoder with an error handler (GH-129648)
Show description for 9f69a58authored
Commits on Apr 30, 2025
gh-132661: Implement PEP 750 (#132662)
Show description for 6020260authored
Commits on Mar 2, 2025
gh-130740: Move some `stdbool.h` includes after `Python.h` (#130738)
Show description for 214562eauthored
Commits on Feb 13, 2025
Commits on Jan 15, 2025
Commits on Sep 18, 2024
gh-124064: Fix -Wconversion warnings in Parser/string_parser.c (#124204)
Show description for f9fa6baauthored
Commits on Jun 25, 2024
Commits on Oct 27, 2023
Commits on Oct 12, 2023
gh-104169: Fix test_peg_generator after tokenizer refactoring (#110727)
Show description for 17d6554authored
Commits on Oct 11, 2023
gh-104169: Refactor tokenizer into lexer and wrappers (#110684)
Show description for 01481f2authored
Commits on Jul 23, 2023
gh-106320: Remove _PyBytes_Join() C API (#107144)
Show description for 7d41eadauthored
Commits on Jul 4, 2023
gh-106320: Remove private _PyUnicode codecs C API functions (#106385)
Show description for d8c5d76authored
Commits on Jun 20, 2023
Commits on Apr 23, 2023
Commits on Apr 19, 2023
gh-102856: Initial implementation of PEP 701 (#102855)
Show description for 1ef61cfauthored
Commits on Nov 10, 2022
gh-99300: Use Py_NewRef() in Parser/ directory (#99330)
Show description for 4ce2a20authored
Commits on Nov 3, 2022
gh-98401: Invalid escape sequences emits SyntaxWarning (#99011)
Show description for a60ddd3authored
Commits on Jul 16, 2022
Commits on Jun 1, 2022
Commits on May 31, 2022
Commits on Apr 30, 2022
Commits on Mar 28, 2022
bpo-47129: Add more informative messages to f-string syntax errors (32127)
Show description for 7b44adeandauthored
Commits on Jan 25, 2022
bpo-46503: Prevent an assert from firing when parsing some invalid \N sequences in f-strings. (GH-30865)
Show description for 0daf721authored
Commits on Jan 8, 2022
Commits on Oct 14, 2021
bpo-45461: Fix IncrementalDecoder and StreamReader in the "unicode-escape" codec (GH-28939)
Show description for c96d154authored
Commits on Oct 13, 2021
bpo-45434: Mark the PyTokenizer C API as private (GH-28924)
Show description for 713bb19authored
Commits on Sep 28, 2021
Optimized code format (GH-28599)
Show description for a47d67cauthored
Commits on Aug 12, 2021
Commits on Jun 12, 2021
Commits on Jun 8, 2021
Commits on Apr 7, 2021
bpo-43244: Rename pycore_ast.h functions to _PyAST_xxx() (GH-25252)
Show description for d27f8d2authored
Commits on Mar 24, 2021
bpo-43244: Remove the pyarena.h header (GH-25007)
Show description for 8370e07authored