COMMITS
/ Modules/_testcapimodule.c April 20, 2020
April 15, 2020
V
bpo-40268: Remove unused structmember.h includes (GH-19530)
Victor Stinner committed
V
bpo-40268: Remove explicit pythread.h includes (#19529)
Victor Stinner committed
April 13, 2020
V
bpo-40241: Add pycore_gc.h header file (GH-19494)
Victor Stinner committed
April 11, 2020
P
bpo-40241: Add PyObject_GC_IsTracked and PyObject_GC_IsFinalized to the public C-API (GH-19461)
Pablo Galindo committed
March 14, 2020
I
Revert "bpo-39087: Add _PyUnicode_GetUTF8Buffer()" (GH-18985)
Inada Naoki committed
I
bpo-39087: Add _PyUnicode_GetUTF8Buffer() (GH-17659)
Inada Naoki committed
March 13, 2020
V
bpo-39947: Move get_recursion_depth() to _testinternalcapi (GH-18974)
Victor Stinner committed
March 9, 2020
V
bpo-39877: Remove useless PyEval_InitThreads() calls (GH-18883)
Victor Stinner committed
S
March 2, 2020
S
bpo-38913: Fix segfault in Py_BuildValue("(s#O)", ...) if entered with exception raised. (GH-18656)
Serhiy Storchaka committed
February 11, 2020
P
bpo-39245: Switch to public API for Vectorcall (GH-18460)
Petr Viktorin committed
February 7, 2020
V
bpo-39573: Add Py_SET_TYPE() function (GH-18394)
Victor Stinner committed
V
bpo-39573: Use Py_TYPE() macro in Modules directory (GH-18393)
Victor Stinner committed
V
bpo-39573: Add Py_SET_REFCNT() function (GH-18389)
Victor Stinner committed
February 6, 2020
V
bpo-39573: Use Py_REFCNT() macro (GH-18388)
Victor Stinner committed
February 3, 2020
V
bpo-39542: Simplify _Py_NewReference() (GH-18332)
Victor Stinner committed
V
bpo-39489: Remove COUNT_ALLOCS special build (GH-18259)
Victor Stinner committed
December 5, 2019
S
bpo-27961: Replace PY_LLONG_MAX, PY_LLONG_MIN and PY_ULLONG_MAX with standard macros (GH-15385)
Sergey Fedoseev committed
November 22, 2019
V
bpo-36854: Fix refleak in subinterpreter (GH-17331)
Victor Stinner committed
October 21, 2019
S
bpo-27961: Replace PY_LONG_LONG with long long. (GH-15386)
Sergey Fedoseev committed
October 16, 2019
N
bpo-38006: Add unit test for weakref clear bug (GH-16788)
Neil Schemenauer committed
October 7, 2019
V
bpo-36389: _PyObject_CheckConsistency() available in release mode (GH-16612)
Victor Stinner committed
September 30, 2019
V
bpo-38321: Fix _testcapimodule.c warning (GH-16494)
Victor Stinner committed
September 19, 2019
E
bpo-38140: Make dict and weakref offsets opaque for C heap types (#16076)
Eddie Elizondo committed
September 13, 2019
E
bpo-38150 Fix refleak in the finalizer of a _testcapimodule type (GH-16115)
Eddie Elizondo committed
September 12, 2019
P
bpo-37879: Fix warnings in _testcapimodule (GH-16004)
Petr Viktorin committed
September 11, 2019
E
bpo-37879: Suppress subtype_dealloc decref when base type is a C heap type (GH-15323)
Eddie Elizondo committed
September 10, 2019
P
bpo-37499: Test various C calling conventions (GH-15776)
Petr Viktorin committed
September 9, 2019
S
bpo-37840: Fix handling of negative indices in bytearray_getitem() (GH-15250)
Sergey Fedoseev committed
August 30, 2019
M
Fix typos mostly in comments, docs and test names (GH-15209)
Min ho Kim committed
August 29, 2019
J
bpo-36833: Add tests for Datetime C API Macros (GH-14842)
Joannah Nanjekye committed
August 21, 2019
G
Unmark files as executable that can't actually be executed. (GH-15353)
Greg Price committed
August 20, 2019
J
bpo-15913: Implement PyBuffer_SizeFromFormat() (GH-13873)
Joannah Nanjekye committed
July 20, 2019
H
bpo-37476: Adding tests for asutf8 and asutf8andsize (GH-14531)
Hai Shi committed
July 4, 2019
J
bpo-37493: use _PyObject_CallNoArg in more places (GH-14575)
Jeroen Demeyer committed
June 7, 2019
V
bpo-37169: Rewrite _PyObject_IsFreed() unit tests (GH-13888)
Victor Stinner committed
June 6, 2019
Z
bpo-37170: Fix the cast on error in PyLong_AsUnsignedLongLongMask() (GH-13860)
Zackery Spytz committed
June 3, 2019
V
June 2, 2019
P
bpo-36027 bpo-36974: Fix "incompatible pointer type" compiler warnings (GH-13758)
Petr Viktorin committed
P
bpo-36974: Make tp_call=PyVectorcall_Call work for inherited types (GH-13699)
Petr Viktorin committed
June 1, 2019
E
May 31, 2019
Z
bpo-36379: __ipow__ must be a ternaryfunc, not a binaryfunc (GH-13546)
Zackery Spytz committed
J
bpo-36974: tp_print -> tp_vectorcall_offset and tp_reserved -> tp_as_async (GH-13464)
Jeroen Demeyer committed
May 30, 2019
J
bpo-36974: inherit the vectorcall protocol (GH-13498)
Jeroen Demeyer committed
May 29, 2019
J
bpo-36974: implement PEP 590 (GH-13185)
Jeroen Demeyer committed
May 28, 2019
J
bpo-36922: implement PEP-590 Py_TPFLAGS_METHOD_DESCRIPTOR (GH-13338)
Jeroen Demeyer committed
May 27, 2019
V
bpo-36829: Add _PyErr_WriteUnraisableMsg() (GH-13488)
Victor Stinner committed
May 22, 2019
V
bpo-36829: Add sys.unraisablehook() (GH-13187)
Victor Stinner committed
May 17, 2019