1. 10 Mar, 2016 1 commit
    • Jason Madden's avatar
      Update c-ares to 1.11.0 · 00cdf305
      Jason Madden authored
      - Replaced the whole directory with current source. This adds a few more
        scripts that we could remove again if desired, but it's easier just to
        be able to copy everything.
      - However, the new test directory requires c++11, which travis doesn't
        have, so it's ditabled.
      - The invocation of configure had to lose the CONFIG_FILES= param,
        because with that set, configure would fail to create the Makefile
        which in turn caused the whole thing to fail.
      00cdf305
  2. 09 Mar, 2016 10 commits
  3. 07 Mar, 2016 2 commits
  4. 05 Mar, 2016 5 commits
  5. 04 Mar, 2016 6 commits
  6. 02 Mar, 2016 3 commits
  7. 01 Mar, 2016 2 commits
  8. 28 Feb, 2016 2 commits
  9. 27 Feb, 2016 5 commits
  10. 26 Feb, 2016 2 commits
  11. 25 Feb, 2016 2 commits
    • Jason Madden's avatar
      Fix python bug 13502 · 421c1d14
      Jason Madden authored
      http://bugs.python.org/issue13502
      
      A race condition in Event that caused an improper return value if
      greenlets were waiting while the event was set, but then immediately
      cleared.
      
      This was fixed in Python 3 but not (yet?) backported to Python 2.7, even
      though the bug identifies that as a target.
      
      Not only does this behaviour seem more obviously correct to me, it's
      more future-proof: user share of Python 2 should be diminishing while
      Python 3 share (with the correct behaviour) grows.
      421c1d14
    • Jason Madden's avatar
      Merge branch 'master' into event-refactor · 8a256c7c
      Jason Madden authored
      8a256c7c