cpython/Python
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
..
bltinmodule.c * Changed all copyright messages to include 1993. 1993-03-29 10:43:31 +00:00
ceval.c * Changed all copyright messages to include 1993. 1993-03-29 10:43:31 +00:00
cgensupport.c * Changed all copyright messages to include 1993. 1993-03-29 10:43:31 +00:00
compile.c * Changed all copyright messages to include 1993. 1993-03-29 10:43:31 +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
getcwd.c * Changed all copyright messages to include 1993. 1993-03-29 10:43:31 +00:00
graminit.c Latest gramamr 1992-04-06 12:34:37 +00:00
import.c * Changed all copyright messages to include 1993. 1993-03-29 10:43:31 +00:00
marshal.c * Changed all copyright messages to include 1993. 1993-03-29 10:43:31 +00:00
modsupport.c * Changed many files to use mkvalue() instead of newtupleobject(). 1993-03-16 12:15:04 +00:00
pythonmain.c * Changed all copyright messages to include 1993. 1993-03-29 10:43:31 +00:00
pythonrun.c * Changed all copyright messages to include 1993. 1993-03-29 10:43:31 +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