0
0
mirror of https://github.com/python/cpython.git synced 2024-12-01 11:15:56 +01:00
cpython/Modules
Neal Norwitz b567392bbf SF bug # 585792, Invalid mmap crashes Python interpreter
Raise ValueError if user passes a size to mmap which is larger
than the file.
2002-09-05 21:48:07 +00:00
..
expat
_codecsmodule.c PEP 293 implemention (from SF patch http://www.python.org/sf/432401) 2002-09-02 13:14:32 +00:00
_curses_panel.c
_cursesmodule.c
_hotshot.c This is my patch 2002-08-15 14:59:02 +00:00
_localemodule.c
_sre.c
_ssl.c
_testcapimodule.c
_tkinter.c
_weakref.c Fix ref(), proxy() docstrings, based on comments from David Abrahams. 2002-08-02 20:23:40 +00:00
.cvsignore
addrinfo.h
almodule.c
ar_beos
arraymodule.c
audioop.c
binascii.c base64.decodestring('') should return '' instead of raising an 2002-08-15 22:14:24 +00:00
bsddbmodule.c
ccpython.cc
cdmodule.c
cgen.py
cgensupport.c
cgensupport.h
clmodule.c
cmathmodule.c
config.c.in
cPickle.c Patch #505705: Remove eval in pickle and cPickle. 2002-08-14 07:46:28 +00:00
cryptmodule.c
cStringIO.c SF bug 601775 - some int results that should be bool. 2002-09-01 15:06:28 +00:00
cstubs
dbmmodule.c add #include branch for compilation with Berkeley DB 2002-08-02 17:13:01 +00:00
dlmodule.c
errnomodule.c
fcntlmodule.c
flmodule.c
fmmodule.c
fpectlmodule.c
fpetestmodule.c
gcmodule.c For new-style classes, we can now test for tp_del instead of asking 2002-08-09 17:39:14 +00:00
gdbmmodule.c
getaddrinfo.c
getbuildinfo.c
getnameinfo.c
getpath.c
glmodule.c
grpmodule.c
imageop.c
imgfile.c
ld_so_aix
ld_so_beos
license.terms
linuxaudiodev.c
main.c On Cygwin, put stdin, stderr, and stdout in binary mode when the -u 2002-08-09 13:35:18 +00:00
makesetup
makexp_aix
mathmodule.c
md5.h
md5c.c
md5module.c
mmapmodule.c SF bug # 585792, Invalid mmap crashes Python interpreter 2002-09-05 21:48:07 +00:00
mpzmodule.c Fix memory leaks reported by valgrind 2002-08-14 02:03:50 +00:00
nismodule.c
operator.c Added __pow__(a,b) to the operator module. Completes the pattern of 2002-08-19 03:19:09 +00:00
parsermodule.c Allow more docstrings to be removed during compilation in some modules 2002-08-13 22:20:41 +00:00
pcre-int.h
pcre.h
pcremodule.c
posixmodule.c SF bug 601775 - some int results that should be bool. 2002-09-01 15:06:28 +00:00
puremodule.c
pwdmodule.c
pyexpat.c Minor change for symmetry with PyXML: PyDoc_STR should not include 2002-09-02 15:54:06 +00:00
pypcre.c
python.c
readline.c
regexmodule.c
regexpr.c Replace abort with Py_FatalError. 2002-08-07 16:21:51 +00:00
regexpr.h
resource.c
rgbimgmodule.c
rotormodule.c
selectmodule.c
Setup.config.in
Setup.dist Update the text on the Expat module and library. 2002-08-09 02:39:13 +00:00
sgimodule.c
shamodule.c
signalmodule.c
socketmodule.c Update the module doc comment. 2002-09-03 19:10:18 +00:00
socketmodule.h
sre_constants.h
sre.h
stropmodule.c
structmodule.c (Most of) SF patch 601369 (Christos Georgiou): obmalloc,structmodule: 2002-09-03 18:42:21 +00:00
sunaudiodev.c
svmodule.c
symtablemodule.c Allow more docstrings to be removed during compilation in some modules 2002-08-13 22:20:41 +00:00
syslogmodule.c
tclNotify.c
termios.c
testcapi_long.h
threadmodule.c --with(out)-thread is deprecated according to configure --help 2002-09-05 21:31:04 +00:00
timemodule.c
timing.h
timingmodule.c
tkappinit.c
unicodedata_db.h
unicodedata.c
unicodename_db.h
xreadlinesmodule.c Mark xreadlines deprecated. Don't use f.xreadlines() in test_iter.py. 2002-08-06 17:14:04 +00:00
xxmodule.c add PyDoc_STR and PyDoc_STRVAR calls as examples for module authors 2002-08-14 01:44:33 +00:00
xxsubtype.c add some example docstrings using PyDoc_STR 2002-08-14 01:45:37 +00:00
yuv.h
yuvconvert.c
zlibmodule.c