Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | GH-112354: `END_FOR` instruction to only pop one value. (GH-114247) | Mark Shannon | 2024-01-24 | 1 | -0/+8 |
* | gh-102500: Implement PEP 688 (#102521) | Jelle Zijlstra | 2023-05-04 | 1 | -0/+2 |
* | gh-100227: Move the Dict of Interned Strings to PyInterpreterState (gh-102339) | Eric Snow | 2023-03-28 | 1 | -2/+2 |
* | GH-94851: check unicode consistency of static strings in debug mode (#102684) | Kumar Aditya | 2023-03-14 | 1 | -0/+1 |
* | gh-81057: Move contextvars-related Globals to _PyRuntimeState (gh-99400) | Eric Snow | 2022-11-16 | 1 | -0/+3 |
* | gh-81057: Add PyInterpreterState.static_objects (gh-99397) | Eric Snow | 2022-11-11 | 1 | -2/+4 |
* | gh-81057: Generate a Separate Initializer For Each Part of the Global Objects... | Eric Snow | 2022-11-11 | 1 | -48/+49 |
* | gh-90868: Add _PyStaticObject_CheckRefcnt() function (#99261) | Victor Stinner | 2022-11-09 | 1 | -5/+2 |
* | gh-90868: Adjust the Generated Objects (gh-99223) | Eric Snow | 2022-11-08 | 1 | -3/+49 |
* | gh-97669: Create Tools/build/ directory (#97963) | Victor Stinner | 2022-10-17 | 1 | -0/+382 |