summaryrefslogtreecommitdiff
path: root/Modules/fmmodule.c
Commit message (Expand)AuthorAgeFilesLines
* Issue #28139: Fix messed up indentationMartin Panter2016-09-171-2/+1
* Untabify C files. Will watch buildbots.Antoine Pitrou2010-05-091-134/+134
* This reverts r63675 based on the discussion in this thread:Gregory P. Smith2008-06-091-4/+4
* Renamed PyString to PyBytesChristian Heimes2008-05-261-4/+4
* Deprecated 'fm' for removal in 3.0.Brett Cannon2008-05-151-0/+5
* Convert fmmodule to METH_VARARGS.Georg Brandl2006-05-291-11/+11
* Check return result from Py_InitModule*(). This API can fail.Neal Norwitz2006-01-191-0/+2
* staticforward bites the dust.Jeremy Hylton2002-07-171-1/+1
* Convert from using METH_OLDARGS to METH_NOARGS.Neal Norwitz2002-03-311-32/+18
* Patch #477750: Use METH_ constants in Modules.Martin v. Löwis2002-01-171-13/+13
* Patch supplied by Burton Radons for his own SF bug #487390: ModifyingGuido van Rossum2001-12-081-1/+1
* REMOVED all CWI, CNRI and BeOpen copyright markings.Guido van Rossum2000-09-011-9/+0
* Bunch of minor ANSIfications: 'void initfunc()' -> 'void initfunc(void)',Thomas Wouters2000-07-211-1/+1
* Fixed up some ANSIfications.Sjoerd Mullender2000-07-121-4/+4
* ANSI-fication of the SGI modules (note that svmodule.c and sgimodule.cPeter Schneider-Kamp2000-07-101-42/+17
* 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
* Renamed, but not tested. Guido will you try your test script on this?Roger E. Masse1997-01-171-95/+94
* Keep gcc -Wall happy.Guido van Rossum1996-12-051-1/+0
* New permission notice, includes CNRI.Guido van Rossum1996-10-251-13/+20
* Added 1995 to copyright message.Guido van Rossum1995-01-041-2/+2
* Merge alpha100 branch back to main trunkGuido van Rossum1994-08-011-19/+19
* * Added gmtime/localtime/mktime and SYSV timezone globals to timemodule.c.Guido van Rossum1993-06-171-1/+1
* * Changed many files to use mkvalue() instead of newtupleobject().Guido van Rossum1993-03-161-18/+11
* Copyright for 1992 addedGuido van Rossum1992-04-051-1/+1
* Use getargs() function.Guido van Rossum1992-01-271-8/+8
* Initial revisionGuido van Rossum1991-04-031-0/+333