aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/Include
Commit message (Expand)AuthorAge
* gh-87347: Fix PyObject_NEW() regression (#94234)Victor Stinner2022-06-26
* gh-93382: Sync up `co_code` changes with 3.11 (GH-94227)Ken Jin2022-06-25
* GH-93841: Allow stats to be turned on and off, cleared and dumped at runtime....Mark Shannon2022-06-21
* GH-91432: Specialize FOR_ITER (GH-91713)Dennis Sweeney2022-06-21
* gh-87347: Add parenthesis around macro arguments (#93915)Victor Stinner2022-06-20
* GH-93516: Speedup line number checks when tracing. (GH-93763)Mark Shannon2022-06-20
* GH-93897: Store frame size in code object and de-opt if insufficient space on...Mark Shannon2022-06-20
* gh-93937, C API: Move PyFrame_GetBack() to Python.h (#93938)Victor Stinner2022-06-19
* gh-93911: Specialize `LOAD_ATTR_PROPERTY` (GH-93912)Ken Jin2022-06-17
* gh-77782: Deprecate global configuration variable (#93943)Victor Stinner2022-06-17
* gh-74953: Add _PyTime_FromMicrosecondsClamp() function (#93942)Victor Stinner2022-06-17
* gh-87347: Add parenthesis around PyXXX_Check() arguments (#92815)Victor Stinner2022-06-16
* GH-93429: Merge `LOAD_METHOD` back into `LOAD_ATTR` (GH-93430)Ken Jin2022-06-14
* GH-93516: Store offset of first traceable instruction in code object (GH-93769)Mark Shannon2022-06-14
* gh-91321: Fix compatibility with C++ older than C++11 (#93784)Victor Stinner2022-06-14
* gh-93741: Add private C API _PyImport_GetModuleAttrString() (GH-93742)Serhiy Storchaka2022-06-14
* gh-89653: PEP 670: Macros always cast arguments in cpython/ (#93766)Victor Stinner2022-06-13
* gh-91731: Don't define 'static_assert' in C++11 where is a keyword to avoid U...Pablo Galindo Salgado2022-06-13
* Remove ANY_VARARGS() macro from the C API (#93764)Victor Stinner2022-06-13
* gh-89653: PEP 670: Convert PyFunction macros (#93765)Victor Stinner2022-06-13
* GH-90699: use statically allocated strings in typeobject.c (gh-93751)Kumar Aditya2022-06-13
* gh-91162: Support splitting of unpacked arbitrary-length tuple over TypeVar a...Serhiy Storchaka2022-06-12
* Shrink the LOAD_METHOD cache by one codeunit. (#93537)Mark Shannon2022-06-07
* gh-93442: Make C++ version of _Py_CAST work with 0/NULL. (#93500)Neil Schemenauer2022-06-04
* gh-93382: Cache result of `PyCode_GetCode` in codeobject (GH-93383)Ken Jin2022-06-04
* gh-91320: Fix more old-style cast warnings in C++ (#93285)Victor Stinner2022-06-03
* gh-93143: Avoid NULL check in LOAD_FAST based on analysis in the compiler (GH...Dennis Sweeney2022-05-31
* GH-93354: Use exponential backoff to avoid excessive specialization attempts....Mark Shannon2022-05-31
* gh-93244: Document Py_PRINT_RAW in PyObject_Print() comment (93245)Will Hawkins2022-05-29
* bpo-40514: Drop EXPERIMENTAL_ISOLATED_SUBINTERPRETERS (gh-93185)Eric Snow2022-05-27
* GH-90230: Add stats to breakdown the origin of calls to `PyEval_EvalFrame` (G...Mark Shannon2022-05-27
* gh-82616: Add Py_IS_TYPE_SIGNED() macro (#93178)Victor Stinner2022-05-27
* gh-60074: add new stable API function PyType_FromMetaclass (GH-93012)Wenzel Jakob2022-05-27
* gh-92898: Enhance _testcppext test on cast to PyObject* (#93111)Victor Stinner2022-05-27
* gh-92777: Add LOAD_METHOD_LAZY_DICT (GH-92778)Ken Jin2022-05-25
* gh-93202: Always use %zd printf formatter (#93201)Victor Stinner2022-05-25
* gh-93065: Fix HAMT to iterate correctly over 7-level deep trees (GH-93066)Yury Selivanov2022-05-23
* gh-92536: Mark PyUnicode_READY() argument as unused (#93011)Wenzel Jakob2022-05-23
* gh-93103: Update PyUnicode_DecodeFSDefault() doc (#93105)Victor Stinner2022-05-23
* GH-92898: Make _Py_Cast C++ version compatible with cast operator (gh-92951)serge-sans-paille2022-05-21
* GH-89914: Make the oparg of the YIELD_VALUE instruction equal the stack depth...Mark Shannon2022-05-19
* gh-90473: Decrease recursion limit and skip tests on WASI (GH-92803)Christian Heimes2022-05-19
* GH-90690: Remove `PRECALL` instruction (GH-92925)Mark Shannon2022-05-19
* Split refcount stats into 'interpreter' and 'non-interpreter' (GH-92919)Mark Shannon2022-05-18
* bpo-42047: Add native thread ID for DragonFlyBSD (#22714)David CARLIER2022-05-18
* gh-89653: Add assertions on PyUnicode_READ() index (#92883)Victor Stinner2022-05-17
* gh-89653: PEP 670: Fix PyUnicode_READ() cast (#92872)Victor Stinner2022-05-17
* Improve object stats (#92845)Mark Shannon2022-05-16
* gh-92781: Avoid mixing declarations and code in C API (#92783)Victor Stinner2022-05-15
* gh-85858: Remove PyUnicode_InternImmortal() function (#92579)Victor Stinner2022-05-13