24 Commits (0cb8e5131d0797d3bdb1494de842e98798174cf2)

Author SHA1 Message Date
Antoine Pitrou 7f14f0d8a0 Recorded merge of revisions 81032 via svnmerge from 16 years ago
Antoine Pitrou f95a1b3c53 Recorded merge of revisions 81029 via svnmerge from 16 years ago
Antoine Pitrou c7c96a90bc Recorded merge of revisions 81029 via svnmerge from 16 years ago
Antoine Pitrou c83ea137d7 Untabify C files. Will watch buildbots. 16 years ago
Mark Dickinson e94c679df0 Issue #1717: rename tp_compare to tp_reserved. I'll change the 17 years ago
Martin v. Löwis 1a21451b1d Implement PEP 3121: new module initialization and finalization API. 18 years ago
Christian Heimes 217cfd1c86 Cleanup: Replaced most PyInt_ aliases with PyLong_ and disabled the aliases in intobject.h 19 years ago
Martin v. Löwis 9f2e346911 Merged revisions 56467-56482 via svnmerge from 19 years ago
Martin v. Löwis 6819210b9e PEP 3123: Provide forward compatibility with Python 3.0, while keeping 19 years ago
Thomas Wouters 49fd7fa443 Merge p3yk branch with the trunk up to revision 45595. This breaks a fair 20 years ago
Anthony Baxter d6495b5944 remove forward declarations. No constructors to move for these files. Makes 20 years ago
Skip Montanaro 23b5918f68 add some example docstrings using PyDoc_STR 24 years ago
Mark Hammond fe51c6d66e Excise DL_EXPORT/DL_IMPORT from Modules/*. Required adding a prototype 24 years ago
Jeremy Hylton 938ace69a0 staticforward bites the dust. 24 years ago
Martin v. Löwis 14f8b4cfcb Patch #568124: Add doc string macros. 24 years ago
Fred Drake f841aa6fc0 Add a simple test of the METH_CLASS and METH_STATIC flags for type methods. 24 years ago
Fred Drake 1de5a722d6 Change the example code to prefer PyModule_Add*() instead of using the 24 years ago
Tim Peters 4befff95e9 initxxsubtype(): Add a comment to make the magic clearer; I doubt it's 25 years ago
Guido van Rossum a7b9b3ccba Use PyType_Ready() for initialization of the ob_type field of our 25 years ago
Tim Peters dd5c05fe6d David Abrahams tried to compile this as a separate DLL under MSVC, and 25 years ago
Tim Peters 65760b2173 Give xxsubtype a module docstring, so its oddball purpose is discoverable 25 years ago
Neil Schemenauer 2677512fc1 Adding missing "static" declarations (found by "make smelly"). 25 years ago
Guido van Rossum 32d34c809f Add optional docstrings to getset descriptors. Fortunately, there's 25 years ago
Guido van Rossum 6f7993765a Add optional docstrings to member descriptors. For backwards 25 years ago
Guido van Rossum 83f56cb2db Change the type names to xxsublist.<name>. 25 years ago
Guido van Rossum 88dcf03068 Add 'state' as a get/set attribute to spamlist. This serves as an 25 years ago
Guido van Rossum e6b90eaea1 Add 'state' as a read-only attribute to spamdict. This serves as an 25 years ago
Guido van Rossum 528b7eb0b0 - Rename PyType_InitDict() to PyType_Ready(). 25 years ago
Tim Peters 6d6c1a35e0 Merge of descr-branch back into trunk. 25 years ago