summaryrefslogtreecommitdiffstats
path: root/Mac/Modules/calldll.c
Commit message (Expand)AuthorAgeFilesLines
* staticforward bites the dust.Jeremy Hylton2002-07-171-3/+3
* Replaced lots of PyMem_DEL() calls with PyObject_DEL().Jack Jansen2002-05-221-3/+3
* Patch supplied by Burton Radons for his own SF bug #487390: ModifyingGuido van Rossum2001-12-081-3/+3
* ANSIfied.Jack Jansen2000-07-311-6/+6
* Allow for 12 arguments max, in stead of 8. Untested.Jack Jansen1999-12-031-6/+9
* Updated to Universal Headers 3 constant namesJack Jansen1998-02-201-1/+1
* Added keys() and mapping interface to shared-library objects, allowingJack Jansen1997-05-231-2/+103
* Redid arg/return handling (still not as I would like it to be, though).Jack Jansen1997-02-201-76/+263
* An initial stab at calling random C routines from PythonJack Jansen1997-02-171-0/+903