1. 20 Sep, 2016 1 commit
    • Kevin Modzelewski's avatar
      Add type.__instancecheck__ and __subclasscheck__ · 77658381
      Kevin Modzelewski authored
      We supported classes that overrode them, but didn't provide a
      default implementation in case people called it by hand.
      
      The tricky part is making sure that these new additions don't
      mess with our "does this class override __instancecheck__" optimizations.
      77658381
  2. 19 Sep, 2016 2 commits
  3. 13 Sep, 2016 3 commits
  4. 12 Sep, 2016 15 commits
  5. 11 Sep, 2016 2 commits
  6. 10 Sep, 2016 9 commits
  7. 08 Sep, 2016 3 commits
  8. 07 Sep, 2016 5 commits