index
:
cpython.git
2.7
3.3
3.4
3.5
3.6
benjamin-clang
benjamin-iteration-torture
buildbot-custom
master
https://github.com/python/cpython.git
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
Modules
/
_abc.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
gh-106320: Move private _PySet API to the internal API (#107041)
Victor Stinner
2023-07-22
1
-0/+1
*
gh-106521: Remove _PyObject_LookupAttr() function (GH-106642)
Serhiy Storchaka
2023-07-12
1
-2/+2
*
gh-105927: _abc and _thread use PyWeakref_GetRef() (#105961)
Victor Stinner
2023-06-21
1
-8/+7
*
gh-99113: Add Py_MOD_PER_INTERPRETER_GIL_SUPPORTED (gh-104205)
Eric Snow
2023-05-05
1
-0/+1
*
gh-94673: More Per-Interpreter Fields for Builtin Static Types (gh-103912)
Eric Snow
2023-05-03
1
-0/+1
*
gh-94673: Hide Objects in PyTypeObject Behind Accessors (gh-104074)
Eric Snow
2023-05-02
1
-3/+4
*
gh-101476: Use _PyType_GetModuleState where applicable (#102188)
Erlend E. Aasland
2023-02-24
1
-1/+1
*
gh-99537: Use Py_SETREF(var, NULL) in C code (#99687)
Victor Stinner
2022-11-23
1
-2/+1
*
gh-99300: Use Py_NewRef() in Modules/ directory (#99466)
Victor Stinner
2022-11-14
1
-12/+6
*
gh-95324: Emit a warning if an object doesn't call PyObject_GC_UnTrack during...
Pablo Galindo Salgado
2022-07-27
1
-0/+1
*
bpo-46541: Replace core use of _Py_IDENTIFIER() with statically initialized g...
Eric Snow
2022-02-08
1
-28/+21
*
bpo-46417: Add _PyType_GetSubclasses() function (GH-30761)
Victor Stinner
2022-01-21
1
-9/+9
*
bpo-43974: Move Py_BUILD_CORE_MODULE into module code (GH-29157)
Christian Heimes
2021-10-22
1
-0/+3
*
bpo-43977: Properly update the tp_flags of existing subclasses when their par...
Brandt Bucher
2021-06-25
1
-6/+31
*
bpo-43977: Make sure that tp_flags for pattern matching are inherited correct...
Mark Shannon
2021-05-02
1
-2/+9
*
bpo-43977: Use tp_flags for collection matching (GH-25723)
Mark Shannon
2021-04-30
1
-0/+33
*
bpo-40137: Add pycore_moduleobject.h internal header (GH-25507)
Victor Stinner
2021-04-21
1
-1/+2
*
bpo-42157: Convert unicodedata.UCD to heap type (GH-22991)
Victor Stinner
2020-10-26
1
-8/+8
*
bpo-40217: Ensure Py_VISIT(Py_TYPE(self)) is always called for PyType_FromSp...
Pablo Galindo
2020-05-27
1
-0/+1
*
bpo-40566: Apply PEP 573 to abc module (GH-20005)
Dong-hee Na
2020-05-09
1
-15/+19
*
bpo-40268: Remove unused structmember.h includes (GH-19530)
Victor Stinner
2020-04-15
1
-1/+0
*
bpo-40149: Implement traverse in _abc._abc_data (GH-19412)
Victor Stinner
2020-04-07
1
-4/+22
*
bpo-40077: Convert _abc module to use PyType_FromSpec() (GH-19202)
Dong-hee Na
2020-03-30
1
-30/+75
*
bpo-1635741: Port _abc extension to multiphase initialization (PEP 489) (GH-1...
Hai Shi
2020-02-17
1
-9/+18
*
bpo-39573: Clean up modules and headers to use Py_IS_TYPE() function (GH-18521)
Dong-hee Na
2020-02-17
1
-1/+1
*
bpo-37547: add _PyObject_CallMethodOneArg (GH-14685)
Jeroen Demeyer
2019-07-11
1
-15/+8
*
Fix some typos (GH-14435)
Min ho Kim
2019-07-05
1
-2/+2
*
bpo-37337: Add _PyObject_VectorcallMethod() (GH-14228)
Jeroen Demeyer
2019-06-28
1
-6/+13
*
fix _abc.c compile error on Cygwin (GH-8445)
E. M. Bray
2019-02-24
1
-1/+1
*
bpo-35436: Add missing PyErr_NoMemory() calls and other minor bug fixes. (GH-...
Zackery Spytz
2018-12-07
1
-0/+4
*
Fix misleading mentions of tp_size in comments (GH-9093)
Peter Eisentraut
2018-09-10
1
-1/+1
*
bpo-34441: Fix ABC.__subclasscheck__ crash on classes with invalid __subclass...
Alexey Izbyshev
2018-08-20
1
-0/+3
*
bpo-32999: ast: Convert useless check to assert (GH-6197)
INADA Naoki
2018-03-23
1
-3/+1
*
bpo-32999: Revert GH-6002 (fc7df0e6) (GH-6189)
INADA Naoki
2018-03-22
1
-24/+11
*
bpo-33018: Improve issubclass() error checking and message. (GH-5944)
jab
2018-03-22
1
-0/+5
*
bpo-32999: Fix ABC.__subclasscheck__ crash (GH-6002)
INADA Naoki
2018-03-07
1
-12/+25
*
bpo-31333: Re-implement ABCMeta in C (#5273)
Ivan Levkivskyi
2018-02-18
1
-0/+822