summaryrefslogtreecommitdiff
path: root/Modules/xxlimited.c
Commit message (Expand)AuthorAgeFilesLines
* merge 3.5 (#29398)Benjamin Peterson2017-01-311-1/+1
|\
| * gc types needs to be allocated as such (closes #29398)Benjamin Peterson2017-01-311-1/+1
* | Issue #25923: Added more const qualifiers to signatures of static and private...Serhiy Storchaka2015-12-251-1/+1
|/
* Issue #24373: Eliminate PEP 489 test refleaksNick Coghlan2015-06-041-6/+20
* PEP 489: Multi-phase extension module initializationNick Coghlan2015-05-231-25/+30
* Removed unintentional trailing spaces in non-external and non-generated C files.Serhiy Storchaka2015-03-181-1/+1
* Issue #17162: Add PyType_GetSlot.Martin v. L?wis2014-02-041-1/+1
* Replace Py_NotImplemented returns with the macro form Py_RETURN_NOTIMPLEMENTED.Brian Curtin2011-08-101-2/+1
* Issue #11135: Remove redundant doc field from PyType_Spec.Martin v. Löwis2011-02-111-6/+4
* Issue #11067: Add PyType_GetFlags, to support PyUnicode_CheckMartin v. Löwis2011-02-051-1/+7
* Merge branches/pep-0384.Martin v. Löwis2010-12-031-0/+283