1. 04 Aug, 2007 1 commit
    • Jeremy Hylton's avatar
      HTTPResponse should not inherit from io.IOBase. · 97043c3c
      Jeremy Hylton authored
      I'm not sure why I thought it should originally, but it introduces an
      __del__() method on the response which cause the close() to be called
      too soon using the HTTP compat class.
      
      Also, remove some stale comments.  The HTTPResponse calls makefile()
      immediately, so there is no risk of it closing the socket.
      97043c3c
  2. 03 Aug, 2007 15 commits
  3. 02 Aug, 2007 2 commits
  4. 01 Aug, 2007 5 commits
  5. 30 Jul, 2007 4 commits
  6. 29 Jul, 2007 3 commits
  7. 28 Jul, 2007 5 commits
  8. 27 Jul, 2007 5 commits