1. c756d00 Replaced import of the 'new' module with 'types' module and added a deprecation warning to the 'new' module. by Christian Heimes · 17 years ago
  2. 75b64e6 Use decorators. by Guido van Rossum · 20 years ago
  3. e6ddc8b Whitespace normalization. Ran reindent.py over the entire source tree. by Tim Peters · 20 years ago
  4. 70a6b49 Replace backticks with repr() or "%r" by Walter Dörwald · 20 years ago
  5. 98013be Get the meta class inheritance right. by Jeremy Hylton · 22 years ago
  6. 1808fbc move make_eiffel_method() out of base metaclass by Jeremy Hylton · 22 years ago
  7. a70c3bd Remove list prenpost. It's not used any longer. by Jeremy Hylton · 22 years ago
  8. c9329ca Add a call to a Sub() method that actually works. by Jeremy Hylton · 22 years ago
  9. a003316 Add Enum and Eiffel examples using new-style classes. by Jeremy Hylton · 22 years ago