summaryrefslogtreecommitdiffstats
path: root/Python
Commit message (Expand)AuthorAgeFilesLines
...
* gh-139109: A new tracing JIT compiler frontend for CPython (GH-140310)Ken Jin2025-11-1314-712/+1851
* gh-139653: Add PyUnstable_ThreadState_SetStackProtection() (#139668)Victor Stinner2025-11-132-7/+73
* gh-135801: Add the module parameter to compile() etc (GH-139652)Serhiy Storchaka2025-11-137-38/+100
* gh-140936: Fix JIT assertion crash at finalization if some generator is alive...Mikhail Efimov2025-11-121-1/+7
* gh-141004: soft-deprecate Py_INFINITY macro (#141033)Sergey B Kirpichev2025-11-121-2/+2
* gh-141169: Re-raise exception from findfuncptr (GH-141349)Petr Viktorin2025-11-111-21/+3
* gh-141376: Fix exported symbols (GH-141377)Victor Stinner2025-11-111-1/+1
* GH-141212: Fix possible memory leak in gc_mark_span_push (gh-141213)Sergey Miryanov2025-11-101-2/+3
* gh-141341: Rename COMPILER macro to _Py_COMPILER on Windows (#141342)Victor Stinner2025-11-101-0/+4
* gh-111389: replace deprecated occurrences of `_PyHASH_*` macros (#141236)Bénédikt Tran2025-11-092-16/+16
* gh-140530: fix a reference leak in an error path for `raise exc from cause` (...Bénédikt Tran2025-11-091-0/+1
* gh-134745: Use "pymutex" for sys.thread_info on Windows (#141140)Victor Stinner2025-11-061-3/+1
* Fix compiler warnings in remote debugging (#141060)Victor Stinner2025-11-051-7/+7
* gh-131527: Stackref debug borrow checker (#140599)Mikhail Efimov2025-11-051-9/+82
* Remove internal _PyTime_AsLong() function (#141053)Victor Stinner2025-11-051-34/+1
* gh-140550: Initial implementation of PEP 793 – PyModExport (GH-140556)Petr Viktorin2025-11-052-62/+149
* gh-140815: Fix faulthandler for invalid/freed frame (#140921)Victor Stinner2025-11-041-23/+37
* gh-131253: free-threaded build support for pystats (gh-137189)Neil Schemenauer2025-11-0311-438/+895
* GH-136895: Update JIT builds to use LLVM 20 (#140329)Savannah Ostrowski2025-11-031-14/+58
* gh-140513: Fail to compile if `_Py_TAIL_CALL_INTERP` is set but `preserve_non...Krishna Chaitanya2025-11-011-0/+8
* gh-81313: Add the math.integer module (PEP-791) (GH-133909)Serhiy Storchaka2025-10-311-0/+1
* gh-140373: Correctly emit `PY_UNWIND` event when generator is closed (GH-140767)Mikhail Efimov2025-10-311-0/+4
* gh-55531: Implement `normalize_encoding` in C (#136643)Stan Ulbrych2025-10-301-2/+2
* gh-135801: Improve filtering by module in warn_explicit() without module argu...Serhiy Storchaka2025-10-301-53/+22
* gh-131927: Do not emit PEP 765 warnings in ast.parse() (GH-139642)Serhiy Storchaka2025-10-302-5/+7
* gh-125434: Fix non-ASCII thread names in faulthandler on Windows (#140700)Victor Stinner2025-10-281-12/+53
* gh-140544: Always assume that thread locals are available (GH-140690)Peter Bierma2025-10-282-17/+0
* gh-140104: Set next_instr properly in the JIT during exceptions (GH-140233)Ken Jin2025-10-271-1/+3
* gh-125434: Display thread name in faulthandler on Windows (#140675)Victor Stinner2025-10-272-14/+76
* gh-138050: [WIP] JIT - Streamline MAKE_WARM - move coldness check to executor...alm2025-10-275-10/+11
* gh-140641: Break out of inittab search on match (GH-140642)Itamar Oren2025-10-271-0/+1
* gh-140544: store pointer to interpreter state as a thread local for fast acce...Kumar Aditya2025-10-251-3/+9
* gh-136327: Fix inconsistent ``TypeError`` messages regarding invalid values a...Tapeline2025-10-241-20/+7
* gh-140517: fix leak in `map_next` in strict mode (#140543)Mikhail Efimov2025-10-241-19/+25
* gh-140544: cleanup `HAVE_THREAD_LOCAL` checks in pystate.c (#140547)Kumar Aditya2025-10-241-21/+3
* gh-135125: Fix Py_STACKREF_DEBUG build (GH-139475)Mikhail Efimov2025-10-231-13/+9
* gh-140471: Fix buffer overflow in AST node initialization with malformed `_fi...Stan Ulbrych2025-10-231-2/+2
* GH-139193: Fix dump_stack when PYTHON_LLTRACE=4 (GH-139384)Sergey Miryanov2025-10-221-0/+4
* GH-139951: Fix major GC performance regression (GH-140262)Mark Shannon2025-10-211-20/+23
* gh-140358: Bring back elapsed time and unreachable count to gc debug output (...Pål Grønås Drange2025-10-201-0/+13
* gh-140301: Fix memory leak in subinterpreter `PyConfig` cleanup (#140303)Shamil2025-10-201-0/+2
* gh-140306: Fix memory leaks in cross-interpreter data handling (GH-140307)Shamil2025-10-191-3/+12
* gh-139269: Fix unaligned memory access in JIT code patching functions (GH-139...Shamil2025-10-181-11/+19
* gh-140067: Fix memory leak in sub-interpreter creation (#140111) (#140261)Kumar Aditya2025-10-181-6/+9
* gh-140257: fix data race on eval_breaker during finalization (#140265)Shamil2025-10-181-3/+4
* GH-135904: Implement assembler optimization for AArch64. (GH-139855)Mark Shannon2025-10-171-5/+22
* gh-140061: Use `_PyObject_IsUniquelyReferenced()` to check if objects are uni...Sergey Miryanov2025-10-151-1/+2
* Revert "gh-140067: Fix memory leak in sub-interpreter creation (#140111)" (#...Peter Bierma2025-10-151-9/+6
* Correct a simple NULL-check in `optimizer.c`'s `uop_item()` (GH-140069)Maurycy Pawłowski-Wieroński2025-10-141-1/+1
* gh-139640: Fix swallowing syntax warnings in different modules (GH-139755)Serhiy Storchaka2025-10-143-24/+12