summaryrefslogtreecommitdiff
path: root/Modules/dlmodule.c
Commit message (Expand)AuthorAgeFilesLines
* Remove the dl module per PEP 3108.Neal Norwitz2008-03-241-279/+0
* #1629: Renamed Py_Size, Py_Type and Py_Refcnt to Py_SIZE, Py_TYPE and Py_REFCNT.Christian Heimes2007-12-191-2/+2
* Cleanup: Replaced most PyInt_ aliases with PyLong_ and disabled the aliases i...Christian Heimes2007-12-021-6/+6
* Merged revisions 56467-56482 via svnmerge fromMartin v. Löwis2007-07-211-4/+3
* Use unicode instead of 8-bit strings.Guido van Rossum2007-07-121-6/+6
* Merged the int/long unification branch, by very crude means (sorry Thomas!).Guido van Rossum2007-01-141-2/+4
* Merged revisions 46753-51188 via svnmerge fromThomas Wouters2006-08-111-2/+24
* Check return result from Py_InitModule*(). This API can fail.Neal Norwitz2006-01-191-0/+2
* Excise DL_EXPORT/DL_IMPORT from Modules/*. Required adding a prototypeMark Hammond2002-08-021-1/+1
* staticforward bites the dust.Jeremy Hylton2002-07-171-1/+1
* Convert METH_OLDARGS -> METH_VARARGS: also PyArg_Parse -> PyArg_ParseTupleNeal Norwitz2002-03-311-9/+12
* Patch #477750: Use METH_ constants in Modules.Martin v. Löwis2002-01-171-4/+4
* Patch #497126: Always compile dl.Martin v. Löwis2002-01-011-7/+7
* Patch supplied by Burton Radons for his own SF bug #487390: ModifyingGuido van Rossum2001-12-081-1/+1
* Patch #404680: disables the nis module and enables the dl module whenAndrew M. Kuchling2001-02-271-2/+5
* Patch #103926: fix two warnings from Tru64's compilerAndrew M. Kuchling2001-02-221-1/+3
* Remove one more gcc -Wall warning.Fred Drake2000-10-111-1/+2
* Add several dl.RTLD_ constants. Closes bug 110842.Martin v. Löwis2000-09-131-2/+38
* REMOVED all CWI, CNRI and BeOpen copyright markings.Guido van Rossum2000-09-011-9/+0
* Use 'void' directly instead of the ANY #define, now that all code is ANSI C.Thomas Wouters2000-07-251-1/+1
* Bunch of minor ANSIfications: 'void initfunc()' -> 'void initfunc(void)',Thomas Wouters2000-07-211-1/+1
* ANSI-ficationPeter Schneider-Kamp2000-07-101-19/+7
* 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
* Fix mysterious undetected error -- call to non-existant Py_Err_SetStr()Guido van Rossum1997-12-161-1/+1
* Apply two changes, systematically:Guido van Rossum1997-10-011-7/+5
* Renamed.Roger E. Masse1996-12-131-73/+75
* New permission notice, includes CNRI.Guido van Rossum1996-10-251-13/+20
* Added 1995 to copyright message.Guido van Rossum1995-01-041-2/+2
* Added some new modulesGuido van Rossum1994-05-231-0/+244