index
:
cpython
3.10
3.11
3.12
3.13
3.9
main
The Python programming language
Aslak Raanes
about
summary
refs
log
tree
commit
diff
stats
homepage
log msg
author
committer
range
path:
root
/
Include
Commit message (
Expand
)
Author
Age
*
Shrink the LOAD_METHOD cache by one codeunit. (#93537)
Mark Shannon
2022-06-07
*
gh-93442: Make C++ version of _Py_CAST work with 0/NULL. (#93500)
Neil Schemenauer
2022-06-04
*
gh-93382: Cache result of `PyCode_GetCode` in codeobject (GH-93383)
Ken Jin
2022-06-04
*
gh-91320: Fix more old-style cast warnings in C++ (#93285)
Victor Stinner
2022-06-03
*
gh-93143: Avoid NULL check in LOAD_FAST based on analysis in the compiler (GH...
Dennis Sweeney
2022-05-31
*
GH-93354: Use exponential backoff to avoid excessive specialization attempts....
Mark Shannon
2022-05-31
*
gh-93244: Document Py_PRINT_RAW in PyObject_Print() comment (93245)
Will Hawkins
2022-05-29
*
bpo-40514: Drop EXPERIMENTAL_ISOLATED_SUBINTERPRETERS (gh-93185)
Eric Snow
2022-05-27
*
GH-90230: Add stats to breakdown the origin of calls to `PyEval_EvalFrame` (G...
Mark Shannon
2022-05-27
*
gh-82616: Add Py_IS_TYPE_SIGNED() macro (#93178)
Victor Stinner
2022-05-27
*
gh-60074: add new stable API function PyType_FromMetaclass (GH-93012)
Wenzel Jakob
2022-05-27
*
gh-92898: Enhance _testcppext test on cast to PyObject* (#93111)
Victor Stinner
2022-05-27
*
gh-92777: Add LOAD_METHOD_LAZY_DICT (GH-92778)
Ken Jin
2022-05-25
*
gh-93202: Always use %zd printf formatter (#93201)
Victor Stinner
2022-05-25
*
gh-93065: Fix HAMT to iterate correctly over 7-level deep trees (GH-93066)
Yury Selivanov
2022-05-23
*
gh-92536: Mark PyUnicode_READY() argument as unused (#93011)
Wenzel Jakob
2022-05-23
*
gh-93103: Update PyUnicode_DecodeFSDefault() doc (#93105)
Victor Stinner
2022-05-23
*
GH-92898: Make _Py_Cast C++ version compatible with cast operator (gh-92951)
serge-sans-paille
2022-05-21
*
GH-89914: Make the oparg of the YIELD_VALUE instruction equal the stack depth...
Mark Shannon
2022-05-19
*
gh-90473: Decrease recursion limit and skip tests on WASI (GH-92803)
Christian Heimes
2022-05-19
*
GH-90690: Remove `PRECALL` instruction (GH-92925)
Mark Shannon
2022-05-19
*
Split refcount stats into 'interpreter' and 'non-interpreter' (GH-92919)
Mark Shannon
2022-05-18
*
bpo-42047: Add native thread ID for DragonFlyBSD (#22714)
David CARLIER
2022-05-18
*
gh-89653: Add assertions on PyUnicode_READ() index (#92883)
Victor Stinner
2022-05-17
*
gh-89653: PEP 670: Fix PyUnicode_READ() cast (#92872)
Victor Stinner
2022-05-17
*
Improve object stats (#92845)
Mark Shannon
2022-05-16
*
gh-92781: Avoid mixing declarations and code in C API (#92783)
Victor Stinner
2022-05-15
*
gh-85858: Remove PyUnicode_InternImmortal() function (#92579)
Victor Stinner
2022-05-13
*
gh-89653: Use int type for Unicode kind (#92704)
Victor Stinner
2022-05-13
*
gh-89653: PEP 670: Convert PyUnicode_KIND() macro to function (#92705)
Victor Stinner
2022-05-13
*
gh-92536: PEP 623: Remove wstr and legacy APIs from Unicode (GH-92537)
Inada Naoki
2022-05-12
*
gh-89653: PEP 670: unicodeobject.h uses _Py_CAST() (#92696)
Victor Stinner
2022-05-12
*
gh-89653: PEP 670: Convert PyDict_GET_SIZE() macro to function (#92695)
Victor Stinner
2022-05-12
*
gh-89653: PEP 670: Use PyObject* type for parameters (#92694)
Victor Stinner
2022-05-12
*
gh-89653: Add assertions to unicodeobject.h functions (#92692)
Victor Stinner
2022-05-12
*
gh-89653: PEP 670: Limited API doesn't cast arguments (#92654)
Victor Stinner
2022-05-12
*
gh-89653: PEP 670: Convert unicodeobject.h macros to functions (#92648)
Victor Stinner
2022-05-11
*
gh-89653: PEP 670: Convert PyCell macros to functions (#92653)
Victor Stinner
2022-05-11
*
gh-92651: Remove the Include/token.h header file (#92652)
Victor Stinner
2022-05-11
*
gh-89653: PEP 670: Convert pycore_gc.h macros to functions (#92649)
Victor Stinner
2022-05-11
*
gh-91731: Fix typo in pymacro.h (#92618)
Pablo Galindo Salgado
2022-05-10
*
gh-91731: Add macro compatibility for static_assert for old libcs (GH-92559)
Pablo Galindo Salgado
2022-05-09
*
gh-91162: Fix substitution of unpacked tuples in generic aliases (GH-92335)
Serhiy Storchaka
2022-05-08
*
Python 3.12.0a0
Pablo Galindo
2022-05-08
*
Update the SOURCE_URI in pyspecific.py to point to the new branch
v3.11.0b1
Pablo Galindo
2022-05-06
*
gh-91321: Fix _PyObject_EXTRA_INIT for C++ (#92396)
Victor Stinner
2022-05-06
*
gh-88279: Deprecate PySys_SetArgvEx() (#92363)
Victor Stinner
2022-05-06
*
gh-57684: Add -P cmdline option and PYTHONSAFEPATH env var (#31542)
Victor Stinner
2022-05-06
*
gh-87390: Fix starred tuple equality and pickling (GH-92337)
Serhiy Storchaka
2022-05-05
*
gh-89653: PEP 670: Convert PyCFunction macros to functions (#92302)
Victor Stinner
2022-05-05
[next]