• Guido van Rossum's avatar
    * Changed all copyright messages to include 1993. · 9bfef44d
    Guido van Rossum yazdı
    * 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
    9bfef44d
Adı
Son kayıt (commit)
Son güncelleme
..
acceler.c Loading commit data...
assert.h Loading commit data...
bitset.c Loading commit data...
firstsets.c Loading commit data...
grammar.c Loading commit data...
grammar1.c Loading commit data...
intrcheck.c Loading commit data...
listnode.c Loading commit data...
metagrammar.c Loading commit data...
node.c Loading commit data...
parser.c Loading commit data...
parser.h Loading commit data...
parsetok.c Loading commit data...
pgen.c Loading commit data...
pgen.h Loading commit data...
pgenmain.c Loading commit data...
printgrammar.c Loading commit data...
tokenizer.c Loading commit data...
tokenizer.h Loading commit data...