cpython/Modules
Guido van Rossum 4dd2a7e45b Connection sockets now have the proper family/type/proto values.
Fix argument handling bug in socket(f,t,p) call.
Fix some comments.
1991-07-01 18:51:33 +00:00
..
cgen.py "Compiling" version 1990-12-20 15:06:42 +00:00
cgensupport.c Added copyright notice. 1991-02-19 12:39:46 +00:00
cgensupport.h Added copyright notice. 1991-02-19 12:39:46 +00:00
config.c.in Support socket module 1991-07-01 18:45:17 +00:00
cstubs "Compiling" version 1990-12-20 15:06:42 +00:00
fmmodule.c Initial revision 1991-04-03 19:02:31 +00:00
mathmodule.c Apparently MPW has power() instead of pow(). 1991-06-24 22:23:10 +00:00
posixmodule.c Fixed confusing error message (open should be popen) 1991-07-01 18:48:44 +00:00
pwdmodule.c Initial revision 1991-04-10 19:48:25 +00:00
socketmodule.c Connection sockets now have the proper family/type/proto values. 1991-07-01 18:51:33 +00:00
stdwinmodule.c printobject now returns an error code 1991-06-07 22:35:42 +00:00
timemodule.c Generalize to macintosh; forget Think 3.0. 1991-06-24 22:23:45 +00:00