index
:
cpython.git
2.7
3.3
3.4
3.5
3.6
benjamin-clang
benjamin-iteration-torture
buildbot-custom
master
https://github.com/python/cpython.git
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
Include
/
cpython
Commit message (
Expand
)
Author
Age
Files
Lines
*
gh-111863: Rename `Py_NOGIL` to `Py_GIL_DISABLED` (#111864)
Hugo van Kemenade
2023-11-20
1
-1/+1
*
gh-111798: Use lower Py_C_RECURSION_LIMIT in debug mode (#112124)
Victor Stinner
2023-11-16
1
-1/+5
*
gh-112026: Add again _PyThreadState_UncheckedGet() function (#112121)
Victor Stinner
2023-11-15
1
-0/+3
*
gh-112026: Restore removed _PyDict_GetItemStringWithError() (#112119)
Victor Stinner
2023-11-15
1
-1/+1
*
gh-112026: Restore removed private C API (#112115)
Victor Stinner
2023-11-15
9
-0/+260
*
gh-111545: Add Include/cpython/pyhash.h header file (#112063)
Victor Stinner
2023-11-15
1
-0/+13
*
gh-111262: Add PyDict_Pop() function (#112028)
Victor Stinner
2023-11-14
1
-0/+2
*
gh-107149: make new opcode util functions private rather than public and unst...
Irit Katriel
2023-11-14
1
-12/+0
*
gh-111138: Add PyList_Extend() and PyList_Clear() functions (#111862)
Victor Stinner
2023-11-13
1
-0/+3
*
GH-111843: Tier 2 exponential backoff (GH-111850)
Mark Shannon
2023-11-09
1
-0/+4
*
gh-111569: Implement Python critical section API (gh-111571)
Sam Gross
2023-11-08
1
-0/+7
*
gh-111089: Revert PyUnicode_AsUTF8() changes (#111833)
Victor Stinner
2023-11-07
1
-0/+16
*
GH-110829: Ensure Thread.join() joins the OS thread (#110848)
Antoine Pitrou
2023-11-04
1
-0/+1
*
gh-108082: Add PyErr_FormatUnraisable() function (GH-111086)
Serhiy Storchaka
2023-10-31
1
-0/+2
*
gh-109329: Count tier2 opcode misses (#110561)
Michael Droettboom
2023-10-31
1
-0/+1
*
gh-76785: Move the Cross-Interpreter Code to Its Own File (gh-111502)
Eric Snow
2023-10-30
1
-77/+0
*
gh-90815: Add mimalloc memory allocator (#109914)
Dino Viehland
2023-10-30
1
-0/+4
*
gh-106168: Check allocated instead of size index bounds in PyList_SET_ITEM() ...
scoder
2023-10-30
1
-1/+1
*
gh-109587: Allow "precompiled" perf-trampolines to largely mitigate the cost ...
gsallam
2023-10-27
1
-0/+3
*
gh-106320: Re-add some PyLong/PyDict C-API functions (GH-#111162)
scoder
2023-10-25
2
-0/+43
*
GH-109369: Add machinery for deoptimizing tier2 executors, both individually ...
Mark Shannon
2023-10-23
1
-0/+26
*
gh-111089: Add PyUnicode_AsUTF8() to the limited C API (#111121)
Victor Stinner
2023-10-20
1
-13/+0
*
gh-111089: PyUnicode_AsUTF8() now raises on embedded NUL (#111091)
Victor Stinner
2023-10-20
1
-10/+10
*
gh-76785: Clean Up the Channels Module (gh-110568)
Eric Snow
2023-10-17
1
-1/+1
*
gh-85283: Add PySys_Audit() to the limited C API (#108571)
Victor Stinner
2023-10-17
1
-3/+11
*
gh-110964: Remove private _PyArg functions (#110966)
Victor Stinner
2023-10-17
1
-73/+0
*
gh-85283: Add PyMem_RawMalloc() to the limited C API (#108570)
Victor Stinner
2023-10-17
1
-6/+0
*
gh-109693: Update _gil_runtime_state.locked to use pyatomic.h (gh-110836)
Donghee Na
2023-10-16
4
-0/+57
*
gh-110722: Add PYTHON_PRESITE to import a module before site.py is run (#110769)
Ćukasz Langa
2023-10-14
1
-0/+6
*
gh-109595: Add -Xcpu_count=<n> cmdline for container users (#109667)
Donghee Na
2023-10-10
1
-0/+2
*
gh-110397: Add Py_IsFinalizing() to the stable ABI (#110441)
Victor Stinner
2023-10-07
1
-2/+0
*
gh-85283: Add PySys_AuditTuple() function (#108965)
Victor Stinner
2023-10-05
1
-1/+5
*
gh-109549: Add new states to PyThreadState to support PEP 703 (gh-109915)
Sam Gross
2023-10-05
1
-0/+4
*
gh-109329: Add stat for "trace too short" (GH-110402)
Michael Droettboom
2023-10-05
1
-0/+1
*
GH-109329: Add tier 2 stats (GH-109913)
Michael Droettboom
2023-10-04
1
-4/+24
*
GH-109369: Merge all eval-breaker flags and monitoring version into one word....
Mark Shannon
2023-10-04
1
-1/+1
*
gh-108867: Add PyThreadState_GetUnchecked() function (#108870)
Victor Stinner
2023-10-03
2
-2/+2
*
gh-109860: Use a New Thread State When Switching Interpreters, When Necessary...
Eric Snow
2023-10-03
1
-0/+9
*
gh-105716: Support Background Threads in Subinterpreters Consistently (gh-109...
Eric Snow
2023-10-02
1
-0/+1
*
gh-109853: Fix sys.path[0] For Subinterpreters (gh-109994)
Eric Snow
2023-10-02
1
-0/+3
*
gh-107073: Make PyObject_VisitManagedDict() public (#108763)
Victor Stinner
2023-10-02
1
-2/+2
*
gh-110014: Remove PY_TIMEOUT_MAX from limited C API (#110217)
Victor Stinner
2023-10-02
1
-0/+8
*
gh-110014: Include explicitly <unistd.h> header (#110155)
Victor Stinner
2023-09-30
1
-7/+23
*
gh-110024: Fix Pointer Type Warnings (gh-110053)
Eric Snow
2023-09-29
1
-8/+16
*
gh-109793: Allow Switching Interpreters During Finalization (gh-109794)
Eric Snow
2023-09-27
1
-0/+17
*
gh-76785: Use Pending Calls When Releasing Cross-Interpreter Data (gh-109556)
Eric Snow
2023-09-19
1
-0/+1
*
gh-108724: Add PyMutex and _PyParkingLot APIs (gh-109344)
Sam Gross
2023-09-19
2
-7/+4
*
GH-104584: Don't call executors from JUMP_BACKWARD (GH-109347)
Brandt Bucher
2023-09-13
1
-1/+1
*
GH-91079: Rename C_RECURSION_LIMIT to Py_C_RECURSION_LIMIT (#108507)
Victor Stinner
2023-09-08
1
-10/+9
*
GH-108716: Turn off deep-freezing of code objects. (GH-108722)
Mark Shannon
2023-09-08
1
-1/+0
[next]