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
*
[3.14] gh-128627: Use __builtin_wasm_test_function_pointer_signature for Emsc...
Miss Islington (bot)
2025-09-17
1
-6/+0
*
[3.14] gh-135755: Make Py_MAX_SCRIPT_PATH_SIZE private (GH-138350) (#138356)
Miss Islington (bot)
2025-09-16
1
-1/+1
*
[3.14] gh-138349: Fix crash when combining module-level annotation and listco...
Victor Stinner
2025-09-11
1
-1/+2
*
[3.14] gh-137883: Check the recursion limit for specialized keyword argument ...
Peter Bierma
2025-08-25
1
-1/+1
*
[3.14] gh-137288: Update version in magic number log (GH-137665) (#137667)
Petr Viktorin
2025-08-12
1
-1/+1
*
[3.14] gh-137288: Fix bug where boolean expressions are not associated with t...
Irit Katriel
2025-08-12
1
-1/+2
*
[3.14] gh-134009: Expose `PyMutex_IsLocked` in the public C API (gh-134365) (...
Hugo van Kemenade
2025-07-22
1
-7/+0
*
[3.14] gh-133296: Publicly expose critical section API that accepts PyMutex (...
Miss Islington (bot)
2025-07-22
1
-12/+2
*
[3.14] gh-136421: Load `_datetime` static types during interpreter initializa...
Miss Islington (bot)
2025-07-21
1
-0/+1
*
[3.14] GH-133136: Revise QSBR to reduce excess memory held (gh-135473) (#135912)
Miss Islington (bot)
2025-07-08
2
-7/+26
*
[3.14] gh-135906: Use `_PyObject_CAST` in internal headers (GH-135892) (GH-13...
Miss Islington (bot)
2025-07-07
2
-3/+3
*
[3.14] GH-133932: Tagged ints are heap safe (GH-134244) (#134494)
Miss Islington (bot)
2025-07-07
1
-13/+7
*
[3.14] gh-127705: Move Py_INCREF_MORTAL() to the internal C API (GH-136178) (...
Miss Islington (bot)
2025-07-03
2
-4/+18
*
[3.14] gh-130396: Move PYOS_LOG2_STACK_MARGIN to internal headers (GH-135928)...
Miss Islington (bot)
2025-07-01
2
-1/+24
*
[3.14] gh-135607: remove null checking of weakref list in dealloc of extensio...
Victor Stinner
2025-06-30
1
-0/+14
*
[3.14] Doc: fix duplicated words (GH-136086) (#136108)
Miss Islington (bot)
2025-06-29
1
-1/+1
*
[3.14] gh-91048: Fix external inspection multi-threaded performance (GH-13600...
Pablo Galindo Salgado
2025-06-28
4
-0/+7
*
[3.14] gh-135755: Move `PyFunction_GET_BUILTINS` to the private API (GH-13593...
Miss Islington (bot)
2025-06-26
1
-0/+5
*
[3.14] gh-131591: Add Py_ prefix to MAX_SCRIPT_PATH_SIZE; remove unprefixed s...
Miss Islington (bot)
2025-06-26
1
-1/+1
*
[3.14] gh-135755: Move SPECIAL_ constants to a private header (GH-135922) (GH...
Petr Viktorin
2025-06-25
1
-0/+7
*
[3.14] gh-135443: Sometimes Fall Back to __main__.__dict__ For Globals (gh-13...
Miss Islington (bot)
2025-06-16
1
-0/+10
*
[3.14] gh-132775: Clean Up Cross-Interpreter Error Handling (gh-135492)
Miss Islington (bot)
2025-06-14
1
-17/+20
*
[3.14] gh-134889: Fix handling of a few opcodes when optimizing `LOAD_FAST` (...
mpage
2025-06-05
1
-1/+2
*
[3.14] gh-134875: Fix mimallc build error for the old compilers (gh-134994) (...
Miss Islington (bot)
2025-06-03
1
-2/+2
*
[3.14] gh-132775: Expand the Capability of Interpreter.call() (gh-134933)
Miss Islington (bot)
2025-05-30
1
-8/+27
*
[3.14] GH-133912: Fix `PyObject_GenericSetDict` to handle inline values (GH-1...
Miss Islington (bot)
2025-05-29
1
-0/+2
*
[3.14] gh-91048: Add better error messages for remote debugging for CI builds...
Miss Islington (bot)
2025-05-26
4
-0/+7
*
[3.14] gh-91048: Refactor and optimize remote debugging module (#134652) (#13...
Pablo Galindo Salgado
2025-05-25
6
-0/+28
*
[3.14] gh-115999: Add PyCodeObject.co_tlbc to the debug offsets (GH-134286) (...
Miss Islington (bot)
2025-05-25
1
-0/+8
*
[3.14] gh-132775: Make _PyXI_session Opaque (gh-134522)
Miss Islington (bot)
2025-05-22
1
-50/+8
*
[3.14] gh-132775: Use _PyFunction_VerifyStateless() and _PyCode_VerifyStatele...
Miss Islington (bot)
2025-05-21
1
-2/+2
*
[3.14] gh-132775: Support Fallbacks in _PyObject_GetXIData() (gh-134418)
Miss Islington (bot)
2025-05-21
2
-4/+25
*
[3.14] gh-129748: Update mimalloc to use atomic store for mi_block_set_nextx ...
Miss Islington (bot)
2025-05-20
2
-5/+5
*
[3.14] gh-132983: Convert zstd ``__new__`` methods to Argument Clinic (GH-133...
Miss Islington (bot)
2025-05-20
4
-7/+0
*
[3.14] gh-128045: Mark unknown opcodes as deopting to themselves (GH-128044) ...
Miss Islington (bot)
2025-05-19
1
-0/+29
*
[3.14] gh-132641: fix race in `lru_cache` under free-threading (GH-133787) (#...
Miss Islington (bot)
2025-05-14
1
-0/+2
*
[3.14] gh-133767: Fix use-after-free in the unicode-escape decoder with an er...
Miss Islington (bot)
2025-05-13
2
-6/+11
*
[3.14] gh-132775: Add _PyFunction_GetXIData() (gh-133955)
Miss Islington (bot)
2025-05-12
1
-0/+7
*
[3.14] gh-132775: Add _PyCode_GetScriptXIData() (gh-133676)
Miss Islington (bot)
2025-05-08
2
-0/+9
*
[3.14] gh-133583: Add support for fixed size unsigned integers in argument pa...
Miss Islington (bot)
2025-05-08
1
-0/+5
*
[3.14] gh-132775: Unrevert "Add _PyCode_VerifyStateless()" (gh-133625)
Eric Snow
2025-05-08
3
-0/+50
*
Revert "gh-133395: add option for extension modules to specialize BINARY_OP/S...
Irit Katriel
2025-05-06
3
-9/+9
*
gh-132775: Revert "gh-132775: Add _PyCode_VerifyStateless() (gh-133221)" (#13...
Petr Viktorin
2025-05-06
3
-50/+0
*
Remove duplicate includes: Include/internal/ (#132624)
Adam Turner
2025-05-06
2
-4/+0
*
gh-132775: Add _PyCode_GetXIData() (gh-133475)
Eric Snow
2025-05-05
1
-0/+7
*
gh-132775: Add _PyCode_VerifyStateless() (gh-133221)
Eric Snow
2025-05-05
3
-0/+50
*
GH-131798: Split CALL_LEN into several uops (GH-133180)
Diego Russo
2025-05-05
3
-197/+202
*
gh-132917: Use RSS + swap for estimate of process memory usage (gh-133464)
Neil Schemenauer
2025-05-05
1
-3/+3
*
gh-132775: Unrevert "Add _PyCode_GetVarCounts()" (gh-133265)
Eric Snow
2025-05-05
1
-0/+51
*
gh-132917: Check resident set size (RSS) before GC trigger. (gh-133399)
Neil Schemenauer
2025-05-05
1
-0/+10
[next]