cpython/Objects
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
..
accessobject.c * classobject.c: in instance_getattr, don't make a method out of a 1993-05-25 09:38:27 +00:00
classobject.c * classobject.c: in instance_getattr, don't make a method out of a 1993-05-25 09:38:27 +00:00
dictobject.c Several changes in one: 1993-05-19 14:50:45 +00:00
fileobject.c * Added Fixcprt.py: script to fix copyright message. 1993-01-26 13:33:44 +00:00
floatobject.c * Microscopic corrections to make things compile on the Cray APP. 1993-04-07 14:06:14 +00:00
frameobject.c * classobject.c: in instance_getattr, don't make a method out of a 1993-05-25 09:38:27 +00:00
funcobject.c Several changes in one: 1993-05-19 14:50:45 +00:00
intobject.c * Microscopic corrections to make things compile on the Cray APP. 1993-04-07 14:06:14 +00:00
listobject.c * stdwinmodule.c: various new commands: setwin{pos,size}, 1993-02-08 15:49:17 +00:00
longobject.c * Changed all copyright messages to include 1993. 1993-03-29 10:43:31 +00:00
mappingobject.c Several changes in one: 1993-05-19 14:50:45 +00:00
methodobject.c * Lots of small changes related to access. 1993-05-21 19:56:10 +00:00
moduleobject.c * classobject.c: in instance_getattr, don't make a method out of a 1993-05-25 09:38:27 +00:00
object.c * pythonrun.c: Print exception type+arg *after* stack trace instead of 1993-05-12 08:24:20 +00:00
stringobject.c * pythonrun.c: Print exception type+arg *after* stack trace instead of 1993-05-12 08:24:20 +00:00
tupleobject.c * Changed all copyright messages to include 1993. 1993-03-29 10:43:31 +00:00
typeobject.c * Changed all copyright messages to include 1993. 1993-03-29 10:43:31 +00:00
xxobject.c * pythonrun.c: Print exception type+arg *after* stack trace instead of 1993-05-12 08:24:20 +00:00