Commits
User selector
Commit History
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
Commits on Jan 23, 2021
Commits on Jan 3, 2021
Commits on Dec 1, 2020
bpo-42519: Replace PyMem_MALLOC() with PyMem_Malloc() (GH-23586)
Show description for 00d7abdauthored
Commits on Nov 18, 2020
bpo-40998: Address compiler warnings found by ubsan (GH-20929)
Show description for 07f2adeauthored
Commits on Sep 16, 2020
bpo-41746: Add type information to asdl_seq objects (GH-22223)
Show description for a5634c4authored
Commits on Jul 16, 2020
- authored
Fix possibly-unitialized warning in string_parser.c. (GH-21503)
Show description for 2ad7e9cauthored
Commits on Jun 27, 2020
bpo-41076: Pre-feed the parser with the f-string expression location (GH-21054)
Show description for 1f0f4abauthored- authored