summaryrefslogtreecommitdiff
path: root/Modules/flmodule.c
Commit message (Expand)AuthorAgeFilesLines
* Merged revisions 55225-55227,55229-55269 via svnmerge fromGuido van Rossum2007-05-111-2139/+0
* Partially merge trunk into p3yk. The removal of Mac/Tools is confusing svnThomas Wouters2006-06-081-9/+8
* Check return result from Py_InitModule*(). This API can fail.Neal Norwitz2006-01-191-0/+2
* Simplify and speedup uses of Py_BuildValue():Raymond Hettinger2003-10-121-1/+1
* Excise DL_EXPORT/DL_IMPORT from Modules/*. Required adding a prototypeMark Hammond2002-08-021-1/+1
* staticforward bites the dust.Jeremy Hylton2002-07-171-2/+2
* Convert METH_OLDARGS -> METH_NOARGS: remove args parameterNeal Norwitz2002-03-311-243/+247
* Patch #477750: Use METH_ constants in Modules.Martin v. Löwis2002-01-171-45/+45
* Patch supplied by Burton Radons for his own SF bug #487390: ModifyingGuido van Rossum2001-12-081-2/+2
* sprintf -> PyOS_snprintf in some "obviously safe" cases.Tim Peters2001-11-281-4/+4
* REMOVED all CWI, CNRI and BeOpen copyright markings.Guido van Rossum2000-09-011-10/+0
* Even more ANSIfication: fix as many function pointers and declarations asThomas Wouters2000-07-221-3/+3
* Bunch of minor ANSIfications: 'void initfunc()' -> 'void initfunc(void)',Thomas Wouters2000-07-211-1/+1
* Spelling fixes supplied by Rob W. W. Hooft. All these are fixes in eitherThomas Wouters2000-07-161-1/+1
* Fixed up some ANSIfications.Sjoerd Mullender2000-07-121-1/+1
* ANSI-fication of the SGI modules (note that svmodule.c and sgimodule.cPeter Schneider-Kamp2000-07-101-544/+177
* Change copyright notice - 2nd try.Guido van Rossum2000-06-301-6/+0
* Change copyright notice.Guido van Rossum2000-06-301-22/+7
* Trent Mick <trentm@activestate.com>:Fred Drake2000-06-301-4/+4
* Vladimir Marangozov's long-awaited malloc restructuring.Guido van Rossum2000-05-031-4/+4
* Add DL_EXPORT() to all modules that could possibly be usedGuido van Rossum1998-12-041-1/+1
* Keep gcc -Wall happy.Guido van Rossum1997-04-291-25/+0
* Renamed, but untested.Roger E. Masse1997-01-031-765/+780
* New permission notice, includes CNRI.Guido van Rossum1996-10-251-13/+20
* Correct typo: return -1 for error, not NULLGuido van Rossum1996-09-111-1/+1
* Added 1995 to copyright message.Guido van Rossum1995-01-041-2/+2
* Merge alpha100 branch back to main trunkGuido van Rossum1994-08-011-136/+136
* One NULL should have been 0.Sjoerd Mullender1994-01-031-1/+1
* forms_set_event_call_back: argument of None resets event callback to NULL.Guido van Rossum1993-07-261-0/+2
* * Makefile: added all: and default: targets.Guido van Rossum1993-07-051-122/+83
* * Added gmtime/localtime/mktime and SYSV timezone globals to timemodule.c.Guido van Rossum1993-06-171-6/+6
* Changes to speed up local variables enormously, by avoiding dictionaryGuido van Rossum1993-03-301-0/+9
* * Changed many files to use mkvalue() instead of newtupleobject().Guido van Rossum1993-03-161-55/+15
* * bltinmodule.c: added built-in function cmp(a, b)Guido van Rossum1992-10-181-4/+3
* * Makefile: added IMGFILE; moved some stuff around.Guido van Rossum1992-09-171-12/+75
* Use getargs() everywhere now. Standardize lay-out yet more (an ongoingGuido van Rossum1992-09-031-196/+248
* Modified to allow other threads to run in a multithreaded environment.Jack Jansen1992-08-131-1/+27
* * Makefile: cosmeticsGuido van Rossum1992-08-051-3/+1
* fixed bugs in generic_setattr (returned NULL instead ofGuido van Rossum1992-06-031-2/+2
* in form_dealloc, only hide the form if it's visibleGuido van Rossum1992-04-081-1/+2
* Copyright for 1992 addedGuido van Rossum1992-04-051-1/+1
* Added forms_(de)activate_all_forms functions; minor lay-out fixes.Guido van Rossum1992-03-271-18/+40
* Got rid of display_form() (same as show_form()).Guido van Rossum1992-03-241-15/+0
* Implemented show_choice(); moved items around a little bit.Guido van Rossum1992-03-231-9/+47
* Use getargs() function.Guido van Rossum1992-01-271-184/+41
* Hide forms before discarding them.Guido van Rossum1991-12-161-0/+1
* Support for FORMS 2.0.Guido van Rossum1991-12-101-33/+170
* Fixed duplicate use of OFF macro.Guido van Rossum1991-11-191-0/+6
* Finally added form attributes.Guido van Rossum1991-11-121-5/+38
* Done a little bit about garbage collection.Guido van Rossum1991-10-201-103/+218