1. 19 Jan, 2018 6 commits
  2. 18 Jan, 2018 9 commits
  3. 17 Jan, 2018 7 commits
  4. 15 Jan, 2018 11 commits
  5. 14 Jan, 2018 2 commits
  6. 13 Jan, 2018 2 commits
  7. 12 Jan, 2018 3 commits
    • Jason Madden's avatar
      Fixes #1057 by adjusting timers for libuv · debb8d83
      Jason Madden authored
      But see the comments in the code and the comments in the issue. libuv
      has very different timer behaviour than libev.
      debb8d83
    • Jason Madden's avatar
      Fix test__systemerror (#1058) again · 62e3b300
      Jason Madden authored
      It depended on when the timer expired relative to when we intered the
      loop for the first time. It could still run before our other callbacks
      did if it had expired before we entered the loop.
      
      I suppose that going to the static 'extern' functions changed the
      timing of things enough that this exposed itself.
      62e3b300
    • Jason Madden's avatar
      Another cpython crasher. · 7e504fde
      Jason Madden authored
      7e504fde