6 Commits

Author SHA1 Message Date
Kenneth Reitz b2453fe0da upload. 2014-08-13 11:00:35 -04:00
Brice Fernandes 29f8dd1ba1 Python 2.5 compatibility 2012-06-08 11:38:06 +01:00
Brice Fernandes d9b70c8a9b Backward-compatible Port to Python 3
- Keeps Python 2.7 and 2.6 compatibility
  - Is not compatible with Python 2.5, as the original code never was.
    This is due to two problems:
     1. Use of the `Thread.is_alive()` method. Python 2.5 only
        provides `Thread.isAlive()`.
     2. Use of the `Popen.terminate()` and `Popen.kill()` methods,
        which only exist in Python >= 2.6
2012-06-08 11:38:05 +01:00
jbergstroem e28cfe4f6b Wrong repo 2011-12-28 11:46:46 +01:00
Kenneth Reitz 8b5ab996d9 update 2011-08-27 13:48:09 -04:00
Kenneth Reitz 1c708ee3ce set it up 2011-08-27 13:47:14 -04:00