1. 11 Apr, 2014 1 commit
    • Denis Bilenko's avatar
      fix #423: pool: LoopExit in imap/imap_unordered · e3ef3c8e
      Denis Bilenko authored
      It was possible for IMap/IMapUnordered greenlets to exit without putting the final StopIteration. So, whoever was waiting on the results would have to wait forever (or until LoopExit if there's nothing else running in the program).
      
      Original patch and test by @thinxer (close #424).
      
      Fix #311: same issue.
      e3ef3c8e
  2. 09 Apr, 2014 1 commit
  3. 31 Mar, 2014 1 commit
  4. 29 Mar, 2014 1 commit
  5. 28 Mar, 2014 1 commit
  6. 05 Mar, 2014 3 commits
  7. 04 Mar, 2014 21 commits
  8. 24 Feb, 2014 1 commit
  9. 22 Feb, 2014 1 commit
    • Alexey Borzenkov's avatar
      Port gevent vfd to win64 · b8bb5eed
      Alexey Borzenkov authored
      Since long on win64 is 32-bit it cannot hold all possible
      SOCKET handle values, making it theoretically possible to
      get an exception "OverflowError: Python int too large to
      convert to C long" if socket handles become too big. Now
      on win64 it properly uses PY_LONG_LONG.
      b8bb5eed
  10. 10 Feb, 2014 3 commits
  11. 09 Feb, 2014 3 commits
  12. 08 Feb, 2014 2 commits
  13. 23 Jan, 2014 1 commit