0
0
mirror of https://github.com/python/cpython.git synced 2024-11-24 17:47:13 +01:00
The Python programming language
Go to file
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
Demo Fixed watch cursor origin 1993-03-17 12:11:47 +00:00
Doc * Changed preface in texipre.dat. 1993-02-21 20:10:26 +00:00
Grammar Added missing change log entries 1992-04-06 14:39:51 +00:00
Include * Changed all copyright messages to include 1993. 1993-03-29 10:43:31 +00:00
Lib Definitions from <gl/get.h> 1993-03-01 10:11:55 +00:00
Mac/Lib mac -> os (can't this go now dircache is universal?) 1992-03-31 19:05:44 +00:00
Modules * Changed all copyright messages to include 1993. 1993-03-29 10:43:31 +00:00
Objects * Changed all copyright messages to include 1993. 1993-03-29 10:43:31 +00:00
Parser * Changed all copyright messages to include 1993. 1993-03-29 10:43:31 +00:00
Python * Changed all copyright messages to include 1993. 1993-03-29 10:43:31 +00:00
Tools/scripts Fix bug when reporting error 1992-12-10 00:01:24 +00:00
.hgtags This commit was manufactured by cvs2svn to create tag 'release098'. 1993-01-10 18:33:56 +00:00