1. 17 Oct, 2012 8 commits
  2. 14 Oct, 2012 4 commits
  3. 11 Oct, 2012 1 commit
  4. 06 Oct, 2012 3 commits
  5. 29 Sep, 2012 2 commits
  6. 28 Sep, 2012 15 commits
  7. 26 Sep, 2012 5 commits
  8. 23 Sep, 2012 2 commits
    • Denis Bilenko's avatar
      use greentest instead of unittest · 21f96760
      Denis Bilenko authored
      in 5 more tests; this ensures more checks, esp. in debug mode
      21f96760
    • Denis Bilenko's avatar
      Fix issue #148 · e23fb41a
      Denis Bilenko authored
      read() in small chunks, as reading in big chunks from non-blocking fd
      fails on Mac OS X.
      
      Do os._exit() in "finally" section, to avoid raising an exception and thus
      executing unrelated code of the main process.
      
      Original patch by Vitaly Kruglikov.
      e23fb41a