summaryrefslogtreecommitdiffstats
path: root/Include
Commit message (Expand)AuthorAgeFilesLines
...
* gh-107211: No longer export internal functions (4) (#107217)Victor Stinner2023-07-2513-15/+29
* gh-107211: No longer export internal functions (3) (#107215)Victor Stinner2023-07-257-23/+30
* gh-107211: No longer export internal functions (2) (#107214)Victor Stinner2023-07-2510-62/+69
* gh-107211: No longer export internal functions (1) (#107213)Victor Stinner2023-07-2510-66/+67
* gh-107211: Rename PySymtable_Lookup() to _PySymtable_Lookup() (#107212)Victor Stinner2023-07-251-1/+1
* gh-106149: move _PyCfg_BasicblockLastInstr and make it local to flowgraph.c (...Irit Katriel2023-07-241-13/+0
* gh-102304: Rename _Py_IncRefTotal_DO_NOT_USE_THIS() (#107193)Victor Stinner2023-07-241-9/+4
* gh-98608: Move PyInterpreterConfig to pylifecycle.h (#107191)Victor Stinner2023-07-242-39/+39
* GH-96803: Move PyUnstable_InterpreterFrame_GetCode() to Python.h (#107188)Victor Stinner2023-07-242-17/+17
* gh-106320: Remove private _PyMem API (#107187)Victor Stinner2023-07-242-13/+13
* gh-106320: Remove private _PyUnicode C API (#107185)Victor Stinner2023-07-242-36/+13
* gh-107162: Document errcode.h usage in its comment (#107177)Victor Stinner2023-07-241-9/+15
* gh-106320: Remove private _PyDict C API (#107145)Victor Stinner2023-07-242-13/+22
* gh-106320: Remove private _PyObject C API (#107159)Victor Stinner2023-07-232-13/+10
* gh-106320: Remove _PyBytes_Join() C API (#107144)Victor Stinner2023-07-232-16/+19
* gh-106320: Remove private _PyObject C API (#107147)Victor Stinner2023-07-232-22/+21
* gh-106320: Remove _PyTuple_MaybeUntrack() C API (#107143)Victor Stinner2023-07-232-5/+2
* gh-106320: Remove _PyIsSelectable_fd() C API (#107142)Victor Stinner2023-07-232-8/+7
* gh-106320: Remove _PyFunction_Vectorcall() API (#107071)Victor Stinner2023-07-222-6/+6
* gh-106320: Remove private _PyModule API (#107070)Victor Stinner2023-07-222-11/+6
* GH-103082: Rename PY_MONITORING_EVENTS to _PY_MONITORING_EVENTS (#107069)Victor Stinner2023-07-222-5/+5
* gh-106320: Move _PyMethodWrapper_Type to internal C API (#107064)Victor Stinner2023-07-222-2/+2
* gh-106320: Remove private _PyInterpreterID C API (#107053)Victor Stinner2023-07-223-28/+28
* gh-106320: Remove _Py_SwappedOp from the C API (#107036)Victor Stinner2023-07-222-5/+3
* gh-106320: Move private _PySet API to the internal API (#107041)Victor Stinner2023-07-223-6/+26
* gh-106320: Remove _PyOS_ReadlineTState API (#107034)Victor Stinner2023-07-221-1/+0
* gh-106320: Move private _PyGen API to the internal C API (#107032)Victor Stinner2023-07-222-6/+11
* gh-106320: Move _PyNone_Type to the internal C API (#107030)Victor Stinner2023-07-222-3/+4
* gh-106320: Move private _PyHash API to the internal C API (#107026)Victor Stinner2023-07-222-86/+83
* gh-106320: Remove private _PyUnicode_AsString() alias (#107021)Victor Stinner2023-07-221-5/+0
* gh-106004: Add PyDict_GetItemRef() function (#106005)Victor Stinner2023-07-211-0/+9
* GH-106701: Move _PyUopExecute to Python/executor.c (GH-106924)Brandt Bucher2023-07-201-0/+12
* gh-105481: do not auto-generate pycore_intrinsics.h (#106913)Irit Katriel2023-07-202-5/+17
* Export _PyEval_SetProfile() as a function, not data (#106887)Victor Stinner2023-07-191-1/+1
* gh-105481: Generate the opcode lists in dis from data extracted from bytecode...Irit Katriel2023-07-182-16/+24
* bpo-42327: C API: Add PyModule_Add() function (GH-23443)Serhiy Storchaka2023-07-181-3/+9
* Small fixes to code generator (#106845)Guido van Rossum2023-07-181-5/+5
* gh-106603: Make uop struct a triple (opcode, oparg, operand) (#106794)Guido van Rossum2023-07-172-18/+29
* gh-106581: Add 10 new opcodes by allowing `assert(kwnames == NULL)` (#106707)Guido van Rossum2023-07-171-0/+10
* gh-106797: Remove warning logs from Python/generated_cases.c.h (gh-106798)Dong-hee Na2023-07-171-5/+5
* gh-81283: compiler: remove indent from docstring (#106411)Inada Naoki2023-07-151-0/+2
* gh-105481: expose opcode metadata via the _opcode module (#106688)Irit Katriel2023-07-142-10/+28
* gh-106529: Split FOR_ITER_{LIST,TUPLE} into uops (#106696)Guido van Rossum2023-07-141-7/+19
* gh-106701: Move the hand-written Tier 2 uops to bytecodes.c (#106702)Guido van Rossum2023-07-131-50/+50
* GH-104909: Split `LOAD_ATTR_INSTANCE_VALUE` into micro-ops (GH-106678)Mark Shannon2023-07-131-9/+13
* gh-106529: Split FOR_ITER_RANGE into uops (#106638)Guido van Rossum2023-07-121-0/+6
* GH-104909: Break LOAD_GLOBAL specializations in micro-ops. (GH-106677)Mark Shannon2023-07-122-3/+9
* gh-105481: move Python/opcode_metadata.h to Include/internal/pycore_opcode_me...Irit Katriel2023-07-121-0/+1317
* gh-106521: Remove _PyObject_LookupAttr() function (GH-106642)Serhiy Storchaka2023-07-121-1/+0
* gh-106307: C API: Add PyMapping_GetOptionalItem() function (GH-106308)Serhiy Storchaka2023-07-111-0/+15