1. 08 Jul, 2018 1 commit
  2. 05 Jul, 2018 2 commits
  3. 04 Jul, 2018 2 commits
  4. 03 Jul, 2018 2 commits
  5. 02 Jul, 2018 1 commit
  6. 01 Jul, 2018 1 commit
    • James Clarke's avatar
      Fix test_itimer on x32 · f77fcf83
      James Clarke authored
      On x32, tv_sec and tv_usec are in fact long long rather than the standard long,
      and so in Python 2.x are automatically converted to Python longs, causing the
      test to fail with:
      
          Failed example:
              test_itimer(10, 2)
          Expected:
              (10, 2)
          Got:
              (10L, 2L)
      
      To fix this, we should explicitly call the int constructor.
      f77fcf83
  7. 26 Jun, 2018 4 commits
  8. 22 Jun, 2018 27 commits