1. 27 Aug, 2014 3 commits
    • Kevin Modzelewski's avatar
      Merge pull request #139 from tjhance/complex2 · d021017c
      Kevin Modzelewski authored
      Complex2
      d021017c
    • Kevin Modzelewski's avatar
      Very basic old-style class support · 8e952a4e
      Kevin Modzelewski authored
      The mechanics for creating one actually seem pretty simple:
      you just pick a different metaclass (ClassType).
      
      I think the old-style classes are working ok now, but the old-style
      instances very much are not.
      8e952a4e
    • Kevin Modzelewski's avatar
      Basic metaclass support · 17cbc7ab
      Kevin Modzelewski authored
      We actually had most of the base support in place; this commit just adds
      the ability to specify a metaclass other than type_cls, and the ability
      to determine which metaclass to use when defining a new class.
      
      But just like how we have the base functionality to inherit from all the
      builtin types but haven't updated all the functions yet, I bet there
      are more places that assume the type of a class is always type_cls.
      17cbc7ab
  2. 26 Aug, 2014 10 commits
  3. 25 Aug, 2014 6 commits
  4. 24 Aug, 2014 6 commits
  5. 23 Aug, 2014 3 commits
  6. 22 Aug, 2014 7 commits
  7. 21 Aug, 2014 5 commits