COMMITS
/ Modules/_testcapimodule.c 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
E
V
bpo-36763: Add PyMemAllocatorName (GH-13387)
Victor Stinner committed
May 10, 2019
J
bpo-35983: skip trashcan for subclasses (GH-11841)
Jeroen Demeyer committed
April 27, 2019
P
bpo-36025: Fix PyDate_FromTimestamp API (GH-11922)
Paul Ganssle committed
April 18, 2019
V
bpo-36635: Add _testinternalcapi module (GH-12841)
Victor Stinner committed
April 17, 2019
V
bpo-36635: Change pyport.h for Py_BUILD_CORE_MODULE define (GH-12853)
Victor Stinner committed
April 12, 2019
E
E
April 11, 2019
V
bpo-36389: _PyObject_IsFreed() now also detects uninitialized memory (GH-12770)
Victor Stinner committed
March 26, 2019
V
bpo-36436: Fix _testcapi.pymem_buffer_overflow() (GH-12560)
Victor Stinner committed
March 25, 2019
V
bpo-36301: Add _Py_GetConfigsAsDict() function (GH-12540)
Victor Stinner committed
March 4, 2019
V
Revert: bpo-33608: Factor out a private, per-interpreter _Py_AddPendingCall(). (GH-11617) (GH-12159)
Victor Stinner committed
February 24, 2019
E
February 23, 2019
E
bpo-35886: Make PyInterpreterState an opaque type in the public API. (GH-11731)
Eric Snow committed
January 8, 2019
V
bpo-35568: add 'raise_signal' function (GH-11335)
Vladimir Matveev committed
November 27, 2018
S
bpo-33012: Fix invalid function cast warnings with gcc 8. (GH-6749)
Serhiy Storchaka committed
S
bpo-33012: Fix signatures of METH_NOARGS funstions. (GH-10736)
Serhiy Storchaka committed
November 20, 2018
S
bpo-25750: Fix a compiler warning introduced in GH-9084. (GH-10234)
Serhiy Storchaka committed
November 13, 2018
V
bpo-35233: Rewrite test_embed.InitConfigTests (GH-10524)
Victor Stinner committed
V
bpo-35233: Fix _PyMainInterpreterConfig_Copy() (GH-10519)
Victor Stinner committed
E
bpo-34784: Fix PyStructSequence_NewType with heap-allocated StructSequence (GH-9665)
Eddie Elizondo committed
November 9, 2018
V
bpo-35199: Add an internal _PyTuple_ITEMS() macro (GH-10434)
Victor Stinner committed
November 6, 2018
V
bpo-35081: Add _PyCoreConfig_AsDict() (GH-10362)
Victor Stinner committed
November 1, 2018
V
bpo-35081: And pycore_lifecycle.h and pycore_pathconfig.h (GH-10273)
Victor Stinner committed
V
bpo-35081: Add _PyThreadState_GET() internal macro (GH-10266)
Victor Stinner committed
October 25, 2018
V
bpo-35059: Add Py_STATIC_INLINE() macro (GH-10093)
Victor Stinner committed
October 19, 2018
J
bpo-25750: Add test on bad descriptor __get__() (GH-9084)
jdemeyer committed
September 19, 2018
V
Revert "bpo-34589: Add -X coerce_c_locale command line option (GH-9378)" (GH-9430)
Victor Stinner committed
September 17, 2018
V
bpo-34589: Make _PyCoreConfig.coerce_c_locale private (GH-9371)
Victor Stinner committed
September 3, 2018
V
bpo-34567: pythoninfo gets coreconfig (GH-9043)
Victor Stinner committed
August 29, 2018
V
bpo-34523: Support surrogatepass in locale codecs (GH-8995)
Victor Stinner committed
July 4, 2018
B
Make GenericAlias_Type and Generic_Type static. (GH-8076)
Benjamin Peterson committed
B
Don't export pending_threadfunc from _testcapi. (GH-8075)
Benjamin Peterson committed
May 17, 2018
I
Replace _PyGC_REFS macros with higher level macros (GH-6852)
INADA Naoki committed
April 29, 2018
S
bpo-33012: Fix invalid function cast warnings with gcc 8 for METH_NOARGS. (GH-6030)
Siddhesh Poyarekar committed