cpython/Modules
Guido van Rossum 3d86cc0dbc make soundex_hash static 1996-05-24 20:50:57 +00:00
..
Makefile.pre.in Move some stuff around so customizations in Setup take precedence 1995-09-30 17:01:49 +00:00
Setup.in adde cmath; added version numbers to tk/tcl libs 1996-01-12 01:40:19 +00:00
_cursesmodule.c Include ncurses.h where needed 1996-02-25 04:50:31 +00:00
_tkinter.c Patch from the net for 4.1 file handler changes. 1996-05-16 17:17:31 +00:00
almodule.c Added 1995 to copyright message. 1995-01-04 19:10:35 +00:00
arraymodule.c changes for MPW 1995-03-09 12:14:15 +00:00
audioop.c changes for MPW 1995-03-09 12:14:15 +00:00
binascii.c Add unsigned char cast 1996-02-25 04:50:30 +00:00
bsddbmodule.c Be more careful about default args. 1996-05-23 22:57:54 +00:00
cdmodule.c Use newgetargs instead of getargs. 1995-03-28 12:06:23 +00:00
cgen.py err() should be varargs -- and fix one call 1995-07-07 22:39:14 +00:00
cgensupport.c Added 1995 to copyright message. 1995-01-04 19:12:13 +00:00
cgensupport.h The great renaming, phase two: all header files have been updated to 1995-01-12 11:45:45 +00:00
clmodule.c Make constants from cl.h include file available as module variables. 1995-05-17 11:16:52 +00:00
cmathmodule.c complex math 1996-01-12 01:34:57 +00:00
config.c.in Use struct _inittab def from import.h 1996-05-23 22:57:18 +00:00
cryptmodule.c cosmetics 1995-01-12 11:29:01 +00:00
cstubs Added 1995 to copyright message. 1995-01-04 19:10:35 +00:00
dbhashmodule.c add locking where it exists 1995-07-26 17:33:44 +00:00
dbmmodule.c fix bug in close() 1995-08-28 02:58:31 +00:00
dlmodule.c Added 1995 to copyright message. 1995-01-04 19:10:35 +00:00
environment.c new modules soundex.c and environment.c 1995-06-14 22:31:38 +00:00
fcntlmodule.c Added flock(). 1996-05-23 22:56:38 +00:00
flmodule.c Added 1995 to copyright message. 1995-01-04 19:10:35 +00:00
fmmodule.c Added 1995 to copyright message. 1995-01-04 19:10:35 +00:00
gdbmmodule.c support fast mode for gdmb 1996-01-26 21:08:01 +00:00
getpath.c Include stdlib.h or declare getenv 1996-02-25 04:50:31 +00:00
grpmodule.c patches for NeXT weirdness 1995-02-07 15:38:56 +00:00
imageop.c Added 16-bit pixel support for some operations. 1996-01-22 14:55:15 +00:00
imgfile.c Added 1995 to copyright message. 1995-01-04 19:10:35 +00:00
main.c Initial revision 1995-08-04 04:20:48 +00:00
makesetup Propagate variable calls both to the linker and the compiler. 1995-10-11 08:45:15 +00:00
mathmodule.c Microsoft C changes 1996-05-23 22:56:19 +00:00
md5.h 64-bit patch 1996-01-12 01:38:49 +00:00
md5c.c Merge alpha100 branch back to main trunk 1994-08-01 11:34:53 +00:00
md5module.c use newgetargs 1995-07-26 17:33:10 +00:00
mpzmodule.c add some casts 1995-02-10 17:01:08 +00:00
newmodule.c added new.classobj() 1996-01-12 01:38:22 +00:00
nismodule.c Merge alpha100 branch back to main trunk 1994-08-01 11:34:53 +00:00
objc.c Initial revision 1995-08-04 04:20:48 +00:00
parsermodule.c fix argcount bug for build_node_children 1996-01-12 01:37:02 +00:00
posixmodule.c Added mkfifo, ftruncate. Windows/PC changes. 1996-05-23 22:58:55 +00:00
pwdmodule.c patches for NeXT weirdness 1995-02-07 15:38:56 +00:00
regexmodule.c explicitly init flags in methodlists 1995-02-19 15:55:19 +00:00
regexpr.c Subtle Windows changes 1996-05-23 22:55:58 +00:00
regexpr.h Merge alpha100 branch back to main trunk 1994-08-01 11:34:53 +00:00
rgbimgmodule.c Another bulky set of minor changes. 1995-01-02 19:30:30 +00:00
rotormodule.c changes for MPW 1995-03-09 12:14:15 +00:00
selectmodule.c fix subtle refcnt bug 1995-03-29 16:47:45 +00:00
sgimodule.c Removed declaration of sginap because it conflicted with a header file. 1995-10-11 08:47:28 +00:00
signalmodule.c Use sigaction if possible 1996-05-23 22:55:35 +00:00
socketmodule.c Windows/PC changes 1996-05-23 22:54:50 +00:00
soundex.c make soundex_hash static 1996-05-24 20:50:57 +00:00
stdwinmodule.c Shuffled include's around (name conflict on Mac wrt teclick()) 1995-08-14 12:17:18 +00:00
stropmodule.c added strop.translate(s, table) 1995-09-13 17:39:06 +00:00
structmodule.c Quick hack so PowerPC macs can access system structures 1995-02-02 14:29:10 +00:00
sunaudiodev.c Added some (method) casts. 1995-03-17 12:18:38 +00:00
svmodule.c Added 1995 to copyright message. 1995-01-04 19:10:35 +00:00
sybasemodule.c New experimental modules -- signal and sybase 1994-05-11 08:59:13 +00:00
syslogmodule.c changes by Steve Clift 1995-10-11 16:15:28 +00:00
termios.c * various modules: #include "Python.h" and remove most remporary 1994-09-14 13:32:22 +00:00
threadmodule.c implement exit_thread through SystemExit exception 1995-03-17 10:42:27 +00:00
timemodule.c Watcom changes. 1996-05-23 22:53:47 +00:00
timing.h remove rcs history 1996-01-26 21:10:22 +00:00
timingmodule.c removed rcs cruft 1995-06-14 22:23:17 +00:00
tkappinit.c Initial revision 1994-06-27 08:00:16 +00:00
xxmodule.c changes for CFM-68K mac 1995-02-18 14:53:14 +00:00
yuv.h Added 1995 to copyright message. 1995-01-04 19:10:35 +00:00
yuvconvert.c Added 1995 to copyright message. 1995-01-04 19:10:35 +00:00