cpython/Modules
Guido van Rossum b39b90dda2 Doc strings by Chris Petrilli. 1998-10-13 14:27:22 +00:00
..
Makefile.pre.in Changes to deal with the sigcheck+intrcheck vs. signalmodule controversy. 1998-10-07 22:51:56 +00:00
Setup.in Clarify sharedinstall comment 1998-10-07 14:41:54 +00:00
Setup.thread.in Moved the thread module to its own Setup.thread(.in) file, 1997-12-04 00:48:27 +00:00
_cursesmodule.c Make the version variable static (it has no business being exported). 1998-10-07 14:48:53 +00:00
_localemodule.c Changes for BeOS, QNX and long long, by Chris Herborth. 1998-08-04 22:53:56 +00:00
_tkinter.c Looks like I didn't test this interactively. The EventHook() code was 1998-10-12 16:26:22 +00:00
almodule.c Now that we have standard (optional) long long support, the long long 1998-08-31 14:14:09 +00:00
arraymodule.c Doc strings by Chris Petrilli. 1998-10-13 14:27:22 +00:00
audioop.c Purported fixes for 64-bit platforms with help from John Jorgensen 1998-04-23 20:23:00 +00:00
binascii.c Use the t# format where appropriate. Greg Stein. 1998-10-08 02:25:24 +00:00
bsddbmodule.c Renamed thread.h to pythread.h. 1998-10-01 20:42:43 +00:00
cPickle.c Enter Jim Fulton's latest version. He writes: 1998-08-13 23:13:52 +00:00
cStringIO.c Use 'S' format character for the optional constructor argument, so we 1998-07-24 19:53:54 +00:00
cdmodule.c
cgen.py
cgensupport.c
cgensupport.h
clmodule.c
cmathmodule.c
config.c.in
cryptmodule.c
cstubs Generate the clear() method manually (calling __GLclear(), another 1998-04-28 16:09:16 +00:00
dbmmodule.c
dlmodule.c Fix mysterious undetected error -- call to non-existant Py_Err_SetStr() 1997-12-16 23:58:15 +00:00
errnomodule.c Added a module docstring (that's all this module needs). 1998-08-11 17:50:22 +00:00
fcntlmodule.c
flmodule.c
fmmodule.c
fpectlmodule.c Patch by Oliver Andrich for Lunix using glibc. 1997-12-15 18:07:10 +00:00
fpetestmodule.c
gdbmmodule.c No need for (char *) cast from gdbm_strerror(). 1998-10-03 05:15:07 +00:00
getbuildinfo.c
getpath.c When following symlinks to the real executable, use a loop so a 1998-04-29 21:07:06 +00:00
glmodule.c
grpmodule.c
imageop.c Purported fixes for 64-bit platforms with help from John Jorgensen 1998-04-23 20:23:00 +00:00
imgfile.c
ld_so_aix
license.terms
main.c Documented PYTHONOPTIMIZE; by Marc Lemburg. 1998-10-07 14:50:06 +00:00
makesetup Michael P. Reilly suggested this fix: makesetup wants to prepend 1998-09-09 14:04:51 +00:00
makexp_aix remove C++ entries of the form Class::method 1998-04-09 21:46:02 +00:00
mathmodule.c
md5.h
md5c.c
md5module.c
mpzmodule.c Use the t# format where appropriate. Greg Stein. 1998-10-08 02:25:24 +00:00
newmodule.c Changes to support other object types besides strings 1998-10-07 19:42:25 +00:00
nismodule.c Use the t# format where appropriate. Greg Stein. 1998-10-08 02:25:24 +00:00
operator.c Add an alias (and preferred name) "contains" for "sequenceIncludes". 1998-05-22 18:12:59 +00:00
parsermodule.c parser__pickler(): Use Py_DECREF() when reference is known to be non-NULL. 1998-08-04 15:58:10 +00:00
pcre-int.h AMK's revised version of the previous patch. 1998-05-07 15:32:44 +00:00
pcre.h AMK's revised version of the previous patch. 1998-05-07 15:32:44 +00:00
pcremodule.c Use the t# format where appropriate. Greg Stein. 1998-10-08 02:25:24 +00:00
posixmodule.c Use the t# format where appropriate. Greg Stein. 1998-10-08 02:25:24 +00:00
puremodule.c
pwdmodule.c Changes for BeOS, QNX and long long, by Chris Herborth. 1998-08-04 22:53:56 +00:00
pypcre.c Fix benign problems found by a picky SGI compiler (unreachable break 1998-07-07 22:22:22 +00:00
python.c Now include Python.h 1998-08-08 20:01:22 +00:00
readline.c Changes for BeOS, QNX and long long, by Chris Herborth. 1998-08-04 22:53:56 +00:00
regexmodule.c Use the t# format where appropriate. Greg Stein. 1998-10-08 02:25:24 +00:00
regexpr.c Fix a benign problem found by a picky SGI compiler (unreachable break 1998-07-07 22:23:22 +00:00
regexpr.h
resource.c Typo: RUSAGE_CHILDERN -> RUSAGE_CHILDREN. 1997-12-09 19:35:48 +00:00
rgbimgmodule.c Purported fixes for 64-bit platforms with help from John Jorgensen 1998-04-23 20:23:00 +00:00
rotormodule.c
selectmodule.c Changes for BeOS, QNX and long long, by Chris Herborth. 1998-08-04 22:53:56 +00:00
sgimodule.c
signalmodule.c Renamed thread.h to pythread.h. 1998-10-01 20:42:43 +00:00
socketmodule.c Use the t# format where appropriate. Greg Stein. 1998-10-08 02:25:24 +00:00
soundex.c
stdwinmodule.c Use the t# format where appropriate. Greg Stein. 1998-10-08 02:25:24 +00:00
stropmodule.c Use the t# format where appropriate. Greg Stein. 1998-10-08 02:25:24 +00:00
structmodule.c Patches from Greg Stein to support 'P' format in struct module's 1998-09-18 14:14:13 +00:00
sunaudiodev.c
svmodule.c
syslogmodule.c Changes for BeOS, QNX and long long, by Chris Herborth. 1998-08-04 22:53:56 +00:00
tclNotify.c
termios.c Changes for BeOS, QNX and long long, by Chris Herborth. 1998-08-04 22:53:56 +00:00
threadmodule.c Make gcc -Wall happy: 1998-10-07 16:35:54 +00:00
timemodule.c Make gcc -Wall happy: 1998-10-07 16:35:25 +00:00
timing.h
timingmodule.c
tkappinit.c
xxmodule.c Add a test for a bad format character. 1997-12-09 20:37:25 +00:00
yuv.h
yuvconvert.c
zlibmodule.c Fix benign problems found by a picky SGI compiler (unreachable break 1998-07-07 22:21:45 +00:00