summaryrefslogtreecommitdiff
path: root/Modules/xxmodule.c
Commit message (Expand)AuthorAgeFilesLines
* Untabify C files. Will watch buildbots.Antoine Pitrou2010-05-091-248/+248
* #1629: Renamed Py_Size, Py_Type and Py_Refcnt to Py_SIZE, Py_TYPE and Py_REFC...Christian Heimes2007-12-191-1/+1
* Fixed a nasty problem in the xxmodule.cChristian Heimes2007-12-121-1/+1
* I followed MA Lemberg's suggestion and added comments to the late initializat...Christian Heimes2007-12-031-5/+7
* Applied my patch #1455 with some extra fixes for VS 2005Christian Heimes2007-12-031-3/+7
* PEP 3123: Provide forward compatibility with Python 3.0, while keepingMartin v. Löwis2007-07-211-7/+4
* Move test code out of xxmodule and into _testcapimodule.c where it belongs.Neal Norwitz2006-03-151-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
* Added 1995 to copyright message.Guido van Rossum1995-01-041-2/+2
* * Modules/xxmodule.c: integrated with xxobject.c by JackGuido van Rossum1994-09-291-13/+132
* 1994 CopyrightGuido van Rossum1994-01-021-1/+1
* * Added Fixcprt.py: script to fix copyright message.Guido van Rossum1993-01-261-2/+2
* * Makefile adapted to changes below.Guido van Rossum1992-08-041-0/+92