summaryrefslogtreecommitdiff
path: root/Modules/xxsubtype.c
Commit message (Expand)AuthorAgeFilesLines
* Recorded merge of revisions 81029 via svnmerge fromAntoine Pitrou2010-05-091-197/+197
* PEP 3123: Provide forward compatibility with Python 3.0, while keepingMartin v. Löwis2007-07-211-4/+2
* remove forward declarations. No constructors to move for these files. MakesAnthony Baxter2006-04-121-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