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
/
internal
Commit message (
Expand
)
Author
Age
Files
Lines
*
gh-110014: Include explicitly <unistd.h> header (#110155)
Victor Stinner
2023-09-30
1
-1/+2
*
gh-110014: Fix _POSIX_THREADS and _POSIX_SEMAPHORES usage (#110139)
Victor Stinner
2023-09-30
3
-35/+27
*
gh-104909: Split some more insts into ops (#109943)
Guido van Rossum
2023-09-27
2
-27/+95
*
gh-109793: Allow Switching Interpreters During Finalization (gh-109794)
Eric Snow
2023-09-27
3
-2/+38
*
gh-109611: Add convenient C API function _PyFile_Flush() (GH-109612)
Serhiy Storchaka
2023-09-23
1
-0/+2
*
gh-109693: Remove pycore_atomic_funcs.h (#109694)
Sam Gross
2023-09-21
1
-94/+0
*
gh-76785: Use Pending Calls When Releasing Cross-Interpreter Data (gh-109556)
Eric Snow
2023-09-19
2
-2/+4
*
gh-108724: Fix _PySemaphore compile error on WASM (gh-109583)
Sam Gross
2023-09-19
1
-1/+2
*
gh-108724: Add PyMutex and _PyParkingLot APIs (gh-109344)
Sam Gross
2023-09-19
4
-0/+427
*
gh-106213: Make Emscripten trampolines work with JSPI (GH-106219)
Hood Chatham
2023-09-15
3
-0/+89
*
gh-109287: Desugar inst(X) to op(X); macro(X) = X (#109294)
Guido van Rossum
2023-09-15
1
-2/+18
*
GH-105848: Replace KW_NAMES + CALL with LOAD_CONST + CALL_KW (GH-109300)
Brandt Bucher
2023-09-13
2
-79/+88
*
gh-109256: allocate opcode IDs for internal opcodes in their own range (#109269)
Irit Katriel
2023-09-12
1
-97/+97
*
gh-109214: Rename SAVE_IP to _SET_IP, and similar (#109285)
Guido van Rossum
2023-09-11
1
-35/+35
*
gh-109039: Branch prediction for Tier 2 interpreter (#109038)
Guido van Rossum
2023-09-11
2
-10/+13
*
gh-108987: Fix _thread.start_new_thread() race condition (#109135)
Victor Stinner
2023-09-11
1
-0/+2
*
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-108716: Turn off deep-freezing of code objects. (GH-108722)
Mark Shannon
2023-09-08
2
-2/+1
*
GH-108614: Add `RESUME_CHECK` instruction (GH-108630)
Mark Shannon
2023-09-07
1
-2/+8
*
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
2
-9/+30
*
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
2
-2/+2
*
gh-106320: Remove private _PyErr_WriteUnraisableMsg() (#108863)
Victor Stinner
2023-09-04
1
-0/+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 standard includes to Python.h (#108769)
Victor Stinner
2023-09-01
1
-0/+4
*
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
1
-0/+17
*
gh-108337: Add pyatomic.h header (#108701)
Victor Stinner
2023-08-31
1
-3/+3
*
gh-108634: Py_TRACE_REFS uses a hash table (#108663)
Victor Stinner
2023-08-31
3
-8/+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
2
-0/+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
1
-8/+0
*
gh-106320: Remove private _Py_ForgetReference() (#108664)
Victor Stinner
2023-08-30
1
-0/+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
1
-0/+4
*
gh-106320: Remove private _PyOS_IsMainThread() function (#108605)
Victor Stinner
2023-08-29
1
-0/+9
*
gh-106320: Remove private _PyErr_SetKeyError() (#108607)
Victor Stinner
2023-08-29
1
-0/+4
*
gh-106320: Remove private _PyLong_New() function (#108604)
Victor Stinner
2023-08-29
1
-0/+11
*
gh-106320: Remove private _PyGILState_GetInterpreterStateUnsafe() (#108603)
Victor Stinner
2023-08-29
1
-0/+8
*
gh-106320: Remove private _PyThread_at_fork_reinit() function (#108601)
Victor Stinner
2023-08-29
1
-0/+8
*
gh-106320: Remove private _Py_UniversalNewlineFgetsWithSize() (#108602)
Victor Stinner
2023-08-29
1
-0/+2
*
gh-106320: Remove private pythonrun API (#108599)
Victor Stinner
2023-08-29
1
-0/+39
*
gh-108240: Add pycore_capsule.h internal header file (#108596)
Victor Stinner
2023-08-29
1
-0/+17
*
gh-106320: Remove private _Py_Identifier API (#108593)
Victor Stinner
2023-08-29
4
-0/+57
[next]