summaryrefslogtreecommitdiffstats
path: root/Demo/newmetaclasses
Commit message (Collapse)AuthorAgeFilesLines
* Remove __metaclass__ remains.Georg Brandl2008-05-272-6/+6
|
* Merged revisions 59193-59201 via svnmerge fromChristian Heimes2007-11-271-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | svn+ssh://pythondev@svn.python.org/python/trunk ........ r59195 | facundo.batista | 2007-11-27 19:50:12 +0100 (Tue, 27 Nov 2007) | 4 lines Moved the errno import from inside the functions to the module level. Fixes issue 1755179. ........ r59199 | christian.heimes | 2007-11-27 22:28:40 +0100 (Tue, 27 Nov 2007) | 1 line Backport of changes to PCbuild9 from the py3k branch ........ r59200 | christian.heimes | 2007-11-27 22:34:01 +0100 (Tue, 27 Nov 2007) | 1 line Replaced import of the 'new' module with 'types' module and added a deprecation warning to the 'new' module. ........ r59201 | christian.heimes | 2007-11-27 22:35:44 +0100 (Tue, 27 Nov 2007) | 1 line Added a deprecation warning to the 'new' module. ........
* remove most uses of list(somedict.keys()) in Demo scriptsSkip Montanaro2007-08-061-1/+1
|
* Run 2to3 over the Demo/ directory to shut up parse errors from 2to3 about ↵Collin Winter2007-07-172-33/+33
| | | | lingering print statements.
* Use decorators.Guido van Rossum2005-01-161-4/+2
|
* Whitespace normalization. Ran reindent.py over the entire source tree.Tim Peters2004-07-182-4/+2
|
* Replace backticks with repr() or "%r"Walter Dörwald2004-02-121-2/+2
| | | | From SF patch #852334.
* Get the meta class inheritance right.Jeremy Hylton2002-07-121-5/+6
|
* move make_eiffel_method() out of base metaclassJeremy Hylton2002-07-111-7/+7
|
* Remove list prenpost. It's not used any longer.Jeremy Hylton2002-07-111-3/+0
|
* Add a call to a Sub() method that actually works.Jeremy Hylton2002-07-111-0/+1
|
* Add Enum and Eiffel examples using new-style classes.Jeremy Hylton2002-07-112-0/+323