summaryrefslogtreecommitdiffstats
path: root/Include
Commit message (Expand)AuthorAgeFilesLines
...
* gh-116869: Make C API compatible with ISO C90 (#116950)Victor Stinner2024-03-182-3/+3
* gh-116916: Remove separate next_func_version counter (#116918)Guido van Rossum2024-03-181-1/+0
* gh-116869: Fix redefinition of the _PyOptimizerObject type (#116963)Victor Stinner2024-03-181-2/+2
* gh-116809: Restore removed _PyErr_ChainExceptions1() function (#116900)Victor Stinner2024-03-162-3/+4
* gh-114271: Fix race in `Thread.join()` (#114839)mpage2024-03-163-37/+1
* GH-116422: Modify a few uops so that they can be supported by tier 2 with hot...Mark Shannon2024-03-151-2/+7
* gh-111696, PEP 737: Add %T and %N to PyUnicode_FromFormat() (#116839)Victor Stinner2024-03-141-0/+2
* gh-111696, PEP 737: Add PyType_GetModuleName() function (#116824)Victor Stinner2024-03-142-5/+2
* GH-116422: Factor out eval breaker checks at end of calls into its own micro-...Mark Shannon2024-03-143-144/+147
* gh-111696, PEP 737: Add PyType_GetFullyQualifiedName() function (#116815)Victor Stinner2024-03-141-0/+3
* Post 3.13.0a5Thomas Wouters2024-03-121-1/+1
* Python 3.13.0a5v3.13.0a5Thomas Wouters2024-03-121-2/+2
* Fix code comment regarding DK_ENTRIES (GH-113960)Matthias Diener2024-03-121-1/+1
* gh-85283: Convert grp extension to the limited C API (#116611)Victor Stinner2024-03-124-6/+0
* gh-110850: Fix _PyTime_FromSecondsDouble() API (#116606)Victor Stinner2024-03-111-2/+4
* gh-116167: Allow disabling the GIL with `PYTHON_GIL=0` or `-X gil=0` (#116338)Brett Simmers2024-03-113-0/+20
* GH-116596: Better determination of escaping uops. (GH-116597)Mark Shannon2024-03-112-26/+26
* gh-112536: Define MI_TSAN to 1 for --with-mimalloc and --with-thread-sanitize...Donghee Na2024-03-111-0/+4
* GH-116468: Use constants instead of `oparg` in stack effects when `oparg` is ...Mark Shannon2024-03-111-5/+5
* gh-111389: expose PyHASH_INF/BITS/MODULUS/IMAG macros as public (#111418)Sergey B Kirpichev2024-03-091-5/+11
* gh-112075: Support freeing object memory via QSBR (#116344)Dino Viehland2024-03-082-3/+27
* gh-116381: Remove bad specializations, add fail stats (GH-116464)Ken Jin2024-03-076-77/+40
* gh-116381: Specialize CONTAINS_OP (GH-116385)Ken Jin2024-03-068-139/+208
* gh-115398: Revert `PyExpat_CAPI_MAGIC` version bump (GH-116411)Sebastian Pipping2024-03-061-1/+1
* gh-115103: Delay reuse of mimalloc pages that store PyObjects (#115435)Sam Gross2024-03-063-1/+24
* GH-113710: Tier 2 optimizer: check the function instead of checking globals. ...Mark Shannon2024-03-062-113/+110
* gh-115103: Enable internal mimalloc assertions in debug builds (#116343)Sam Gross2024-03-051-1/+1
* chore: fix typos (#116345)cui fliter2024-03-056-7/+7
* GH-115685: Split `_TO_BOOL_ALWAYS_TRUE` into micro-ops (GH-116352)Mark Shannon2024-03-053-23/+23
* GH-115819: Eliminate Boolean guards when value is known (GH-116355)Mark Shannon2024-03-051-0/+1
* GH-115685: Optimize `TO_BOOL` and variants based on truthiness of input. (GH-...Mark Shannon2024-03-051-0/+1
* gh-115398: Increment PyExpat_CAPI_MAGIC for SetReparseDeferralEnabled additio...Gregory P. Smith2024-03-041-1/+1
* GH-116226: include `pthread_stubs.h` in `pycore_pythreads.h` (#116227)Brett Cannon2024-03-011-1/+2
* gh-114271: Make `_thread.ThreadHandle` thread-safe in free-threaded builds (G...mpage2024-03-011-0/+13
* gh-115999: Disable the specializing adaptive interpreter in free-threaded bui...Brett Simmers2024-03-011-0/+5
* gh-115398: Expose Expat >=2.6.0 reparse deferral API (CVE-2023-52425) (GH-115...Sebastian Pipping2024-02-291-1/+3
* gh-115685: Type/values propagate for TO_BOOL in tier 2 (GH-115686)Ken Jin2024-02-292-20/+23
* gh-116088: Insert bottom checks after all sym_set_...() calls (#116089)Guido van Rossum2024-02-291-4/+4
* GH-115802: JIT "small" code for Windows (GH-115964)Brandt Bucher2024-02-2916-44/+47
* gh-115859: Re-enable T2 optimizer pass by default (#116062)Guido van Rossum2024-02-281-0/+2
* gh-115816: Improve internal symbols API in optimizer (#116028)Guido van Rossum2024-02-281-5/+7
* gh-115773: Add tests to exercise the _Py_DebugOffsets structure (#115774)Pablo Galindo Salgado2024-02-282-35/+47
* gh-105858: Expose some union-related objects as internal APIs (GH-116025)Jelle Zijlstra2024-02-281-2/+4
* gh-105858: Improve AST node constructors (#105880)Jelle Zijlstra2024-02-284-0/+6
* GH-115816: Assorted naming and formatting changes to improve maintainability....Mark Shannon2024-02-271-38/+35
* GH-115816: Make tier2 optimizer symbols testable, and add a few tests. (GH-11...Mark Shannon2024-02-271-0/+85
* gh-115168: Add pystats counter for invalidated executors (GH-115169)Michael Droettboom2024-02-262-2/+3
* gh-113706: Update comment about long int representation (#113707)Michael Droettboom2024-02-261-10/+21
* gh-112075: Iterating a dict shouldn't require locks (#115108)Dino Viehland2024-02-221-0/+1
* gh-115304: Add doc for initializing PyMutex as a global variable (#115305)AN Long2024-02-211-0/+3