cpython/Include
Guido van Rossum ed18fdc9fc * accessobject.c (ownercheck): allow a base class access to protected
objects of its derived classes; allow anything that has an attribute
  named "__privileged__" access to anything.
* object.[ch]: added hasattr() -- test whether getattr() will succeed.
1993-07-11 19:55:34 +00:00
..
accessobject.h * Lots of small changes related to access. 1993-05-21 19:56:10 +00:00
allobjects.h Several changes in one: 1993-05-19 14:50:45 +00:00
assert.h * Changed all copyright messages to include 1993. 1993-03-29 10:43:31 +00:00
bitset.h * Changed all copyright messages to include 1993. 1993-03-29 10:43:31 +00:00
bltinmodule.h * Changed all copyright messages to include 1993. 1993-03-29 10:43:31 +00:00
ceval.h * classobject.c: in instance_getattr, don't make a method out of a 1993-05-25 09:38:27 +00:00
cgensupport.h * Added gmtime/localtime/mktime and SYSV timezone globals to timemodule.c. 1993-06-17 12:35:49 +00:00
classobject.h * Lots of small changes related to access. 1993-05-21 19:56:10 +00:00
compile.h * Changed all copyright messages to include 1993. 1993-03-29 10:43:31 +00:00
dictobject.h Several changes in one: 1993-05-19 14:50:45 +00:00
errcode.h * Changed all copyright messages to include 1993. 1993-03-29 10:43:31 +00:00
errors.h Several changes in one: 1993-05-19 14:50:45 +00:00
eval.h Access checks now work, at least for instance data (not for methods 1993-05-20 14:24:46 +00:00
fileobject.h * Changed all copyright messages to include 1993. 1993-03-29 10:43:31 +00:00
floatobject.h * Changed all copyright messages to include 1993. 1993-03-29 10:43:31 +00:00
frameobject.h * classobject.c: in instance_getattr, don't make a method out of a 1993-05-25 09:38:27 +00:00
funcobject.h Several changes in one: 1993-05-19 14:50:45 +00:00
graminit.h Several changes in one: 1993-05-19 14:50:45 +00:00
grammar.h * Changed all copyright messages to include 1993. 1993-03-29 10:43:31 +00:00
import.h * Added Fixcprt.py: script to fix copyright message. 1993-01-26 13:33:44 +00:00
intobject.h * Changed all copyright messages to include 1993. 1993-03-29 10:43:31 +00:00
intrcheck.h * Changed all copyright messages to include 1993. 1993-03-29 10:43:31 +00:00
listobject.h * Added gmtime/localtime/mktime and SYSV timezone globals to timemodule.c. 1993-06-17 12:35:49 +00:00
longintrepr.h * Changed all copyright messages to include 1993. 1993-03-29 10:43:31 +00:00
longobject.h * Changed all copyright messages to include 1993. 1993-03-29 10:43:31 +00:00
mappingobject.h Several changes in one: 1993-05-19 14:50:45 +00:00
marshal.h Support for frozen scripts; added -i option. 1993-04-01 20:59:32 +00:00
metagrammar.h * Changed all copyright messages to include 1993. 1993-03-29 10:43:31 +00:00
methodobject.h * Changed all copyright messages to include 1993. 1993-03-29 10:43:31 +00:00
modsupport.h * Added gmtime/localtime/mktime and SYSV timezone globals to timemodule.c. 1993-06-17 12:35:49 +00:00
moduleobject.h * Changed all copyright messages to include 1993. 1993-03-29 10:43:31 +00:00
mymalloc.h * Changed all copyright messages to include 1993. 1993-03-29 10:43:31 +00:00
myselect.h * Changed all copyright messages to include 1993. 1993-03-29 10:43:31 +00:00
node.h * Changed all copyright messages to include 1993. 1993-03-29 10:43:31 +00:00
object.h * accessobject.c (ownercheck): allow a base class access to protected 1993-07-11 19:55:34 +00:00
objimpl.h * Changed all copyright messages to include 1993. 1993-03-29 10:43:31 +00:00
opcode.h Several changes in one: 1993-05-19 14:50:45 +00:00
osdefs.h * Changed all copyright messages to include 1993. 1993-03-29 10:43:31 +00:00
parsetok.h * Changed all copyright messages to include 1993. 1993-03-29 10:43:31 +00:00
pgenheaders.h * Changed all copyright messages to include 1993. 1993-03-29 10:43:31 +00:00
pyerrors.h Several changes in one: 1993-05-19 14:50:45 +00:00
pythonrun.h * Added gmtime/localtime/mktime and SYSV timezone globals to timemodule.c. 1993-06-17 12:35:49 +00:00
pythread.h Added C++ support in thread.h; don't use signals if not strictly 1992-09-11 15:19:27 +00:00
stringobject.h * Changed many files to use mkvalue() instead of newtupleobject(). 1993-03-16 12:15:04 +00:00
structmember.h * Changed all copyright messages to include 1993. 1993-03-29 10:43:31 +00:00
sysmodule.h * Changed all copyright messages to include 1993. 1993-03-29 10:43:31 +00:00
thread.h Added C++ support in thread.h; don't use signals if not strictly 1992-09-11 15:19:27 +00:00
token.h * Changed all copyright messages to include 1993. 1993-03-29 10:43:31 +00:00
traceback.h * Changed all copyright messages to include 1993. 1993-03-29 10:43:31 +00:00
tupleobject.h * Changed all copyright messages to include 1993. 1993-03-29 10:43:31 +00:00