Go to file
Guido van Rossum 81daa32c15 Access checks now work, at least for instance data (not for methods
yet).  The class is now passed to eval_code and stored in the current
frame.  It is also stored in instance method objects.  An "unbound"
instance method is now returned when a function is retrieved through
"classname.funcname", which when called passes the class to eval_code.
1993-05-20 14:24:46 +00:00
Demo Jack's VCR control module 1993-05-12 12:35:44 +00:00
Doc Lots of small changes collected over months... 1993-05-12 08:53:36 +00:00
Grammar Several changes in one: 1993-05-19 14:50:45 +00:00
Include Access checks now work, at least for instance data (not for methods 1993-05-20 14:24:46 +00:00
Lib Added cwd() 1993-05-17 08:00:02 +00:00
Mac/Lib mac -> os (can't this go now dircache is universal?) 1992-03-31 19:05:44 +00:00
Modules New posix functions open, close, dup, dup2, lseek, read, write, fstat, pipe. 1993-05-17 08:34:16 +00:00
Objects Access checks now work, at least for instance data (not for methods 1993-05-20 14:24:46 +00:00
Parser * selectmodule.c: fix (another!) two memory leaks -- this time in list2set 1993-05-12 11:35:44 +00:00
Python Access checks now work, at least for instance data (not for methods 1993-05-20 14:24:46 +00:00
Tools/scripts *** empty log message *** 1993-04-01 20:50:35 +00:00
.hgtags This commit was manufactured by cvs2svn to create tag 'release098'. 1993-01-10 18:33:56 +00:00