summaryrefslogtreecommitdiff
path: root/Modules/xxmodule.c
Commit message (Expand)AuthorAgeFilesLines
* bpo-31443: Formulate the type slot initialization rules in terms of C99. (#3688)Stefan Krah2017-09-221-5/+13
* Issue #25923: Added more const qualifiers to signatures of static and private...Serhiy Storchaka2015-12-251-1/+1
* PEP 489: Multi-phase extension module initializationNick Coghlan2015-05-231-25/+29
* Make indentation consistentEli Bendersky2013-01-011-28/+28
* Issue #9089: Remove references to intobject.c and intobject.h from comments.Mark Dickinson2010-06-271-1/+1
* Recorded merge of revisions 81029 via svnmerge fromAntoine Pitrou2010-05-091-260/+260
* Issue #1717: rename tp_compare to tp_reserved. I'll change theMark Dickinson2009-02-021-3/+3
* Correct a typo that breaks test_distutilsAmaury Forgeot d'Arc2008-07-021-1/+1
* #3247: get rid of Py_FindMethodAmaury Forgeot d'Arc2008-07-021-6/+6
* Implement PEP 3121: new module initialization and finalization API.Martin v. Löwis2008-06-111-12/+29
* #1629: Renamed Py_Size, Py_Type and Py_Refcnt to Py_SIZE, Py_TYPE and Py_REFCNT.Christian Heimes2007-12-191-1/+1
* Merged revisions 59465-59487 via svnmerge fromChristian Heimes2007-12-141-1/+1
* Merged revisions 59275-59303 via svnmerge fromChristian Heimes2007-12-031-5/+8
* Cleanup: Replaced most PyInt_ aliases with PyLong_ and disabled the aliases i...Christian Heimes2007-12-021-2/+2
* I'm using the xxmodule and xxsubtype to test the msvccompiler on Windows. I'm...Christian Heimes2007-11-181-2/+5
* Use unicode for reference (is there any way to build this module)Neal Norwitz2007-08-241-1/+1
* Merged revisions 56467-56482 via svnmerge fromMartin v. Löwis2007-07-211-7/+4
* Merge part of the trunk changes into the p3yk branch. This merges from 43030Thomas Wouters2006-04-211-14/+0
* Fix and test (manually w/xx module) passing NULLs to PyObject_Str() andNeal Norwitz2006-03-141-0/+14
* Check return result from Py_InitModule*(). This API can fail.Neal Norwitz2006-01-191-0/+2
* Another dummy type.Guido van Rossum2003-02-131-0/+61
* Add Str, a subclass of str.Guido van Rossum2003-02-111-0/+58
* Demonstrate use of PyType_Ready() in the example.Raymond Hettinger2002-12-291-3/+5
* add PyDoc_STR and PyDoc_STRVAR calls as examples for module authorsSkip Montanaro2002-08-141-6/+18
* Excise DL_EXPORT/DL_IMPORT from Modules/*. Required adding a prototypeMark Hammond2002-08-021-1/+1
* Removed more stray instances of statichere, but left _sre.c alone.Tim Peters2002-07-171-1/+1
* staticforward bites the dust.Jeremy Hylton2002-07-171-1/+1
* Whitespace normalization.Tim Peters2002-05-231-7/+7
* Fix an obvious bug.Thomas Heller2002-04-091-2/+2
* Change the example code to prefer PyModule_Add*() instead of using theFred Drake2002-03-121-3/+7
* Patch supplied by Burton Radons for his own SF bug #487390: ModifyingGuido van Rossum2001-12-081-1/+1
* Remove a couple of tp_xxx fields that you are not expected toGuido van Rossum2001-10-151-5/+0
* Add additional fields to Xxo_Type declaration. Fixes bug #469250.Martin v. Löwis2001-10-091-0/+31
* REMOVED all CWI, CNRI and BeOpen copyright markings.Guido van Rossum2000-09-011-9/+0
* Use METH_VARARGS constant in example module.Andrew M. Kuchling2000-08-191-6/+6
* Bunch of minor ANSIfications: 'void initfunc()' -> 'void initfunc(void)',Thomas Wouters2000-07-211-1/+1
* ANSI-ficationPeter Schneider-Kamp2000-07-101-26/+9
* Change copyright notice - 2nd try.Guido van Rossum2000-06-301-6/+0
* Change copyright notice.Guido van Rossum2000-06-301-22/+7
* Vladimir Marangozov's long-awaited malloc restructuring.Guido van Rossum2000-05-031-2/+2
* Massive patch by Skip Montanaro to add ":name" to as manyGuido van Rossum2000-02-291-5/+5
* Use the portable form of initializing the ob_type field for new types.Fred Drake1999-02-161-2/+8
* Add DL_EXPORT() to all modules that could possibly be usedGuido van Rossum1998-12-041-1/+1
* Add a test for a bad format character.Guido van Rossum1997-12-091-0/+16
* Apply two changes, systematically:Guido van Rossum1997-10-011-5/+1
* Added the example "thin ice" from the extensions manual.Guido van Rossum1996-12-131-0/+24
* Keep gcc -Wall happy.Guido van Rossum1996-12-051-1/+0
* New permission notice, includes CNRI.Guido van Rossum1996-10-251-13/+20
* Converted to new styleGuido van Rossum1996-07-301-70/+70
* changes for CFM-68K macGuido van Rossum1995-02-181-2/+1