0
0
mirror of https://github.com/python/cpython.git synced 2024-11-24 17:47:13 +01:00
cpython/Modules
Guido van Rossum 94472a0374 classobject.c moduleobject.c stdwinmodule.c xxobject.c:
raise AttributeError, not KeyError, when attribute deletion fails.
sunaudiodevmodule.c: check for deletion before calling setmember.
1992-09-04 09:45:18 +00:00
..
almodule.c
audioop.c
cdmodule.c
cgen.py
cgensupport.c
cgensupport.h
config.c.in Restructured (yet again) to treat all modules more alike. 1992-09-03 20:49:55 +00:00
cstubs
dbmmodule.c
fcntlmodule.c
flmodule.c Use getargs() everywhere now. Standardize lay-out yet more (an ongoing 1992-09-03 20:37:02 +00:00
fmmodule.c
imgfile.c Got rid the bogus cache code and fix some unchecked errors. 1992-09-03 20:41:22 +00:00
mathmodule.c
nismodule.c
posixmodule.c
pwdmodule.c
regexmodule.c Improve check for offset out of range 1992-09-03 20:35:01 +00:00
regexpr.c
regexpr.h
rotormodule.c
selectmodule.c
sgimodule.c
socketmodule.c
stdwinmodule.c classobject.c moduleobject.c stdwinmodule.c xxobject.c: 1992-09-04 09:45:18 +00:00
stropmodule.c Re-implement some operations from string.py in C, for speed. 1992-09-03 20:21:07 +00:00
structmodule.c
sunaudiodev.c classobject.c moduleobject.c stdwinmodule.c xxobject.c: 1992-09-04 09:45:18 +00:00
threadmodule.c
timemodule.c
xxmodule.c