1. 24 Jul, 2014 3 commits
    • Kevin Modzelewski's avatar
      Some basic frozenset support · 2cff7121
      Kevin Modzelewski authored
      Just do it by putting a different class object on the same C-level structure.
      Not too hard right now to defeat the frozen-ness, please don't try.
      2cff7121
    • Kevin Modzelewski's avatar
      'del name' support · d12a7d06
      Kevin Modzelewski authored
      Ended up not being too bad, except for some more fun around classdefs
      having different rules, and making sure to generate the correct error
      type and messages.
      d12a7d06
    • Kevin Modzelewski's avatar
      Slightly change delattr behavior and messages · 1c630103
      Kevin Modzelewski authored
      Not worth producing CPython's error messages exactly: some delattr
      messages depend on whether or not the object has a __dict__ allocated
      or not.  Just canonicalize those in the tester.
      1c630103
  2. 23 Jul, 2014 11 commits
  3. 22 Jul, 2014 11 commits
  4. 21 Jul, 2014 2 commits
  5. 09 Jul, 2014 1 commit
  6. 08 Jul, 2014 3 commits
  7. 29 Jun, 2014 3 commits
  8. 27 Jun, 2014 2 commits
  9. 26 Jun, 2014 4 commits