1. 06 Jul, 2015 2 commits
  2. 05 Jul, 2015 1 commit
  3. 02 Jul, 2015 7 commits
  4. 01 Jul, 2015 8 commits
  5. 30 Jun, 2015 13 commits
  6. 29 Jun, 2015 2 commits
  7. 27 Jun, 2015 5 commits
  8. 26 Jun, 2015 2 commits
    • Kevin Modzelewski's avatar
      capi exceptions fixes · 76c861ad
      Kevin Modzelewski authored
      We got away with sloppy exception clearing in some places, since
      raiseExcHelper would end up calling typeCall which would re-throw
      the capi exception that hadn't been cleared.
      
      Now that typeCall doesn't do that (which is fine), those bugs got
      exposed.
      76c861ad
    • Kevin Modzelewski's avatar
      Optimize creation of extension objects · be68face
      Kevin Modzelewski authored
      We can't rewrite into the object-creation behavior, but
      we can rewrite the decision to just use CPython's c slots.
      be68face