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
Commit message (
Expand
)
Author
Age
Files
Lines
*
gh-109118: Fix runtime crash when NameError happens in PEP 695 function (#109...
Jelle Zijlstra
2023-09-09
1
-52/+38
*
GH-108614: Unbreak emscripten build (GH-109132)
Mark Shannon
2023-09-08
1
-0/+1
*
gh-104690: thread_run() checks for tstate dangling pointer (#109056)
Victor Stinner
2023-09-08
1
-0/+4
*
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
3
-3/+1
*
GH-108614: Add `RESUME_CHECK` instruction (GH-108630)
Mark Shannon
2023-09-07
2
-143/+150
*
gh-107265: Remove all ENTER_EXECUTOR when execute _Py_Instrument (gh-108539)
Dong-hee Na
2023-09-07
1
-0/+3
*
gh-108753: Enhance pystats (#108754)
Victor Stinner
2023-09-06
5
-120/+168
*
gh-108765: Cleanup #include in Python/*.c files (#108977)
Victor Stinner
2023-09-06
1
-0/+2
*
GH-108390: Prevent non-local events being set with `sys.monitoring.set_local_...
Mark Shannon
2023-09-05
3
-8/+13
*
gh-106320: Remove private _PyErr_WriteUnraisableMsg() (#108863)
Victor Stinner
2023-09-04
2
-4/+5
*
GH-108614: Remove `TIER_ONE` and `TIER_TWO` from `_PUSH_FRAME` (GH-108725)
Mark Shannon
2023-09-04
1
-3/+3
*
gh-108765: Move export code from pyport.h to exports.h (#108855)
Victor Stinner
2023-09-03
2
-71/+72
*
gh-108765: Move stat() fiddling from pyport.h to fileutils.h (#108854)
Victor Stinner
2023-09-03
2
-37/+36
*
gh-108765: Python.h no longer includes <ctype.h> (#108831)
Victor Stinner
2023-09-03
2
-39/+0
*
gh-108765: Python.h no longer includes <sys/time.h> (#108775)
Victor Stinner
2023-09-02
1
-19/+0
*
gh-108765: Python.h no longer includes <unistd.h> (#108783)
Victor Stinner
2023-09-02
1
-6/+5
*
gh-108765: Python.h no longer includes <ieeefp.h> (#108781)
Victor Stinner
2023-09-02
2
-6/+1
*
gh-108765: Remove old prototypes from pyport.h (#108782)
Victor Stinner
2023-09-02
1
-26/+0
*
gh-108765: Move standard includes to Python.h (#108769)
Victor Stinner
2023-09-01
10
-59/+43
*
gh-108765: Reformat Include/pymacconfig.h (#108764)
Victor Stinner
2023-09-01
1
-77/+69
*
gh-108765: Reformat Include/osdefs.h (#108766)
Victor Stinner
2023-09-01
1
-21/+27
*
gh-108634: PyInterpreterState_New() no longer calls Py_FatalError() (#108748)
Victor Stinner
2023-09-01
3
-4/+9
*
gh-106320: Remove private _PyLong_Sign() (#108743)
Victor Stinner
2023-09-01
2
-15/+17
*
gh-108337: Add pyatomic.h header (#108701)
Victor Stinner
2023-08-31
5
-3/+2824
*
gh-108634: Py_TRACE_REFS uses a hash table (#108663)
Victor Stinner
2023-08-31
6
-43/+10
*
Run make regen-global-objects (#108714)
Victor Stinner
2023-08-31
4
-30/+0
*
gh-106320: Remove private _PyErr_ChainExceptions() (#108713)
Victor Stinner
2023-08-31
4
-6/+11
*
gh-106320: Don't export _Py_ForgetReference() function (#108712)
Victor Stinner
2023-08-31
1
-2/+8
*
gh-107149: Make PyUnstable_ExecutableKinds public (#108440)
Victor Stinner
2023-08-31
2
-8/+8
*
gh-106320: Remove private _Py_ForgetReference() (#108664)
Victor Stinner
2023-08-30
2
-5/+5
*
gh-107557: Remove unnecessary SAVE_IP instructions (#108583)
Guido van Rossum
2023-08-29
1
-195/+255
*
gh-108635: Make parameters of some implementations of special methods positio...
Serhiy Storchaka
2023-08-29
4
-6/+0
*
gh-106320: Fix test_peg_generator: _Py_UniversalNewlineFgetsWithSize() (#108609)
Victor Stinner
2023-08-29
1
-1/+2
*
gh-106320: Remove private _PyObject_GetState() (#108606)
Victor Stinner
2023-08-29
2
-6/+4
*
gh-106320: Remove private _PyOS_IsMainThread() function (#108605)
Victor Stinner
2023-08-29
2
-9/+11
*
gh-106320: Remove private _PyErr_SetKeyError() (#108607)
Victor Stinner
2023-08-29
2
-4/+4
*
gh-106320: Remove private _PyLong_New() function (#108604)
Victor Stinner
2023-08-29
2
-8/+11
*
gh-106320: Remove private _PyGILState_GetInterpreterStateUnsafe() (#108603)
Victor Stinner
2023-08-29
2
-9/+8
*
gh-106320: Remove private _PyThread_at_fork_reinit() function (#108601)
Victor Stinner
2023-08-29
2
-7/+8
*
gh-106320: Remove private _Py_UniversalNewlineFgetsWithSize() (#108602)
Victor Stinner
2023-08-29
2
-1/+2
*
gh-106320: Remove private pythonrun API (#108599)
Victor Stinner
2023-08-29
2
-24/+39
*
gh-106320: Remove _PyAnextAwaitable_Type from the public C API (#108597)
Victor Stinner
2023-08-29
1
-3/+0
*
gh-108240: Add pycore_capsule.h internal header file (#108596)
Victor Stinner
2023-08-29
2
-5/+17
*
gh-106320: Remove private _Py_Identifier API (#108593)
Victor Stinner
2023-08-29
5
-42/+57
*
gh-107149: Rename _PyUnstable_GetUnaryIntrinsicName() function (#108441)
Victor Stinner
2023-08-28
1
-2/+2
*
gh-106320: Remove private AC converter functions (#108505)
Victor Stinner
2023-08-26
2
-10/+7
*
gh-106320: Remove private _PyLong_FileDescriptor_Converter() (#108503)
Victor Stinner
2023-08-26
4
-4/+13
*
gh-106320: Remove private _PyLong converter functions (#108499)
Victor Stinner
2023-08-26
2
-4/+7
*
gh-107901: add the HAS_EVAL_BREAK instruction flag (#108375)
Irit Katriel
2023-08-25
1
-17/+19
[next]