cpython/Objects
Guido van Rossum 9bfef44d97 * Changed all copyright messages to include 1993.
* Stubs for faster implementation of local variables (not yet finished)
* Added function name to code object.  Print it for code and function
  objects.  THIS MAKES THE .PYC FILE FORMAT INCOMPATIBLE (the version
  number has changed accordingly)
* Print address of self for built-in methods
* New internal functions getattro and setattro (getattr/setattr with
  string object arg)
* Replaced "dictobject" with more powerful "mappingobject"
* New per-type functio tp_hash to implement arbitrary object hashing,
  and hashobject() to interface to it
* Added built-in functions hash(v) and hasattr(v, 'name')
* classobject: made some functions static that accidentally weren't;
  added __hash__ special instance method to implement hash()
* Added proper comparison for built-in methods and functions
1993-03-29 10:43:31 +00:00
..
classobject.c * Changed all copyright messages to include 1993. 1993-03-29 10:43:31 +00:00
dictobject.c * Changed all copyright messages to include 1993. 1993-03-29 10:43:31 +00:00
fileobject.c * Added Fixcprt.py: script to fix copyright message. 1993-01-26 13:33:44 +00:00
floatobject.c * Changed all copyright messages to include 1993. 1993-03-29 10:43:31 +00:00
frameobject.c * Changed all copyright messages to include 1993. 1993-03-29 10:43:31 +00:00
funcobject.c * Changed all copyright messages to include 1993. 1993-03-29 10:43:31 +00:00
intobject.c * Changed all copyright messages to include 1993. 1993-03-29 10:43:31 +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 * Changed all copyright messages to include 1993. 1993-03-29 10:43:31 +00:00
methodobject.c * Changed all copyright messages to include 1993. 1993-03-29 10:43:31 +00:00
moduleobject.c * Changed all copyright messages to include 1993. 1993-03-29 10:43:31 +00:00
object.c * Changed all copyright messages to include 1993. 1993-03-29 10:43:31 +00:00
stringobject.c * Changed all copyright messages to include 1993. 1993-03-29 10:43:31 +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 * Added Fixcprt.py: script to fix copyright message. 1993-01-26 13:33:44 +00:00