1. 25 May, 2016 1 commit
  2. 24 May, 2016 3 commits
  3. 23 May, 2016 17 commits
  4. 22 May, 2016 5 commits
  5. 21 May, 2016 4 commits
  6. 20 May, 2016 8 commits
  7. 19 May, 2016 2 commits
    • Kevin Modzelewski's avatar
      Merge pull request #1183 from undingen/merge_missing2 · 49f8df10
      Kevin Modzelewski authored
      merge the missing merge commits (mostly cosmetic change)
      49f8df10
    • Kevin Modzelewski's avatar
      Extract the logic from DEFAULT_CLASS_SIMPLE · 4f83635c
      Kevin Modzelewski authored
      so that it can be used in more places.  Looking at pyxl_bench2_10x,
      most of the calls to PyType_GenericAlloc are from the dict and list
      iterator classes, which don't use DEFAULT_CLASS_SIMPLE (or DEFAULT_CLASS)
      since they use the same C++ class with multiple Python classes.  So
      by extracting out the core of that function, it's now usable by those
      other classes.
      
      Also convert some things to DEFAULT_CLASS_SIMPLE while we're at it.
      4f83635c