summaryrefslogtreecommitdiffstats
path: root/Include/internal/pycore_runtime_init_generated.h
Commit message (Expand)AuthorAgeFilesLines
* gh-138122: Add --subprocesses flag to profile child processes in tachyon (#14...Pablo Galindo Salgado12 days1-0/+1
* gh-138122: Make the tachyon profiler opcode-aware (#142394)Pablo Galindo Salgado2025-12-111-0/+1
* gh-138122: Implement frame caching in RemoteUnwinder to reduce memory reads (...Pablo Galindo Salgado2025-12-061-0/+2
* gh-60107: Remove a copy from RawIOBase.read (#141532)Cody Maloney2025-11-201-0/+1
* GH-140643: Add `<native>` and `<GC>` frames to the sampling profiler (#141108)Brandt Bucher2025-11-171-0/+4
* gh-139817: Attribute `__qualname__` is added to `TypeAliasType` (#139919)Mikhail Efimov2025-10-151-0/+1
* gh-83714: Implement os.statx() function (#139178)Jeffrey Bosboom2025-10-151-0/+1
* gh-133059: Increase the small positive integer cache to 1024 (GH-133160)dgpb2025-09-241-0/+768
* gh-138709: Implement CPU time profiling in profiling.sample (#138710)Pablo Galindo Salgado2025-09-191-0/+1
* GH-137630: Convert ``_interpqueues`` to use Argument Clinic (#137685)Adam Turner2025-09-171-0/+7
* gh-133143: Use _Py_ID for the other literals in sys (GH-138698)Petr Viktorin2025-09-091-0/+2
* gh-133143: Condense the implementation for ``sys.abi_info`` (#138672)Adam Turner2025-09-081-0/+2
* gh-73487: Convert ``_decimal`` to use Argument Clinic (part 3) (#137844)Sergey B Kirpichev2025-08-191-0/+1
* gh-73487: Convert ``_decimal`` to use Argument Clinic (part 2) (#137637)Sergey B Kirpichev2025-08-181-0/+8
* gh-137725: Convert faulthandler to Argument Clinic (#137726)Victor Stinner2025-08-161-0/+5
* gh-137808: use argument clinic for `_thread.lock` and `_thread.RLock` (#137809)Kumar Aditya2025-08-151-0/+1
* gh-73487: Convert `_decimal` to use Argument Clinic (part 1) (#137606)Sergey B Kirpichev2025-08-131-0/+2
* GH-137630: Convert ``_interpreters`` to use Argument Clinic (#137631)Adam Turner2025-08-121-0/+11
* gh-136571: Convert more code in datetime to Argument Clinic (GH-136573)Serhiy Storchaka2025-08-091-0/+10
* gh-136306: Add support for getting and setting SSL groups (#136307)Ron Frederick2025-07-281-0/+1
* gh-121914: Change the names of the symbol tables for lambda and genexpr (GH-1...Serhiy Storchaka2025-07-131-5/+0
* gh-91048: Fix external inspection multi-threaded performance (#136005)Pablo Galindo Salgado2025-06-281-0/+1
* gh-91048: Add better error messages for remote debugging for CI builds (#134682)Pablo Galindo Salgado2025-05-261-0/+1
* gh-91048: Refactor and optimize remote debugging module (#134652)Pablo Galindo Salgado2025-05-251-0/+1
* gh-132983: Convert zstd ``__new__`` methods to Argument Clinic (#133860)Adam Turner2025-05-121-1/+0
* gh-133595: Clean up sqlite3.Connection APIs (GH-133605)Serhiy Storchaka2025-05-081-6/+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