Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Replaced import of the 'new' module with 'types' module and added a deprecati... | Christian Heimes | 2007-11-27 | 1 | -1/+1 |
* | Use decorators. | Guido van Rossum | 2005-01-16 | 1 | -4/+2 |
* | Whitespace normalization. Ran reindent.py over the entire source tree. | Tim Peters | 2004-07-18 | 2 | -4/+2 |
* | Replace backticks with repr() or "%r" | Walter Dörwald | 2004-02-12 | 1 | -2/+2 |
* | Get the meta class inheritance right. | Jeremy Hylton | 2002-07-12 | 1 | -5/+6 |
* | move make_eiffel_method() out of base metaclass | Jeremy Hylton | 2002-07-11 | 1 | -7/+7 |
* | Remove list prenpost. It's not used any longer. | Jeremy Hylton | 2002-07-11 | 1 | -3/+0 |
* | Add a call to a Sub() method that actually works. | Jeremy Hylton | 2002-07-11 | 1 | -0/+1 |
* | Add Enum and Eiffel examples using new-style classes. | Jeremy Hylton | 2002-07-11 | 2 | -0/+323 |