aboutsummaryrefslogtreecommitdiffstats
path: root/mop
Commit message (Expand)AuthorAgeFilesLines
* let's just not have new at allJesse Luehrs2014-11-011-5/+3
* use python-style constructorsJesse Luehrs2014-11-011-24/+29
* call hash(), not __hash__()Jesse Luehrs2014-11-011-1/+1
* fix commentJesse Luehrs2014-11-011-2/+1
* actually, these base method belong in phase 3Jesse Luehrs2014-11-011-7/+7
* the metaclass is already set hereJesse Luehrs2014-11-011-4/+2
* simplify the initial phase of the bootstrap a bitJesse Luehrs2014-11-011-31/+31
* remove useless get_ prefixesJesse Luehrs2014-11-011-52/+52
* also replace the hardcoded gen_reader stuffJesse Luehrs2014-11-011-0/+15
* better handling of Method.executeJesse Luehrs2014-11-011-15/+27
* make the constructor go through the attribute protocol as wellJesse Luehrs2014-11-011-15/+16
* also set_valueJesse Luehrs2014-10-311-0/+6
* more meaningful names hereJesse Luehrs2014-10-311-7/+7
* use a better reader implementation for most thingsJesse Luehrs2014-10-311-6/+13
* looks like we do need a separate finalize stepJesse Luehrs2014-10-311-3/+8
* add an attribute method to get the value at that attributeJesse Luehrs2014-10-311-0/+6
* actually, looks like we do need to support defaultsJesse Luehrs2014-10-311-5/+29
* these don't need to be globalJesse Luehrs2014-10-311-34/+32
* more commentsJesse Luehrs2014-10-311-0/+9
* various cleanupsJesse Luehrs2014-10-311-27/+70
* don't use the class name as the keyJesse Luehrs2014-10-311-6/+10
* the real add_method should use methodsJesse Luehrs2014-10-311-1/+1
* more refactoringJesse Luehrs2014-10-311-6/+15
* clean up the pre-bootstrap stuff a bitJesse Luehrs2014-10-311-27/+34
* initial sketchJesse Luehrs2014-10-311-0/+202