COMMITS
/ Modules/_abc.c July 11, 2019
J
bpo-37547: add _PyObject_CallMethodOneArg (GH-14685)
Jeroen Demeyer committed
July 5, 2019
M
Fix some typos (GH-14435)
Min ho Kim committed
June 28, 2019
J
bpo-37337: Add _PyObject_VectorcallMethod() (GH-14228)
Jeroen Demeyer committed
February 24, 2019
E
fix _abc.c compile error on Cygwin (GH-8445)
E. M. Bray committed
December 7, 2018
Z
bpo-35436: Add missing PyErr_NoMemory() calls and other minor bug fixes. (GH-11015)
Zackery Spytz committed
September 10, 2018
P
Fix misleading mentions of tp_size in comments (GH-9093)
Peter Eisentraut committed
August 20, 2018
A
bpo-34441: Fix ABC.__subclasscheck__ crash on classes with invalid __subclasses__ (GH-8835)
Alexey Izbyshev committed
March 23, 2018
I
bpo-32999: ast: Convert useless check to assert (GH-6197)
INADA Naoki committed
March 22, 2018
I
bpo-32999: Revert GH-6002 (fc7df0e6) (GH-6189)
INADA Naoki committed
March 7, 2018
I
bpo-32999: Fix ABC.__subclasscheck__ crash (GH-6002)
INADA Naoki committed
February 18, 2018
I
bpo-31333: Re-implement ABCMeta in C (#5273)
Ivan Levkivskyi committed