1. 04 Oct, 2016 3 commits
  2. 29 Sep, 2016 1 commit
  3. 28 Sep, 2016 2 commits
  4. 27 Sep, 2016 2 commits
  5. 26 Sep, 2016 1 commit
  6. 21 Sep, 2016 4 commits
  7. 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
  8. 19 Sep, 2016 2 commits
  9. 14 Sep, 2016 1 commit
  10. 13 Sep, 2016 4 commits
  11. 12 Sep, 2016 15 commits
  12. 11 Sep, 2016 2 commits
  13. 10 Sep, 2016 2 commits