Commits
User selector
Commit history
Commits on Jun 6, 2026
[3.14] gh-150207: Raise MemoryError on tokenizer allocation failure instead of crashing (GH-150275) (#150997)
Show description for d12f860andauthored
Commits on Feb 15, 2026
[3.14] gh-144759: Fix undefined behavior from NULL pointer arithmetic in lexer (GH-144788) (#144834)
Show description for 70ecd56andauthored
Commits on Oct 29, 2025
[3.14] gh-140576: Fixed crash produced by lexer in case of dedented zero byte (GH-140583) (#140757)
Show description for c45ab05andauthored
Commits on Oct 7, 2025
[3.14] gh-139516: Fix lambda colon start format spec in f-string in tokenizer (GH-139657) (#139701)
Show description for de84d09andauthored
Commits on Jul 16, 2025
Commits on Jun 26, 2025
[3.14] gh-129958: New syntax error in format spec applies to both f-strings and t-strings (GH-135570) (#135982)
Show description for 2045453authored
Commits on May 2, 2025
Commits on Apr 30, 2025
- authored
gh-132661: Implement PEP 750 (#132662)
Show description for 6020260authored
Commits on Apr 21, 2025
Commits on Apr 18, 2025
Commits on Mar 3, 2025
Commits on Feb 27, 2025
Commits on Jan 22, 2025
Commits on Jan 1, 2025
Commits on Aug 23, 2024
gh-123229: Fix valgrind warning by initializing the f-string buffers to 0 in the tokenizer (#123263)
Show description for adc5190authored
Commits on Jul 16, 2024
Commits on Jan 26, 2024
gh-114569: Use PyMem_* APIs for most non-PyObject uses (#114574)
Show description for dcd28b5authored
Commits on Jan 5, 2024
Commits on Nov 20, 2023
Commits on Oct 18, 2023
Commits on Oct 16, 2023
gh-107450: Check for overflow in the tokenizer and fix overflow test (#110832)
Show description for a1ac559authored
Commits on Oct 11, 2023
gh-104169: Refactor tokenizer into lexer and wrappers (#110684)
Show description for 01481f2authored
Loading