summaryrefslogtreecommitdiff
path: root/Modules/dlmodule.c
Commit message (Expand)AuthorAgeFilesLines
* Recorded merge of revisions 81029 via svnmerge fromAntoine Pitrou2010-05-091-172/+172
* Issue #3313: Contrary to the man page, a failed dlopen() call does notThomas Heller2008-07-151-1/+4
* This reverts r63675 based on the discussion in this thread:Gregory P. Smith2008-06-091-6/+6
* Renamed PyString to PyBytesChristian Heimes2008-05-261-6/+6
* Flesh out the 3.0 deprecation to suggest using the ctypes module.Brett Cannon2008-05-111-1/+1
* Deprecate the dl module for removal in 3.0.Brett Cannon2008-05-101-0/+4
* #1629: Renamed Py_Size, Py_Type and Py_Refcnt to Py_SIZE, Py_TYPE and Py_REFC...Christian Heimes2007-12-191-2/+2
* PEP 3123: Provide forward compatibility with Python 3.0, while keepingMartin v. Löwis2007-07-211-4/+3
* Patch #1516912: improve Modules support for OpenVMS.Neal Norwitz2006-07-101-0/+22
* Fix some Py_ssize_t issuesNeal Norwitz2006-06-121-2/+2
* 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