GitWeb
Get Gentoo!
gentoo.org sites
gentoo.org
Wiki
Bugs
Forums
Packages
Planet
Archives
Sources
Infra Status
Home
Gentoo Repository
Repositories
Projects
Developer Overlays
User Overlays
Data
Websites
index
:
fork/cpython.git
3.6
3.7
3.8
3.9
backport-e35ca41-3.11
gentoo
gentoo-2.7-vanilla
main
master
Gentoo fork of Python
Python project <python@gentoo.org>
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
Modules
/
_abc.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
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