0
0
mirror of https://github.com/python/cpython.git synced 2024-12-01 03:01:36 +01:00
cpython/Modules
Andrew M. Kuchling b6f6e95ed2 Better fix for mpzmodule problem reported by Peter Funk: just use
mp_bits_per_limb with GMP 2.0
2000-02-25 22:23:31 +00:00
..
_cursesmodule.c
_localemodule.c
_tkinter.c Patch by Dieter Maurer to make things work for Tcl/Tk 8.1 (tested with 1999-11-05 18:09:56 +00:00
almodule.c The call to PyArg_ParseTuple in al_Connect had one too few arguments. 1999-12-10 15:12:11 +00:00
arraymodule.c Patch from Paul Sokolovsky <Paul.Sokolovsky@technologist.com>: 2000-02-04 20:33:49 +00:00
audioop.c Fixed memory leak in ratecv, in response to PR#72. By Sjoerd Mullender. 1999-09-07 14:24:05 +00:00
binascii.c Patch by Jim Ahlstrom to add crc32, a useful checksum function 2000-02-16 21:11:52 +00:00
bsddbmodule.c Added comment with web location of bsddb windows port. 1999-09-20 13:28:18 +00:00
ccpython.cc Patch and new file by Geoff Furnish for C++ compilation. 1999-12-16 17:52:08 +00:00
cdmodule.c
cgen.py
cgensupport.c
cgensupport.h
clmodule.c
cmathmodule.c Docstring fix: acosh() returns the hyperbolic arccosine, not the 1999-03-16 14:17:48 +00:00
config.c.in
cPickle.c Patch by Stephen Turner, who writes: 1999-07-13 15:18:58 +00:00
cryptmodule.c Added docstring to crypt.crypt() based on the documentation. 2000-02-01 20:12:39 +00:00
cStringIO.c New version from Jim: don't call Py_FatalError() when initialization fails. 1999-06-15 14:35:48 +00:00
cstubs
dbmmodule.c
dlmodule.c
errnomodule.c
fcntlmodule.c
flmodule.c
fmmodule.c
fpectlmodule.c Avoid triggering Alpha OSF/1 specific code on Alpha NT or Linux. 1999-04-19 16:50:26 +00:00
fpetestmodule.c
gdbmmodule.c Protect against core dumps in gdbm: don't allow access by key once the 2000-02-07 17:19:41 +00:00
getbuildinfo.c Patch by Mark Hammond to avoid certain header files on Windows/CE. 1999-08-27 20:39:37 +00:00
getpath.c
glmodule.c
grpmodule.c
imageop.c
imgfile.c
ld_so_aix
license.terms
main.c Patch from Tim Peters to repare a the problem that tracebacks are off 1999-04-19 17:54:19 +00:00
Makefile.pre.in Patch and new file by Geoff Furnish for C++ compilation. 1999-12-16 17:52:08 +00:00
makesetup On HP-UX, -rpath is another option taking an argument that needs to go 1999-05-21 19:18:49 +00:00
makexp_aix
mathmodule.c
md5.h
md5c.c
md5module.c Patch from Paul Sokolovsky <Paul.Sokolovsky@technologist.com>: 2000-02-04 20:33:49 +00:00
mpzmodule.c Better fix for mpzmodule problem reported by Peter Funk: just use 2000-02-25 22:23:31 +00:00
newmodule.c
nismodule.c
operator.c
parsermodule.c What used to be tp_xxx4 is now tp_flags; set it to Py_TPFLAGS_DEFAULT. 2000-02-21 18:19:06 +00:00
pcre-int.h
pcre.h
pcremodule.c Patch from Vladimir Marangozov <marangoz@python.inrialpes.fr>: 2000-02-18 18:30:01 +00:00
posixmodule.c Delete references to _SC_AIO_LIST_MAX; it appears that that symbol was 2000-02-25 17:51:00 +00:00
puremodule.c
pwdmodule.c
pypcre.c Patch from Vladimir Marangozov <marangoz@python.inrialpes.fr> 2000-02-18 19:16:45 +00:00
python.c
readline.c Patches by Kannan Vijayan: 1999-11-18 17:51:02 +00:00
regexmodule.c
regexpr.c casts for picky compilers. 1999-04-10 15:48:23 +00:00
regexpr.h
resource.c
rgbimgmodule.c
rotormodule.c
selectmodule.c According to Ron Bickers, and with apparent approval of Chris 2000-01-14 16:33:09 +00:00
Setup.in OpenSSL support. This is based on patches for a version of SSLeay by 1999-12-07 21:47:09 +00:00
Setup.thread.in
sgimodule.c
shamodule.c casts for picky compilers. 1999-04-10 15:48:23 +00:00
signalmodule.c
socketmodule.c OpenSSL support. This is based on patches for a version of SSLeay by 1999-12-07 21:37:17 +00:00
soundex.c
stdwinmodule.c
stropmodule.c split() docstring: Made signature and description for the first 1999-11-04 19:19:48 +00:00
structmodule.c
sunaudiodev.c
svmodule.c
syslogmodule.c
tclNotify.c
termios.c
threadmodule.c
timemodule.c The functions asctime() and mktime() are documented to take a 9-tuple 2000-01-12 16:38:20 +00:00
timing.h
timingmodule.c
tkappinit.c Patch by Dieter Maurer to make things work for Tcl/Tk 8.1. This 1999-11-05 18:11:23 +00:00
xxmodule.c
yuv.h
yuvconvert.c
zlibmodule.c For ZlibError and ZLIB_VERSION, only attempt to add entry to the 1999-12-22 16:13:54 +00:00