index
:
cpython.git
2.7
3.3
3.4
3.5
3.6
benjamin-clang
benjamin-iteration-torture
buildbot-custom
master
https://github.com/python/cpython.git
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
Demo
/
newmetaclasses
Commit message (
Expand
)
Author
Age
Files
Lines
*
Remove __metaclass__ remains.
Georg Brandl
2008-05-27
2
-6/+6
*
Merged revisions 59193-59201 via svnmerge from
Christian Heimes
2007-11-27
1
-1/+1
*
remove most uses of list(somedict.keys()) in Demo scripts
Skip Montanaro
2007-08-06
1
-1/+1
*
Run 2to3 over the Demo/ directory to shut up parse errors from 2to3 about lin...
Collin Winter
2007-07-17
2
-33/+33
*
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