Go to file
Guido van Rossum eb6b33a837 * classobject.c: in instance_getattr, don't make a method out of a
function found as instance data.
* socketmodule.c: added 'flags' argument sendto/recvfrom, rewrite
  argument parsing in send/recv.
* More changes related to access (terminology change: owner instead of
  class; allow any object as owner; local/global variables are owned
  by their dictionary, only class/instance data is owned by the class;
  "from...import *" now only imports objects with public access; etc.)
1993-05-25 09:38:27 +00:00
Demo Jack's VCR control module 1993-05-12 12:35:44 +00:00
Doc * lib1.tex: documented dict.items() and dict.values() 1993-05-24 14:19:37 +00:00
Grammar * Lots of small changes related to access. 1993-05-21 19:56:10 +00:00
Include * classobject.c: in instance_getattr, don't make a method out of a 1993-05-25 09:38:27 +00:00
Lib * ftplib.py: added abort() command (sends oob data). 1993-05-24 14:16:22 +00:00
Mac/Lib mac -> os (can't this go now dircache is universal?) 1992-03-31 19:05:44 +00:00
Modules * classobject.c: in instance_getattr, don't make a method out of a 1993-05-25 09:38:27 +00:00
Objects * classobject.c: in instance_getattr, don't make a method out of a 1993-05-25 09:38:27 +00:00
Parser * selectmodule.c: fix (another!) two memory leaks -- this time in list2set 1993-05-12 11:35:44 +00:00
Python * classobject.c: in instance_getattr, don't make a method out of a 1993-05-25 09:38:27 +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