summaryrefslogtreecommitdiffstats
path: root/Include
Commit message (Expand)AuthorAgeFilesLines
* gh-112535: Implement fallback implementation of _Py_ThreadId() (gh-113185)Donghee Na2023-12-181-1/+5
* gh-111964: Add _PyRWMutex a "readers-writer" lock (gh-112859)Sam Gross2023-12-161-0/+39
* gh-112535: Update _Py_ThreadId() to support RISC-V (gh-113084)Furkan Onder2023-12-141-0/+7
* GH-111485: Sort metadata tables for easier checking of future diffs (GH-113101)Mark Shannon2023-12-141-1503/+1503
* GH-112354: Treat _EXIT_TRACE like an unconditional side exit (GH-113104)Mark Shannon2023-12-141-1/+1
* gh-76785: Avoid Pickled TracebackException for Propagated Subinterpreter Exce...Eric Snow2023-12-131-2/+1
* gh-112723: Call `PyThreadState_Clear()` from the correct interpreter (#112776)Sam Gross2023-12-132-2/+2
* gh-76785: Show the Traceback for Uncaught Subinterpreter Exceptions (gh-113034)Eric Snow2023-12-131-0/+2
* gh-112320: Implement on-trace confidence tracking for branches (#112321)Guido van Rossum2023-12-121-0/+1
* GH-108866: Guarantee forward progress in executors. (GH-113006)Mark Shannon2023-12-123-3/+3
* gh-76785: Fixes for test.support.interpreters (gh-112982)Eric Snow2023-12-122-3/+13
* GH-111485: Factor out tier 2 code generation from the rest of the interpreter...Mark Shannon2023-12-122-2/+2
* gh-112532: Require mimalloc in `--disable-gil` builds (gh-112883)Sam Gross2023-12-121-1/+13
* GH-111485: Factor out generation of uop IDs from cases generator. (GH-112877)Mark Shannon2023-12-112-96/+269
* gh-112867: fix for WITH_PYMALLOC_RADIX_TREE=0 (GH-112885)Neil Schemenauer2023-12-091-0/+2
* gh-112535: Update _Py_ThreadId() to support s390/s390x (gh-112751)Donghee Na2023-12-081-0/+4
* GH-111485: Factor out opcode ID generator from the main cases generator. (GH-...Mark Shannon2023-12-081-4/+5
* gh-110820: Make sure processor specific defines are correct for Universal 2 b...Ronald Oussoren2023-12-081-1/+10
* gh-111924: Use PyMutex for Runtime-global Locks. (gh-112207)Sam Gross2023-12-0710-12/+38
* gh-112538: Add internal-only _PyThreadStateImpl "wrapper" for PyThreadState (...Sam Gross2023-12-073-3/+35
* gh-111962: Make dtoa thread-safe in `--disable-gil` builds. (#112049)Sam Gross2023-12-071-5/+11
* bpo-42519: Remove outdated sentence in comment (#112822)Christopher Chavez2023-12-071-1/+1
* gh-112125: Fix None.__ne__(None) returning NotImplemented instead of False (#...andrewluotechnologies2023-12-071-0/+2
* GH-111485: Separate out parsing, analysis and code-gen phases of tier 1 code ...Mark Shannon2023-12-071-3/+3
* gh-111545: Add Py_HashPointer() function (#112096)Victor Stinner2023-12-062-3/+19
* gh-112535: Add comment for ppc32/64 registers (gh-112746)Donghee Na2023-12-051-0/+2
* gh-112535: Update _Py_ThreadId() to support PowerPC (gh-112624)Donghee Na2023-12-051-0/+16
* gh-65210: Add const qualifiers in PyArg_VaParseTupleAndKeywords() (GH-105958)Serhiy Storchaka2023-12-042-2/+10
* gh-106550: Fix sign conversion in pycore_code.h (#112613)Victor Stinner2023-12-041-10/+12
* gh-106560: Fix redundant declarations in Include/ (#112611)Victor Stinner2023-12-033-6/+2
* gh-112567: Add _PyTimeFraction C API (#112568)Victor Stinner2023-12-011-7/+26
* gh-112567: Add _Py_GetTicksPerSecond() function (#112587)Victor Stinner2023-12-014-13/+4
* gh-110481: Fix typo in Py_SET_REFCNT() (#112595)Victor Stinner2023-12-011-3/+3
* gh-110481: Fix Py_SET_REFCNT() integer overflow (#112174)Victor Stinner2023-12-011-10/+21
* gh-112367: Only free perf trampoline arenas at shutdown (#112368)Pablo Galindo Salgado2023-12-011-0/+1
* gh-112519: Make it possible to specify instruction flags for pseudo instructi...Irit Katriel2023-11-301-4/+4
* gh-111972: Make Unicode name C APIcapsule initialization thread-safe (#112249)Kirill Podoprigora2023-11-301-0/+2
* Rename ...Uop... to ...UOp... (uppercase O) for consistency (#112327)Guido van Rossum2023-11-291-1/+1
* gh-63284: Add support for TLS-PSK (pre-shared key) to the ssl module (#103181)Grant Ramsay2023-11-274-0/+12
* gh-76785: Return an "excinfo" Object From Interpreter.run() (gh-111573)Eric Snow2023-11-231-15/+18
* gh-76785: Add _PyType_GetModuleName() to the Internal C-API (gh-112323)Eric Snow2023-11-221-0/+5
* Post 3.13.0a2Thomas Wouters2023-11-221-1/+1
* Python 3.13.0a2v3.13.0a2Thomas Wouters2023-11-221-2/+2
* gh-112287: Speed up Tier 2 (uop) interpreter a little (#112286)Guido van Rossum2023-11-201-1/+1
* gh-106529: Make FOR_ITER a viable uop (#112134)Guido van Rossum2023-11-201-39/+47
* gh-111863: Rename `Py_NOGIL` to `Py_GIL_DISABLED` (#111864)Hugo van Kemenade2023-11-206-28/+28
* gh-111926: Update _PyWeakref_IS_DEAD to be thread-safe (gh-112267)Donghee Na2023-11-191-4/+11
* gh-106529: Cleanups split off gh-112134 (#112214)Guido van Rossum2023-11-171-1/+1
* gh-111956: Add thread-safe one-time initialization. (gh-111960)Sam Gross2023-11-164-7/+44
* gh-111798: Use lower Py_C_RECURSION_LIMIT in debug mode (#112124)Victor Stinner2023-11-161-1/+5