1. 1e8ce58 remove most uses of list(somedict.keys()) in Demo scripts by Skip Montanaro · 17 years ago
  2. 6f2df4d Run 2to3 over the Demo/ directory to shut up parse errors from 2to3 about lingering print statements. by Collin Winter · 17 years ago
  3. 75b64e6 Use decorators. by Guido van Rossum · 19 years ago
  4. e6ddc8b Whitespace normalization. Ran reindent.py over the entire source tree. by Tim Peters · 20 years ago
  5. 70a6b49 Replace backticks with repr() or "%r" by Walter Dörwald · 20 years ago
  6. 98013be Get the meta class inheritance right. by Jeremy Hylton · 22 years ago
  7. 1808fbc move make_eiffel_method() out of base metaclass by Jeremy Hylton · 22 years ago
  8. a70c3bd Remove list prenpost. It's not used any longer. by Jeremy Hylton · 22 years ago
  9. c9329ca Add a call to a Sub() method that actually works. by Jeremy Hylton · 22 years ago
  10. a003316 Add Enum and Eiffel examples using new-style classes. by Jeremy Hylton · 22 years ago