| Commit message (Expand) | Author | Age | Files | Lines |
* | gh-113993: Allow interned strings to be mortal, and fix related issues (GH-12... | Petr Viktorin | 2024-06-21 | 1 | -1/+14 |
|
|
* | Fix typos in comments (#120188) | Xie Yanbo | 2024-06-07 | 1 | -1/+1 |
|
|
* | GH-115802: JIT "small" code for Windows (GH-115964) | Brandt Bucher | 2024-02-29 | 1 | -2/+2 |
|
|
* | gh-111924: Use PyMutex for Runtime-global Locks. (gh-112207) | Sam Gross | 2023-12-07 | 1 | -1/+2 |
|
|
* | gh-112026: Restore removed private C API (#112115) | Victor Stinner | 2023-11-15 | 1 | -121/+0 |
|
|
* | Add private _PyUnicode_AsUTF8NoNUL() function (GH-111957) | Serhiy Storchaka | 2023-11-10 | 1 | -0/+4 |
|
|
* | gh-106320: Remove private _Py_Identifier API (#108593) | Victor Stinner | 2023-08-29 | 1 | -0/+1 |
|
|
* | gh-107211: No longer export internal functions (7) (#108425) | Victor Stinner | 2023-08-24 | 1 | -34/+45 |
|
|
* | gh-107211: No longer export internal functions (3) (#107215) | Victor Stinner | 2023-07-25 | 1 | -3/+5 |
|
|
* | gh-106320: Remove private _PyUnicode C API (#107185) | Victor Stinner | 2023-07-24 | 1 | -0/+13 |
|
|
* | gh-106320: Remove _PyUnicode_TransformDecimalAndSpaceToASCII() (#106398) | Victor Stinner | 2023-07-04 | 1 | -2/+37 |
|
|
* | gh-106320: Remove private _PyUnicode codecs C API functions (#106385) | Victor Stinner | 2023-07-04 | 1 | -0/+100 |
|
|
* | gh-106320: Remove more private _PyUnicode C API functions (#106382) | Victor Stinner | 2023-07-03 | 1 | -1/+69 |
|
|
* | gh-106320: Move _PyUnicodeWriter to the internal C API (#106342) | Victor Stinner | 2023-07-03 | 1 | -2/+143 |
|
|
* | gh-84436: Implement Immortal Objects (gh-19474) | Eddie Elizondo | 2023-04-22 | 1 | -0/+1 |
|
|
* | gh-100227: Move the Dict of Interned Strings to PyInterpreterState (gh-102339) | Eric Snow | 2023-03-28 | 1 | -0/+1 |
|
|
* | gh-100227: Revert gh-102925 "gh-100227: Make the Global Interned Dict Safe fo... | Eric Snow | 2023-03-27 | 1 | -1/+0 |
|
|
* | gh-100227: Make the Global Interned Dict Safe for Isolated Interpreters (gh-1... | Eric Snow | 2023-03-23 | 1 | -0/+1 |
|
|
* | gh-81057: Move More Globals to _PyRuntimeState (gh-100092) | Eric Snow | 2022-12-07 | 1 | -0/+3 |
|
|
* | gh-81057: Move More Globals in Core Code to _PyRuntimeState (gh-99516) | Eric Snow | 2022-11-16 | 1 | -0/+4 |
|
|
* | GH-96458: Statically initialize utf8 representation of static strings (#96481) | Kumar Aditya | 2022-09-03 | 1 | -1/+0 |
|
|
* | gh-90667: Add specializations of Py_DECREF when types are known (GH-30872) | Dennis Sweeney | 2022-04-19 | 1 | -0/+1 |
|
|
* | gh-91576: Speed up iteration of strings (#91574) | Kumar Aditya | 2022-04-18 | 1 | -0/+1 |
|
|
* | bpo-47084: Clear Unicode cached representations on finalization (GH-32032) | Jeremy Kloth | 2022-03-22 | 1 | -0/+1 |
|
|
* | bpo-46881: Statically allocate and initialize the latin1 characters. (GH-31616) | Kumar Aditya | 2022-03-09 | 1 | -3/+0 |
|
|
* | bpo-46541: Replace core use of _Py_IDENTIFIER() with statically initialized g... | Eric Snow | 2022-02-08 | 1 | -2/+0 |
|
|
* | bpo-46417: Clear Unicode static types at exit (GH-30806) | Victor Stinner | 2022-01-22 | 1 | -0/+1 |
|
|
* | bpo-46303: Move fileutils.h private functions to internal C API (GH-30484) | Victor Stinner | 2022-01-11 | 1 | -0/+2 |
|
|
* | bpo-46006: Revert "bpo-40521: Per-interpreter interned strings (GH-20085)" (G... | Victor Stinner | 2022-01-06 | 1 | -11/+1 |
|
|
* | bpo-46008: Make runtime-global object/type lifecycle functions and state cons... | Eric Snow | 2021-12-09 | 1 | -0/+71 |
|
|