1. 25 May, 2015 2 commits
  2. 22 May, 2015 31 commits
  3. 21 May, 2015 2 commits
  4. 20 May, 2015 3 commits
  5. 19 May, 2015 2 commits
    • Kevin Modzelewski's avatar
      Copy all HAVE_FOO defines from cpython · 0e9af050
      Kevin Modzelewski authored
      Previously we were only copying them when we noticed they were needed,
      but we've been spending a fair bit of time hunting down issues that
      are caused by a missing HAVE_ define.
      
      So instead, bulk-copy the ones that the CPython configure script determined.
      I bet we'll start running into some that were available on my 14.04
      machine but won't be on other configurations; I'm hoping that an extra
      define is easier to debug than a missing one (build error vs run error),
      making this the better approach.
      0e9af050
    • Kevin Modzelewski's avatar
      Merge pull request #540 from kmod/full_check · 906ba67b
      Kevin Modzelewski authored
      Add full_check and fix a couple misc things
      906ba67b