cpython/Modules
Guido van Rossum a0ca4c402d Replace all uses of strncmp (in split, find, rfind) with memcmp, so
embedded \0 in the delimiter is handled properly.  Thanks to Sjoerd
for suggesting this.
1996-10-04 13:39:37 +00:00
..
Makefile.pre.in Added Setup.local feature; make shared libs readonly 1996-09-11 23:13:07 +00:00
Setup.in Typo (missing _) in _xdr line. 1996-08-30 20:41:30 +00:00
_cursesmodule.c
_tkinter.c Rationalize MS #ifdefs 1996-09-11 23:31:42 +00:00
_xdrmodule.c #include <netconfig.h> seems not needed and is harmful on NeXT, so drop it. 1996-08-30 20:39:43 +00:00
almodule.c
arraymodule.c
audioop.c
binascii.c
bsddbmodule.c Force O_BINARY in flags if defined, for e.g. Microsoft platforms. 1996-09-11 23:22:25 +00:00
cdmodule.c
cgen.py
cgensupport.c
cgensupport.h
clmodule.c
cmathmodule.c
config.c.in
cryptmodule.c
cstubs
dbhashmodule.c
dbmmodule.c
defmakexp_aix
dlmodule.c
errnomodule.c
fcntlmodule.c Added lockf() call 1996-09-11 23:17:20 +00:00
flmodule.c Correct typo: return -1 for error, not NULL 1996-09-11 23:31:07 +00:00
fmmodule.c
gdbmmodule.c
getpath.c
grpmodule.c
imageop.c
imgfile.c
ld_so_aix
main.c
makesetup Support *shared* and *static* as aliases for *noconfig* and *config*. 1996-08-20 19:49:13 +00:00
makexp_aix
mathmodule.c Move backup definition for hypot() to Python/hypot.c. 1996-08-29 18:13:16 +00:00
md5.h
md5c.c Always include config.h 1996-08-19 22:12:39 +00:00
md5module.c
mpzmodule.c Changes by Rob Hooft for GMP 2.0.2 1996-08-19 23:06:45 +00:00
newmodule.c
nismodule.c
operator.c Get rid of unused local variable. 1996-08-21 23:46:01 +00:00
parsermodule.c (parsermodule.c): Fixed sloppy typo: '==' -> '=' 1996-09-11 21:58:26 +00:00
posixmodule.c Use #ifdef MS_WIN32 instead of _MSC_VER > 850. 1996-09-07 00:59:43 +00:00
pwdmodule.c
python.exp Update based on Python 1.4b3. 1996-09-10 18:09:44 +00:00
regexmodule.c Declare initregex() as returning void, as it should be. 1996-08-19 22:03:12 +00:00
regexpr.c Always include config.h 1996-08-19 22:12:39 +00:00
regexpr.h
rgbimgmodule.c
rotormodule.c
selectmodule.c
sgimodule.c
signalmodule.c
socketmodule.c
soundex.c
stdwinmodule.c
stropmodule.c Replace all uses of strncmp (in split, find, rfind) with memcmp, so 1996-10-04 13:39:37 +00:00
structmodule.c
sunaudiodev.c Correct typo: return -1 for error, not 0 1996-09-11 23:31:23 +00:00
svmodule.c
syslogmodule.c
termios.c
threadmodule.c
timemodule.c Sleep() turns out to be win32 specific. 1996-09-07 00:47:35 +00:00
timing.h
timingmodule.c
tkappinit.c
xxmodule.c
yuv.h
yuvconvert.c