1. aa1b95b Autoformat py files using Black (#105) by Alex Yu · 6 years ago
  2. 5bb616c dict.has_key(key) --> key in dict, new style exceptions (#81) by cclauss · 7 years ago
  3. 5ccd260 NEW: Add proxy_headers argument to ProxyInfo constructor. (#21) by Martin Carroll · 8 years ago
  4. a780bf5 NEW: Support for specifying the SSL protocol version (Python v2) (#9) by Alex Yu · 8 years ago
  5. 0197ec8 Add an updated cacerts.txt file and fix some tests. by Joe Gregorio · 11 years ago
  6. 1d3a709 Fix handling of BadStatusLine. by Joe Gregorio · 12 years ago
  7. 46546a6 Make httplib2.Http() instances pickleable. by Joe Gregorio · 12 years ago
  8. b30ed37 Add control so that Authorization: headers aren't forwarded on a 3xx response by default. by Joe Gregorio · 12 years ago
  9. 3e56313 Changing version numbers for 0.7.3 release by Joe Gregorio · 13 years ago
  10. cee15da Fixed failing test case when IPv6 HTTPS server is present by Jason R. Coombs · 13 years ago
  11. 88c1f28 Fixed failing test case on Windows by Jason R. Coombs · 13 years ago
  12. 96279c5 no_proxy can now be upper case by Jason R. Coombs · 13 years ago
  13. 4384089 Http() now detects the proxy configuration by Jason R. Coombs · 13 years ago
  14. 8a487d0 Added support to ProxyInfo object for detection of proxy from environment variables by Jason R. Coombs · 13 years ago
  15. ac335ff Fix up some tests. by Joe Gregorio · 13 years ago
  16. c69dc78 Fix issue with not matching on first host in cert list. Add unit tests. by Joe Gregorio · 13 years ago
  17. 03d9910 Added (optional) opaque support to DigestAuth by Joe Gregorio · 13 years ago
  18. 875a8b5 Fixes issue 72. Always lowercase authorization header. by Joe Gregorio · 13 years ago
  19. b53de9b Add certificate validation. Work initially started by Christoph Kern. by Joe Gregorio · 13 years ago
  20. bd68208 Add default support for optimistic concurrency on PATCH requests by Joe Gregorio · 13 years ago
  21. 84e3325 Fix problem with ssl import in some situations. by Joe Gregorio · 13 years ago
  22. 6fa3cf2 Fixes issue 120. by Joe Gregorio · 14 years ago
  23. 694a812 Fixes issue 123. by Joe Gregorio · 14 years ago
  24. d1137c5 Fixes issue 104. by Joe Gregorio · 14 years ago
  25. f3ee17b Fixes issue 126. IPv6 under various conditions would fail. by Joe Gregorio · 14 years ago
  26. b6c90c4 Further fixes for issue 96. Adds tests and also fixes it for Python 3 by Joe Gregorio · 14 years ago
  27. 88ef89b Fix for issue #94 by Leonard Richardson by jcgregorio · 14 years ago
  28. ef25bf3 Fixed issue #77 by Joe Gregorio · 15 years ago
  29. 89f1514 Add support for Vary header by chris dent · 15 years ago
  30. 25dffef Tests are now run on 2.4, 2.5, 2.6 and 3.1 by Joe Gregorio · 15 years ago[Renamed from httplib2test.py]
  31. cd86810 Fixed up test scripts so they work on new hosting provider by Joe Gregorio · 15 years ago
  32. 84cc10a Added tests for connection:close by Joe Gregorio · 15 years ago
  33. e314e8b Fixed issue #58 - malformed cache-control headers would cause an exception by Joe Gregorio · 15 years ago
  34. e202d21 Fixed issue #12 - Cache-Control: only-if-cached incorrectly does request if item not in cache by Joe Gregorio · 15 years ago
  35. b628c0b Fixed bug #56 by Joe Gregorio · 15 years ago
  36. 1a7609f Fix bug #57 by Joe Gregorio · 15 years ago
  37. 00a352e Python 3 port (in python3/ subdirectory) by pilgrim · 15 years ago
  38. 700f04d Fixed issue #33 by adding in the Http.optimistic_concurrency_methods attribute by joe.gregorio · 16 years ago
  39. 8b6d231 Added a way to track if a content body was gzipped by joe.gregorio · 17 years ago
  40. 0d4a2b8 Fixed the zero content-length HEAD response. Bug #2 by joe.gregorio · 17 years ago
  41. f28536d Added proxy support by joe.gregorio · 17 years ago
  42. 1464437 Added connection_type argument to Http.request() per Simon Willison request by jcgregorio · 17 years ago
  43. f951105 Fixed bug 1729294 by jcgregorio · 17 years ago
  44. 2f1e142 Added the 'follow_redirects' attribute to Http() by jcgregorio · 17 years ago
  45. b269791 Added ability to set timeouts per Http instance by jcgregorio · 18 years ago
  46. 07a9a4a Fixed bug 1597381 Map exceptions to status codes by jcgregorio · 18 years ago
  47. de8238d Fixed 1529840 Add domain with add_credentials, and now allow adding SLL credentials by jcgregorio · 18 years ago
  48. 6a63817 Fixed bug [ 1529838 ] Non-existent URI by jcgregorio · 18 years ago
  49. 132d28e Fixed bug [ 1642634 ] Non-absolute URIs need their own exception by jcgregorio · 18 years ago
  50. 4b145e8 Fixed bug #1597318 User supplied if-* headers by jcgregorio · 18 years ago
  51. 4586501 Added unit test for non-numeric cache-control header values by jcgregorio · 18 years ago
  52. debceec Fixed IRI support so it doesn't break Python 2.2 support by jcgregorio · 18 years ago
  53. a898f8f Added IRI support by jcgregorio · 18 years ago
  54. 772adc8 Changed -location header to content-location: by jcgregorio · 18 years ago
  55. 90fb4a4 Forced the status: header to the top for mod_asis compatibility, also removed some headers from being stored in the cache. by jcgregorio · 18 years ago
  56. b4e9ab0 Now normalizing the scheme in URIs by jcgregorio · 18 years ago
  57. 11eb4f1 Migrated from the now deprecated rfc822 module to the email module. by jcgregorio · 18 years ago
  58. a46fe4e Fixed bug# 1597306, cache names are no longer opaque. Also moved the cache file name generation out to FileCache and made the algorithm pluggable. by jcgregorio · 18 years ago
  59. 8e300b9 Added support for -location by jcgregorio · 18 years ago
  60. 153f588 Added Response.dict to allow this to seemlessly be used with feedparser. Also fixed bug where we didn't recalculate the content-length when we unzip/inflate an entity by jcgregorio · 18 years ago
  61. 2518562 Added Http.ignore_etag by jcgregorio · 18 years ago
  62. a0713ab Renamed Response._previous to Response.previous by jcgregorio · 18 years ago
  63. 47d2467 Now passing all 116 unit tests. by jcgregorio · 18 years ago
  64. 7e3608f Fixed bug in unit tests where we didn't check for the existence of the cache directory before we tried to wipe out all the files in it. by jcgregorio · 18 years ago
  65. 36140b5 Added support for memcache by jcgregorio · 18 years ago
  66. adbb4f8 Typos fix from Blair Zajac by jcgregorio · 18 years ago
  67. fd22e43 Fixed bug 1461941 by jcgregorio · 18 years ago
  68. 6cbab7e Added in a rough first pass at GoogleLogin authentication by jcgregorio · 18 years ago
  69. e4ce13e Fixed https://sourceforge.net/tracker/?func=detail&atid=818434&aid=1459543&group_id=161082 by jcgregorio · 18 years ago
  70. db8dfc8 Added in https://sourceforge.net/tracker/?func=detail&atid=818434&aid=1462092&group_id=161082, but modified and added unit tests. by jcgregorio · 18 years ago
  71. 8421f27 Merged antill-bug back into the trunk by jcgregorio · 19 years ago
  72. 2d66d4f moving into final svn structure by jcgregorio · 19 years ago