summaryrefslogtreecommitdiffstats
path: root/Parser/acceler.c
Commit message (Collapse)AuthorAgeFilesLines
* Added finalization routines.Guido van Rossum1997-08-021-0/+20
|
* Another directory quickly renamed.Guido van Rossum1997-04-291-7/+7
|
* Rename DEBUG macro to Py_DEBUGGuido van Rossum1996-12-301-2/+2
|
* New permission notice, includes CNRI.Guido van Rossum1996-10-251-12/+19
|
* Added 1995 to copyright message.Guido van Rossum1995-01-041-2/+2
|
* Merge back to main trunkGuido van Rossum1994-08-301-2/+3
|
* * Changed all copyright messages to include 1993.Guido van Rossum1993-03-291-2/+2
| | | | | | | | | | | | | | | | | * 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
* Print warnings to stderr and correct spellingGuido van Rossum1992-09-031-2/+2
|
* Copyright for 1992 addedGuido van Rossum1992-04-051-1/+1
|
* Lint fluffGuido van Rossum1992-03-271-4/+3
|
* Added work-arounds for MPW 3.{1,2?} code generation bug.Guido van Rossum1991-09-101-0/+17
|
* Added copyright notice.Guido van Rossum1991-02-191-0/+24
|
* "Compiling" versionGuido van Rossum1990-12-201-33/+44
|
* Initial revisionGuido van Rossum1990-10-141-0/+101