54 Commits (fdaeea620f8c78da89cddba4ab010c64535800e0)

Author SHA1 Message Date
Serhiy Storchaka ef1585eb9a Issue #25923: Added more const qualifiers to signatures of static and private functions. 10 years ago
Nick Coghlan d5cacbb1d9 PEP 489: Multi-phase extension module initialization 11 years ago
Eli Bendersky b829dea0cd Make indentation consistent 13 years ago
Mark Dickinson d19052c161 Issue #9089: Remove references to intobject.c and intobject.h from comments. 16 years ago
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
Amaury Forgeot d'Arc 4b02c5a854 Correct a typo that breaks test_distutils 18 years ago
Amaury Forgeot d'Arc 1f900f1f69 #3247: get rid of Py_FindMethod 18 years ago
Martin v. Löwis 1a21451b1d Implement PEP 3121: new module initialization and finalization API. 18 years ago
Christian Heimes 90aa7646af #1629: Renamed Py_Size, Py_Type and Py_Refcnt to Py_SIZE, Py_TYPE and Py_REFCNT. 18 years ago
Christian Heimes e93237dfcc #1629: Renamed Py_Size, Py_Type and Py_Refcnt to Py_SIZE, Py_TYPE and Py_REFCNT. Macros for b/w compatibility are available. 18 years ago
Christian Heimes 380532117c Merged revisions 59465-59487 via svnmerge from 18 years ago
Christian Heimes 842c178442 Fixed a nasty problem in the xxmodule.c 18 years ago
Christian Heimes cbf3b5cb76 Merged revisions 59275-59303 via svnmerge from 18 years ago
Christian Heimes 0f6d4e6cd3 I followed MA Lemberg's suggestion and added comments to the late initialization of the type slots. 18 years ago
Christian Heimes 3305c52de7 Applied my patch #1455 with some extra fixes for VS 2005 18 years ago
Christian Heimes 217cfd1c86 Cleanup: Replaced most PyInt_ aliases with PyLong_ and disabled the aliases in intobject.h 18 years ago
Christian Heimes 80101a8ac7 I'm using the xxmodule and xxsubtype to test the msvccompiler on Windows. I'm having trouble to compile the module with VS 2008 cl.exe because "initializer is not a constant". 18 years ago
Neal Norwitz 808c7d86ea Use unicode for reference (is there any way to build this module) 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 a977329b6f Merge part of the trunk changes into the p3yk branch. This merges from 43030 20 years ago
Neal Norwitz 4a53dadc3e Move test code out of xxmodule and into _testcapimodule.c where it belongs. 20 years ago
Neal Norwitz 7580146b5c Fix and test (manually w/xx module) passing NULLs to PyObject_Str() and 20 years ago
Neal Norwitz 1ac754fa10 Check return result from Py_InitModule*(). This API can fail. 20 years ago
Guido van Rossum 729765079e Another dummy type. 23 years ago
Guido van Rossum 9eb67ea2af Add Str, a subclass of str. 23 years ago
Raymond Hettinger 3c736f1a41 Demonstrate use of PyType_Ready() in the example. 23 years ago
Skip Montanaro d9e7d24557 add PyDoc_STR and PyDoc_STRVAR calls as examples for module authors 24 years ago
Mark Hammond fe51c6d66e Excise DL_EXPORT/DL_IMPORT from Modules/*. Required adding a prototype 24 years ago
Tim Peters 0c32279626 Removed more stray instances of statichere, but left _sre.c alone. 24 years ago
Jeremy Hylton 938ace69a0 staticforward bites the dust. 24 years ago
Tim Peters c9ca5c82f9 Whitespace normalization. 24 years ago
Thomas Heller 1630520e5c Fix an obvious bug. 24 years ago
Fred Drake 1de5a722d6 Change the example code to prefer PyModule_Add*() instead of using the 24 years ago
Guido van Rossum 146483964e Patch supplied by Burton Radons for his own SF bug #487390: Modifying 24 years ago
Guido van Rossum 2ef1b8fd97 Remove a couple of tp_xxx fields that you are not expected to 25 years ago
Martin v. Löwis ffa7aff751 Add additional fields to Xxo_Type declaration. Fixes bug #469250. 25 years ago
Guido van Rossum 8586991099 REMOVED all CWI, CNRI and BeOpen copyright markings. 26 years ago
Andrew M. Kuchling f580d27aa3 Use METH_VARARGS constant in example module. 26 years ago
Thomas Wouters f3f33dcf03 Bunch of minor ANSIfications: 'void initfunc()' -> 'void initfunc(void)', 26 years ago
Peter Schneider-Kamp c4bc0e0895 ANSI-fication 26 years ago
Guido van Rossum ffcc3813d8 Change copyright notice - 2nd try. 26 years ago
Guido van Rossum fd71b9e9d4 Change copyright notice. 26 years ago
Guido van Rossum b18618dab7 Vladimir Marangozov's long-awaited malloc restructuring. 26 years ago
Guido van Rossum 43713e5a28 Massive patch by Skip Montanaro to add ":name" to as many 26 years ago
Fred Drake 6724835959 Use the portable form of initializing the ob_type field for new types. 27 years ago