1. 8044055 Somebody made list.__dict__ grow a '__doc__' key, but apparently didn't by Tim Peters · 23 years ago
  2. a427a2b Rename "dictionary" (type and constructor) to "dict". by Tim Peters · 23 years ago
  3. 7b9144b Halfway checkin. This is still messy, but it's beginning to address by Guido van Rossum · 23 years ago
  4. 3926a63 - Provisional support for pickling new-style objects. (*) by Guido van Rossum · 23 years ago
  5. a4cb788 Change repr() of a new-style class to say <class 'ClassName'> rather by Guido van Rossum · 23 years ago
  6. 867a8d2 Change the name of the __getattr__ special method for new-style by Guido van Rossum · 23 years ago
  7. a0a6222 Teach regrtest how to pass on doctest failure msgs. This is done via a by Tim Peters · 23 years ago
  8. 90ba8d9 Force "test." into the start of the module name, inherited by class and by Tim Peters · 23 years ago
  9. 8bce4ac Rename 'getset' to 'property'. by Guido van Rossum · 23 years ago
  10. 5d2b77c Make dir() wordier (see the new docstring). The new behavior is a mixed by Tim Peters · 23 years ago
  11. 95c99e5 Made a doctest out of the examples in Guido's type/class tutorial. by Tim Peters · 23 years ago