summaryrefslogtreecommitdiff
path: root/Modules/_abc.c
Commit message (Expand)AuthorAgeFilesLines
* fix _abc.c compile error on Cygwin (GH-8445)Miss Islington (bot)2019-02-231-1/+1
* bpo-35436: Add missing PyErr_NoMemory() calls and other minor bug fixes. (GH-...Zackery Spytz2018-12-071-0/+4
* [3.7] Fix misleading mentions of tp_size in comments. (GH-9136)Benjamin Peterson2018-09-101-1/+1
* bpo-34441: Fix ABC.__subclasscheck__ crash on classes with invalid __subclass...Miss Islington (bot)2018-08-201-0/+3
* bpo-32999: ast: Convert useless check to assert (GH-6197)Miss Islington (bot)2018-03-231-3/+1
* bpo-32999: Revert GH-6002 (fc7df0e6) (GH-6189) (GH-6190)Miss Islington (bot)2018-03-221-24/+11
* bpo-33018: Improve issubclass() error checking and message. (GH-5944)Miss Islington (bot)2018-03-221-0/+5
* bpo-32999: Fix ABC.__subclasscheck__ crash (GH-6002)Miss Islington (bot)2018-03-061-12/+25
* bpo-31333: Re-implement ABCMeta in C (GH-5733)Ivan Levkivskyi2018-02-181-0/+822