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-106812: Refactor cases_generator to allow uops with array stack effects (#...
Guido van Rossum
2023-08-04
1
-4/+15
*
Add some GC stats to Py_STATS (GH-107581)
Mark Shannon
2023-08-04
2
-0/+11
*
GH-107263: Increase C stack limit for most functions, except `_PyEval_EvalFra...
Mark Shannon
2023-08-04
1
-1/+2
*
gh-107080: Fix Py_TRACE_REFS Crashes Under Isolated Subinterpreters (gh-107567)
Eric Snow
2023-08-03
3
-6/+22
*
gh-105481: simplify definition of pseudo ops in Lib/opcode.py (#107561)
Irit Katriel
2023-08-02
1
-2/+0
*
gh-105481: the ENABLE_SPECIALIZATION flag does not need to be generated by th...
Irit Katriel
2023-08-01
2
-2/+2
*
GH-104909: Move unused cache entries from uops to macros (#107444)
Guido van Rossum
2023-07-31
1
-26/+24
*
gh-105699: Use a _Py_hashtable_t for the PyModuleDef Cache (gh-106974)
Eric Snow
2023-07-28
3
-17/+4
*
GH-104580: Put `eval_breaker` back at the start of the interpreter state. (GH...
Mark Shannon
2023-07-28
2
-3/+8
*
gh-101524: Only Use Public C-API in the _xxsubinterpreters Module (gh-107359)
Eric Snow
2023-07-27
6
-31/+33
*
gh-106931: Intern Statically Allocated Strings Globally (gh-107272)
Eric Snow
2023-07-27
5
-1/+12
*
gh-107196: Remove _PyArg_VaParseTupleAndKeywordsFast() function (#107197)
Victor Stinner
2023-07-27
1
-2/+0
*
GH-106895: Raise a `ValueError` when attempting to disable events that cannot...
Mark Shannon
2023-07-27
1
-1/+2
*
gh-105481: remove dependency of _inline_cache_entries on opname (#107339)
Irit Katriel
2023-07-27
1
-9/+9
*
GH-106897: Add `RERAISE` event to `sys.monitoring`. (GH-107291)
Mark Shannon
2023-07-27
2
-4/+5
*
gh-107015: Remove async_hacks from the tokenizer (#107018)
Pablo Galindo Salgado
2023-07-26
1
-12/+10
*
gh-106149: Simplify stack depth calculation. Replace asserts by exceptions. (...
Irit Katriel
2023-07-26
1
-2/+2
*
gh-107226: PyModule_AddObjectRef() should only be in the limited API 3.10 (GH...
Serhiy Storchaka
2023-07-25
1
-0/+2
*
gh-106004: PyDict_GetItemRef() should only be in the limited API 3.13 (GH-107...
Serhiy Storchaka
2023-07-25
1
-0/+2
*
gh-107249: Implement Py_UNUSED() for MSVC (#107250)
Victor Stinner
2023-07-25
1
-0/+9
*
Remove unused internal _PyImport_GetModuleId() function (#107235)
Victor Stinner
2023-07-25
1
-1/+0
*
gh-105059: Fix MSCV compiler warning on PyObject union (#107239)
Victor Stinner
2023-07-25
1
-0/+11
*
gh-106869: Use new PyMemberDef constant names (#106871)
Victor Stinner
2023-07-25
1
-2/+2
*
gh-105059: Use GCC/clang extension for PyObject union (#107232)
Victor Stinner
2023-07-25
1
-0/+5
*
gh-107211: No longer export internal variables (#107218)
Victor Stinner
2023-07-25
6
-20/+26
*
gh-107211: No longer export internal functions (4) (#107217)
Victor Stinner
2023-07-25
13
-15/+29
*
gh-107211: No longer export internal functions (3) (#107215)
Victor Stinner
2023-07-25
7
-23/+30
*
gh-107211: No longer export internal functions (2) (#107214)
Victor Stinner
2023-07-25
10
-62/+69
*
gh-107211: No longer export internal functions (1) (#107213)
Victor Stinner
2023-07-25
10
-66/+67
*
gh-107211: Rename PySymtable_Lookup() to _PySymtable_Lookup() (#107212)
Victor Stinner
2023-07-25
1
-1/+1
*
gh-106149: move _PyCfg_BasicblockLastInstr and make it local to flowgraph.c (...
Irit Katriel
2023-07-24
1
-13/+0
*
gh-102304: Rename _Py_IncRefTotal_DO_NOT_USE_THIS() (#107193)
Victor Stinner
2023-07-24
1
-9/+4
*
gh-98608: Move PyInterpreterConfig to pylifecycle.h (#107191)
Victor Stinner
2023-07-24
2
-39/+39
*
GH-96803: Move PyUnstable_InterpreterFrame_GetCode() to Python.h (#107188)
Victor Stinner
2023-07-24
2
-17/+17
*
gh-106320: Remove private _PyMem API (#107187)
Victor Stinner
2023-07-24
2
-13/+13
*
gh-106320: Remove private _PyUnicode C API (#107185)
Victor Stinner
2023-07-24
2
-36/+13
*
gh-107162: Document errcode.h usage in its comment (#107177)
Victor Stinner
2023-07-24
1
-9/+15
*
gh-106320: Remove private _PyDict C API (#107145)
Victor Stinner
2023-07-24
2
-13/+22
*
gh-106320: Remove private _PyObject C API (#107159)
Victor Stinner
2023-07-23
2
-13/+10
*
gh-106320: Remove _PyBytes_Join() C API (#107144)
Victor Stinner
2023-07-23
2
-16/+19
*
gh-106320: Remove private _PyObject C API (#107147)
Victor Stinner
2023-07-23
2
-22/+21
*
gh-106320: Remove _PyTuple_MaybeUntrack() C API (#107143)
Victor Stinner
2023-07-23
2
-5/+2
*
gh-106320: Remove _PyIsSelectable_fd() C API (#107142)
Victor Stinner
2023-07-23
2
-8/+7
*
gh-106320: Remove _PyFunction_Vectorcall() API (#107071)
Victor Stinner
2023-07-22
2
-6/+6
*
gh-106320: Remove private _PyModule API (#107070)
Victor Stinner
2023-07-22
2
-11/+6
*
GH-103082: Rename PY_MONITORING_EVENTS to _PY_MONITORING_EVENTS (#107069)
Victor Stinner
2023-07-22
2
-5/+5
*
gh-106320: Move _PyMethodWrapper_Type to internal C API (#107064)
Victor Stinner
2023-07-22
2
-2/+2
*
gh-106320: Remove private _PyInterpreterID C API (#107053)
Victor Stinner
2023-07-22
3
-28/+28
*
gh-106320: Remove _Py_SwappedOp from the C API (#107036)
Victor Stinner
2023-07-22
2
-5/+3
*
gh-106320: Move private _PySet API to the internal API (#107041)
Victor Stinner
2023-07-22
3
-6/+26
[next]