cpython/Modules
Guido van Rossum 2a7178efe1 socketmodule.c: added socket.fromfd(fd, family, type, [proto]);
converted socket() to use of getargs().
1992-12-08 13:38:24 +00:00
..
almodule.c added getname, getdefault and getminmax functions 1992-08-19 16:41:15 +00:00
audioop.c Added rms, maxpp and avgpp methods. 1992-08-24 14:36:31 +00:00
cdmodule.c Changed an ifdef from IRIX_405 to CDsetcallback. 1992-09-25 11:15:58 +00:00
cgen.py Makefile uses $> more often; cgen supports filename argument; added 1992-09-11 23:55:51 +00:00
cgensupport.c Don't use NULL as 0 int! 1992-04-06 12:34:45 +00:00
cgensupport.h Copyright for 1992 added 1992-04-05 14:20:22 +00:00
clmodule.c Lots of little fixes. 1992-09-29 16:43:43 +00:00
config.c.in * config.c: Added audioop to lists. 1992-11-26 08:54:07 +00:00
cstubs Made struct a standard built-in module; added string args to {set,get}sockopt; 1992-09-08 09:05:33 +00:00
dbmmodule.c Added qgetfd() to cstubs for GL. 1992-06-29 17:10:40 +00:00
fcntlmodule.c struct: pack/unpack binary structs; fcntl: fcntl(), ioctl(). 1992-08-17 08:55:12 +00:00
flmodule.c * bltinmodule.c: added built-in function cmp(a, b) 1992-10-18 18:53:57 +00:00
fmmodule.c Copyright for 1992 added 1992-04-05 14:26:55 +00:00
imageop.c Added imageopmodule.c, also added them to Makefile and config.c. 1992-10-26 13:40:15 +00:00
imgfile.c Got rid the bogus cache code and fix some unchecked errors. 1992-09-03 20:41:22 +00:00
mathmodule.c Copyright for 1992 added 1992-04-05 14:26:55 +00:00
nismodule.c Added error handling and free resources. 1992-08-12 15:26:16 +00:00
posixmodule.c * Makefile: added IMGFILE; moved some stuff around. 1992-09-17 17:54:56 +00:00
pwdmodule.c Copyright for 1992 added 1992-04-05 14:26:55 +00:00
regexmodule.c Improve check for offset out of range 1992-09-03 20:35:01 +00:00
regexpr.c Lint fluff 1992-03-27 17:24:37 +00:00
regexpr.h Change prototypes decision. 1992-01-27 16:48:48 +00:00
rotormodule.c New rotor methods: setkey(), encryptmore() and decryptmore(). 1992-08-02 09:00:06 +00:00
selectmodule.c Replaced max=-1 by max = -1. 1992-08-06 16:53:58 +00:00
sgimodule.c Modified to allow other threads to run in a multithreaded environment. 1992-08-13 14:13:11 +00:00
socketmodule.c socketmodule.c: added socket.fromfd(fd, family, type, [proto]); 1992-12-08 13:38:24 +00:00
stdwinmodule.c * Makefile: added IMGFILE; moved some stuff around. 1992-09-17 17:54:56 +00:00
stropmodule.c * config.c: Added audioop to lists. 1992-11-26 08:54:07 +00:00
structmodule.c unpack() now returns a tuple, not a list 1992-08-19 16:44:15 +00:00
sunaudiodev.c classobject.c moduleobject.c stdwinmodule.c xxobject.c: 1992-09-04 09:45:18 +00:00
threadmodule.c New thread.c from Sjoerd, supports _exit_prog(). Use this in goaway() 1992-08-17 08:59:08 +00:00
timemodule.c * macmodule.c: include allobjects.h, not .c 1992-08-14 13:49:30 +00:00
xxmodule.c * Makefile adapted to changes below. 1992-08-04 12:41:02 +00:00