1. a97bed9 Merged revisions 70107 via svnmerge from by Benjamin Peterson · 16 years ago
  2. 5c7f8fb Merged revisions 67398,67423-67424,67432,67440-67441,67444-67445,67454,67457,67463 via svnmerge from by Georg Brandl · 17 years ago
  3. 4f1b1ed Fixed the semantic of timeout for socket.create_connection and by Facundo Batista · 17 years ago
  4. 6c4a7c6 Fix typo with regards to self.PORT shadowing class variables with the same name. by Trent Nelson · 17 years ago
  5. e41b006 - Issue #2550: The approach used by client/server code for obtaining ports by Trent Nelson · 17 years ago
  6. 8c460d5 #1627: httplib now ignores negative Content-Length headers. by Georg Brandl · 17 years ago
  7. 2363503 #900744: If an invalid chunked-encoding header is sent by a server, by Georg Brandl · 17 years ago
  8. c5f05e4 Patch #2167 from calvin: Remove unused imports by Christian Heimes · 17 years ago
  9. 7066590 Issue #1580738. When HTTPConnection reads the whole stream with read(), by Facundo Batista · 18 years ago
  10. 628e3bb One more fix to consider missing SSL support. by Thomas Wouters · 18 years ago
  11. 70f996b Added timeout support to HTTPSConnection, through the by Facundo Batista · 18 years ago
  12. 0d4c06e Whitespace normalization. Ugh, we really need to do this more often. by Neal Norwitz · 18 years ago
  13. f196629 Closing the HTTP connection after each test, and listening more. by Facundo Batista · 18 years ago
  14. 14553b0 Surrounded with try/finally to socket's default timeout setting by Facundo Batista · 18 years ago
  15. 07c78be Added a 'create_connect()' function to socket.py, which creates a by Facundo Batista · 18 years ago
  16. 040a927 Patch #1065257: Support passing open files as body in HTTPConnection.request(). by Martin v. Löwis · 19 years ago
  17. 71a2089 Completely convert test_httplib to unittest. by Georg Brandl · 19 years ago
  18. 4cbd1e3 Move test case for HTTP response dict to httplib. by Georg Brandl · 19 years ago
  19. c74298a Whitespace normalization. by Tim Peters · 21 years ago
  20. 0a1af4a Remove tabs. by Brett Cannon · 21 years ago
  21. 74a249e Strip square brackets from IPv6 address. by Martin v. Löwis · 21 years ago
  22. cae14d2 missed the obvious test case and corresponding fix by Skip Montanaro · 21 years ago
  23. 10e6e0e Search from the end of the host/port combination to find the colon which by Skip Montanaro · 21 years ago
  24. 2c17825 SF bug 874842 and patch 997626: httplib bugs by Jeremy Hylton · 21 years ago
  25. 121d34a Fix SF bug 764095: Don't use network in test_httplib. by Jeremy Hylton · 22 years ago
  26. c1b2cb9 SF bug 622042: Don't expect response body from HEAD request. by Jeremy Hylton · 22 years ago
  27. ba60319 Fix for SF bug 661340: test_httplib fails on the mac. by Jeremy Hylton · 23 years ago
  28. 408b6d3 Complete the absolute import patch for the test suite. All relative by Barry Warsaw · 23 years ago
  29. c411dba Whitespace normalization. by Tim Peters · 23 years ago
  30. 39c0380 Change _begin() back to begin(). by Jeremy Hylton · 23 years ago
  31. 6d0a4c7 Fix for SF bug #432621: httplib: multiple Set-Cookie headers by Jeremy Hylton · 23 years ago
  32. 566fe9e Track change of begin() to _begin(). by Jeremy Hylton · 23 years ago
  33. 28bb572 Use attributes appropriately by Neal Norwitz · 23 years ago
  34. 03ff86d add test of InvalidURL by Skip Montanaro · 23 years ago
  35. d48004f test_support should be imported directly, not via test.test_support. by Tim Peters · 24 years ago
  36. 79fa2b6 Add test for SF bug #405427 by Jeremy Hylton · 24 years ago