Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | More cleanup: Move some demos into a dedicated Tools/demo dir, move 2to3 demo... | Georg Brandl | 2010-12-30 | 1 | -141/+0 |
* | Remove __metaclass__ remains. | Georg Brandl | 2008-05-27 | 1 | -2/+2 |
* | Merged revisions 59193-59201 via svnmerge from | Christian Heimes | 2007-11-27 | 1 | -1/+1 |
* | Run 2to3 over the Demo/ directory to shut up parse errors from 2to3 about lin... | Collin Winter | 2007-07-17 | 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 | 1 | -3/+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 | 1 | -0/+145 |