0
0
mirror of https://github.com/python/cpython.git synced 2024-11-24 08:52:25 +01:00
The Python programming language
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
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
.hgtags