index
:
delta/cpython.git
2.0
2.1
2.2
2.3
2.4
2.5
2.6
2.7
3.0
3.1
3.2
3.3
3.4
3.5
3.6
baserock/2.7.9-mips64
baserock/markdoffman/py2-symlink
baserock/markdoffman/py2-symlink-v2
baserock/morph-2.7
legacy-trunk
master
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
Modules
/
dlmodule.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
Merged revisions 56467-56482 via svnmerge from
Martin v. Löwis
2007-07-21
1
-4
/
+3
*
Use unicode instead of 8-bit strings.
Guido van Rossum
2007-07-12
1
-6
/
+6
*
Merged the int/long unification branch, by very crude means (sorry Thomas!).
Guido van Rossum
2007-01-14
1
-2
/
+4
*
Merged revisions 46753-51188 via svnmerge from
Thomas Wouters
2006-08-11
1
-2
/
+24
*
Check return result from Py_InitModule*(). This API can fail.
Neal Norwitz
2006-01-19
1
-0
/
+2
*
Excise DL_EXPORT/DL_IMPORT from Modules/*. Required adding a prototype
Mark Hammond
2002-08-02
1
-1
/
+1
*
staticforward bites the dust.
Jeremy Hylton
2002-07-17
1
-1
/
+1
*
Convert METH_OLDARGS -> METH_VARARGS: also PyArg_Parse -> PyArg_ParseTuple
Neal Norwitz
2002-03-31
1
-9
/
+12
*
Patch #477750: Use METH_ constants in Modules.
Martin v. Löwis
2002-01-17
1
-4
/
+4
*
Patch #497126: Always compile dl.
Martin v. Löwis
2002-01-01
1
-7
/
+7
*
Patch supplied by Burton Radons for his own SF bug #487390: Modifying
Guido van Rossum
2001-12-08
1
-1
/
+1
*
Patch #404680: disables the nis module and enables the dl module when
Andrew M. Kuchling
2001-02-27
1
-2
/
+5
*
Patch #103926: fix two warnings from Tru64's compiler
Andrew M. Kuchling
2001-02-22
1
-1
/
+3
*
Remove one more gcc -Wall warning.
Fred Drake
2000-10-11
1
-1
/
+2
*
Add several dl.RTLD_ constants. Closes bug 110842.
Martin v. Löwis
2000-09-13
1
-2
/
+38
*
REMOVED all CWI, CNRI and BeOpen copyright markings.
Guido van Rossum
2000-09-01
1
-9
/
+0
*
Use 'void' directly instead of the ANY #define, now that all code is ANSI C.
Thomas Wouters
2000-07-25
1
-1
/
+1
*
Bunch of minor ANSIfications: 'void initfunc()' -> 'void initfunc(void)',
Thomas Wouters
2000-07-21
1
-1
/
+1
*
ANSI-fication
Peter Schneider-Kamp
2000-07-10
1
-19
/
+7
*
Change copyright notice - 2nd try.
Guido van Rossum
2000-06-30
1
-6
/
+0
*
Change copyright notice.
Guido van Rossum
2000-06-30
1
-22
/
+7
*
Vladimir Marangozov's long-awaited malloc restructuring.
Guido van Rossum
2000-05-03
1
-2
/
+2
*
Fix mysterious undetected error -- call to non-existant Py_Err_SetStr()
Guido van Rossum
1997-12-16
1
-1
/
+1
*
Apply two changes, systematically:
Guido van Rossum
1997-10-01
1
-7
/
+5
*
Renamed.
Roger E. Masse
1996-12-13
1
-73
/
+75
*
New permission notice, includes CNRI.
Guido van Rossum
1996-10-25
1
-13
/
+20
*
Added 1995 to copyright message.
Guido van Rossum
1995-01-04
1
-2
/
+2
*
Added some new modules
Guido van Rossum
1994-05-23
1
-0
/
+244