summaryrefslogtreecommitdiffstats
path: root/Include/internal/pycore_runtime_init_generated.h
Commit message (Expand)AuthorAgeFilesLines
* [3.14] gh-91048: Fix external inspection multi-threaded performance (GH-13600...Pablo Galindo Salgado2025-06-281-0/+1
* [3.14] gh-91048: Add better error messages for remote debugging for CI builds...Miss Islington (bot)2025-05-261-0/+1
* [3.14] gh-91048: Refactor and optimize remote debugging module (#134652) (#13...Pablo Galindo Salgado2025-05-251-0/+1
* [3.14] gh-132983: Convert zstd ``__new__`` methods to Argument Clinic (GH-133...Miss Islington (bot)2025-05-201-1/+0
* gh-132983: Introduce `_zstd` bindings module (GH-133027)Emma Smith2025-05-041-0/+8
* gh-132661: Implement PEP 750 (#132662)Lysandros Nikolaou2025-04-301-0/+2
* gh-132952: Speed up startup by importing _io instead of io (#132957)Jelle Zijlstra2025-04-281-0/+1
* gh-132261: Store annotations at hidden internal keys in the class dict (#132345)Jelle Zijlstra2025-04-111-0/+2
* gh-128384: Use a context variable for warnings.catch_warnings (gh-130010)Neil Schemenauer2025-04-091-0/+1
* gh-131591: Implement PEP 768 (#131937)Pablo Galindo Salgado2025-04-031-0/+1
* gh-131738: optimize builtin any/all/tuple calls with a generator expression a...Irit Katriel2025-03-281-0/+2
* gh-131586: Avoid refcount contention in some "special" calls (#131588)Sam Gross2025-03-261-0/+3
* gh-130881: Handle conditionally defined annotations (#130935)Jelle Zijlstra2025-03-261-0/+1
* gh-128715: Expose ctypes.CField, with info attributes (GH-128950)Petr Viktorin2025-03-241-0/+4
* GH-126833: Dumps graphviz representation of executor graph. (GH-126880)Mark Shannon2024-12-131-0/+1
* gh-126316: Make grp.getgrall() thread-safe: add a mutex (#127055)Victor Stinner2024-11-211-0/+1
* gh-126220: Adapt `_lsprof` to Argument Clinic (#126233)sobolevn2024-11-041-0/+3
* gh-125268: Use static string for "1e309" in AST (#125272)Sam Gross2024-10-101-0/+1
* gh-90102: Remove isatty call during regular open (#124922)Cody Maloney2024-10-081-0/+1
* gh-41431: Add `datetime.time.strptime()` and `datetime.date.strptime()` (#120...Nice Zombies2024-09-251-1/+3
* gh-123884 Tee of tee was not producing n independent iterators (gh-124490)Raymond Hettinger2024-09-251-1/+0
* gh-97588: Move ctypes struct/union layout logic to Python (GH-123352)Petr Viktorin2024-09-051-4/+6
* gh-121621: Move asyncio running loop to thread state (GH-121695)Ken Jin2024-07-161-1/+0
* GH-107803: double linked list implementation for asyncio tasks (GH-107804)Kumar Aditya2024-06-221-0/+1
* gh-113993: Allow interned strings to be mortal, and fix related issues (GH-12...Petr Viktorin2024-06-211-19/+1
* gh-71587: Drop local reference cache to `_strptime` module in `_datetime` (gh...neonene2024-06-121-0/+1
* gh-119180: PEP 649 compiler changes (#119361)Jelle Zijlstra2024-06-111-1/+1
* gh-117398: Add datetime Module State (gh-119810)Eric Snow2024-06-031-0/+1
* gh-119740: Remove deprecated trunc delegation (#119743)Mark Dickinson2024-06-021-1/+0
* gh-97588: Align ctypes struct layout to GCC/MSVC (GH-97702)Matthias Görgens2024-05-291-0/+1
* gh-119213: Be More Careful About _PyArg_Parser.kwtuple Across Interpreters (g...Eric Snow2024-05-221-0/+1
* gh-119180: PEP 649: Add __annotate__ attributes (#119209)Jelle Zijlstra2024-05-221-0/+1
* gh-118465: Add __firstlineno__ attribute to class (GH-118475)Serhiy Storchaka2024-05-061-0/+1
* gh-95754: Better error when script shadows a standard library or third party ...Shantanu2024-04-231-0/+1
* gh-117680: make _PyInstructionSequence a PyObject and use it in tests (#117629)Irit Katriel2024-04-171-0/+4
* gh-117613: Enhance test_clinic @defining_class tests (#117896)Victor Stinner2024-04-161-0/+1
* gh-117764: Use Argument Clinic for signal.set_wakeup_fd() (GH-117777)Serhiy Storchaka2024-04-121-0/+1
* gh-115775: Compiler adds __static_attributes__ field to classes (#115913)Irit Katriel2024-03-261-0/+1
* gh-85283: Convert grp extension to the limited C API (#116611)Victor Stinner2024-03-121-1/+0
* gh-105858: Improve AST node constructors (#105880)Jelle Zijlstra2024-02-281-0/+1
* gh-112433: Add optional _align_ attribute to ctypes.Structure (GH-113790)monkeyman1922024-02-151-0/+1
* gh-89240: Enable multiprocessing on Windows to use large process pools (GH-10...Steve Dower2024-02-131-0/+10
* gh-91602: Add iterdump() support for filtering database objects (#114501)Mariusz Felisiak2024-02-061-0/+1
* gh-112919: Speed-up datetime, date and time.replace() (GH-112921)Eugene Toder2024-01-301-0/+8
* gh-112050: Adapt collections.deque to Argument Clinic (#113963)mpage2024-01-291-0/+1
* GH-112354: `END_FOR` instruction to only pop one value. (GH-114247)Mark Shannon2024-01-241-0/+6
* gh-113626: Add allow_code parameter in marshal functions (GH-113648)Serhiy Storchaka2024-01-161-0/+1
* gh-112640: Add `kwdefaults` parameter to `types.FunctionType.__new__` (#112641)Nikita Sobolev2024-01-111-0/+1
* gh-110721: Remove unused code from suggestions.c after moving PyErr_Display t...Pablo Galindo Salgado2024-01-081-1/+0
* gh-63284: Add support for TLS-PSK (pre-shared key) to the ssl module (#103181)Grant Ramsay2023-11-271-0/+2