summaryrefslogtreecommitdiff
path: root/Modules/xxsubtype.c
Commit message (Expand)AuthorAgeFilesLines
* bpo-33029: Fix signatures of getter and setter functions. (GH-10746)Miss Islington (bot)2018-11-271-1/+1
* bpo-33253: Fix xxsubtype.bench() to accept correct str signature. (GH-6439)Miss Islington (bot)2018-04-091-1/+1
* PEP 489: Multi-phase extension module initializationNick Coghlan2015-05-231-28/+33
* Recorded merge of revisions 81029 via svnmerge fromAntoine Pitrou2010-05-091-205/+205
* Issue #1717: rename tp_compare to tp_reserved. I'll change theMark Dickinson2009-02-021-2/+2
* Implement PEP 3121: new module initialization and finalization API.Martin v. Löwis2008-06-111-11/+23
* Cleanup: Replaced most PyInt_ aliases with PyLong_ and disabled the aliases i...Christian Heimes2007-12-021-3/+3
* Merged revisions 56467-56482 via svnmerge fromMartin v. Löwis2007-07-211-4/+2
* Merge p3yk branch with the trunk up to revision 45595. This breaks a fairThomas Wouters2006-04-211-4/+0
* add some example docstrings using PyDoc_STRSkip Montanaro2002-08-141-8/+8
* Excise DL_EXPORT/DL_IMPORT from Modules/*. Required adding a prototypeMark Hammond2002-08-021-1/+1
* staticforward bites the dust.Jeremy Hylton2002-07-171-2/+2
* Patch #568124: Add doc string macros.Martin v. Löwis2002-06-131-2/+2
* Add a simple test of the METH_CLASS and METH_STATIC flags for type methods.Fred Drake2002-03-281-0/+28
* Change the example code to prefer PyModule_Add*() instead of using theFred Drake2002-03-121-9/+5
* initxxsubtype(): Add a comment to make the magic clearer; I doubt it'sTim Peters2001-12-171-2/+4
* Use PyType_Ready() for initialization of the ob_type field of ourGuido van Rossum2001-12-171-2/+4
* David Abrahams tried to compile this as a separate DLL under MSVC, andTim Peters2001-12-171-4/+21
* Give xxsubtype a module docstring, so its oddball purpose is discoverableTim Peters2001-12-101-2/+8
* Adding missing "static" declarations (found by "make smelly").Neil Schemenauer2001-10-211-1/+1
* Add optional docstrings to getset descriptors. Fortunately, there'sGuido van Rossum2001-09-201-2/+3
* Add optional docstrings to member descriptors. For backwardsGuido van Rossum2001-09-201-2/+3
* Change the type names to xxsublist.<name>.Guido van Rossum2001-08-161-2/+2
* Add 'state' as a get/set attribute to spamlist. This serves as anGuido van Rossum2001-08-151-1/+12
* Add 'state' as a read-only attribute to spamdict. This serves as anGuido van Rossum2001-08-151-1/+7
* - Rename PyType_InitDict() to PyType_Ready().Guido van Rossum2001-08-071-2/+2
* Merge of descr-branch back into trunk.Tim Peters2001-08-021-0/+233