0
0
mirror of https://github.com/python/cpython.git synced 2024-12-01 11:15:56 +01:00
cpython/Modules
Guido van Rossum be32c8921c More rational support for Windows (tested on Roj's NT 3.5 machine only).
Use PyArg_ParseTuple() where it makes sense.
1996-06-20 16:25:29 +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
arraymodule.c
audioop.c
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
cgen.py
cgensupport.c
cgensupport.h
clmodule.c
cmathmodule.c Made all c_* symbols static. 1996-05-24 21:12:28 +00:00
config.c.in Use struct _inittab def from import.h 1996-05-23 22:57:18 +00:00
cryptmodule.c
cstubs
dbhashmodule.c
dbmmodule.c
dlmodule.c
environment.c
fcntlmodule.c A fcntl implementation for systems (like Solaris) without flock() call. 1996-06-11 15:11:34 +00:00
flmodule.c
fmmodule.c
gdbmmodule.c support fast mode for gdmb 1996-01-26 21:08:01 +00:00
getpath.c provide access to $(exec_)prefix 1996-06-12 04:20:27 +00:00
grpmodule.c
imageop.c Added 16-bit pixel support for some operations. 1996-01-22 14:55:15 +00:00
imgfile.c
main.c grand renaming; added copyright to some files 1996-05-28 22:30:17 +00:00
Makefile.pre.in Added more entries to create required target subdirectories for sharedinstall. 1996-06-17 17:33:11 +00:00
makesetup
mathmodule.c Microsoft C changes 1996-05-23 22:56:19 +00:00
md5.h rename exported symbols with _Py_ prefix 1996-05-24 20:51:38 +00:00
md5c.c
md5module.c
mpzmodule.c
newmodule.c Added new.instance(class, dict). 1996-06-17 16:56:56 +00:00
nismodule.c
objc.c
parsermodule.c fix argcount bug for build_node_children 1996-01-12 01:37:02 +00:00
posixmodule.c Clear waitpid() status arg in case there's no process to report with 1996-06-19 23:17:02 +00:00
pwdmodule.c
regexmodule.c Avoid core dump on symcomp(""). 1996-06-11 18:33:14 +00:00
regexpr.c Subtle Windows changes 1996-05-23 22:55:58 +00:00
regexpr.h rename exported symbols with _Py_ prefix 1996-05-24 20:51:38 +00:00
rgbimgmodule.c
rotormodule.c
selectmodule.c Yet another pass at fd2obj -- this time for Windows 1996-06-12 04:22:53 +00:00
Setup.in adde cmath; added version numbers to tk/tcl libs 1996-01-12 01:40:19 +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 correct field of sigaction struct 1996-05-29 14:15:19 +00:00
socketmodule.c More rational support for Windows (tested on Roj's NT 3.5 machine only). 1996-06-20 16:25:29 +00:00
soundex.c make soundex_hash static 1996-05-24 20:50:57 +00:00
stdwinmodule.c
stropmodule.c Test for zero-length argument in capitalize(). 1996-06-17 16:59:33 +00:00
structmodule.c
sunaudiodev.c
svmodule.c
sybasemodule.c
syslogmodule.c changes by Steve Clift 1995-10-11 16:15:28 +00:00
termios.c
threadmodule.c
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
tkappinit.c
xxmodule.c
yuv.h
yuvconvert.c