cpython/Python
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
..
bltinmodule.c Access checks now work, at least for instance data (not for methods 1993-05-20 14:24:46 +00:00
ceval.c * classobject.c: in instance_getattr, don't make a method out of a 1993-05-25 09:38:27 +00:00
cgensupport.c * Changed all copyright messages to include 1993. 1993-03-29 10:43:31 +00:00
compile.c Access checks now work, at least for instance data (not for methods 1993-05-20 14:24:46 +00:00
errors.c * Changed many files to use mkvalue() instead of newtupleobject(). 1993-03-16 12:15:04 +00:00
fmod.c * Changed all copyright messages to include 1993. 1993-03-29 10:43:31 +00:00
frozenmain.c Support for frozen scripts; added -i option. 1993-04-01 20:59:32 +00:00
getcwd.c * Changed all copyright messages to include 1993. 1993-03-29 10:43:31 +00:00
graminit.c Several changes in one: 1993-05-19 14:50:45 +00:00
import.c * classobject.c: in instance_getattr, don't make a method out of a 1993-05-25 09:38:27 +00:00
marshal.c Several changes in one: 1993-05-19 14:50:45 +00:00
modsupport.c * Changed many files to use mkvalue() instead of newtupleobject(). 1993-03-16 12:15:04 +00:00
pythonmain.c Support for frozen scripts; added -i option. 1993-04-01 20:59:32 +00:00
pythonrun.c Access checks now work, at least for instance data (not for methods 1993-05-20 14:24:46 +00:00
strerror.c * Changed all copyright messages to include 1993. 1993-03-29 10:43:31 +00:00
strtod.c fix HUGE and MAXVAL (suggested by Tim Peters) 1992-03-27 17:30:32 +00:00
structmember.c * Changed all copyright messages to include 1993. 1993-03-29 10:43:31 +00:00
sysmodule.c * Added Fixcprt.py: script to fix copyright message. 1993-01-26 13:33:44 +00:00
thread.c * Added Fixcprt.py: script to fix copyright message. 1993-01-26 13:33:44 +00:00
traceback.c * Changed all copyright messages to include 1993. 1993-03-29 10:43:31 +00:00