1. 5dee729 v0.11.0 release by Sergey Shepelev · 6 years ago
  2. 12b26f9 proxy: no_proxy=bar was matching foobar by Sergey Shepelev · 6 years ago
  3. ea67159 proxy: python3 support no_proxy and vendor socksipy by Sergey Shepelev · 6 years ago
  4. 3fb522e Add new DigiCert root certificate (#91) by Andrade · 6 years ago
  5. f2a6f75 python3 proxy support by Cedric Veilleux · 6 years ago
  6. 0112eff tests: py2/3 unified, using pytest, automated on Travis by Sergey Shepelev · 7 years ago
  7. 5bb616c dict.has_key(key) --> key in dict, new style exceptions (#81) by cclauss · 7 years ago
  8. 43ff265 Bugfix for Content-Encoding: deflate by Phus Lu · 7 years ago
  9. 1ae16e0 v0.10.3 release by Sergey Shepelev · 7 years ago
  10. 7b54fbb v0.10.2 release by Sergey Shepelev · 7 years ago
  11. 4623377 Release v0.10.1 by Sergey Shepelev · 7 years ago
  12. 5ccd260 NEW: Add proxy_headers argument to ProxyInfo constructor. (#21) by Martin Carroll · 8 years ago
  13. 8dd5057 NEW: IdenTrust DST Root CA X3 (#26) by Andy Sayler · 8 years ago
  14. 0c7a921 FIX: Make disable_ssl_certificate_validation work with Python 3.5. (#15) by Tristan Hill · 8 years ago
  15. 7fafaf2 Remove VeriSign Class 3 CA from trusted certs by Stephen Röttger · 9 years ago
  16. cf631a7 Release 0.9.2 by Joe Gregorio · 9 years ago
  17. 7ebbd43 Fix incorrect ResponseNotReady exceptions, retry on transient errors. by Colin Stolley · 9 years ago
  18. f9f7972 0.9.1 Release changes. by Joe Gregorio · 9 years ago
  19. 1cf37bd Added unit test for _convert_byte_str in python3/httplib2test.py. by Cristobal · 9 years ago
  20. 93ba12c Update __init__.py by i026e · 10 years ago
  21. e795282 Default to doing DNS resolution through a proxy server if present. by Michael Farrell · 10 years ago
  22. 84fd089 Release 0.9. The heartbleed release. by Joe Gregorio · 10 years ago
  23. 0197ec8 Add an updated cacerts.txt file and fix some tests. by Joe Gregorio · 10 years ago
  24. aca2be6 Pass method by name, not positionally. by Joe Gregorio · 11 years ago
  25. 1d3a709 Fix handling of BadStatusLine. by Joe Gregorio · 11 years ago
  26. ee9ee3c 0.8 release by Joe Gregorio · 11 years ago
  27. f7ed34e Make indents consistent with PEP8. by Joe Gregorio · 11 years ago
  28. ffc3d54 Fix all whitespace issues. Patch from dhermes@google.com. by Joe Gregorio · 11 years ago
  29. 2084697 Fix Python3 dup header handling. Fixes isse #229. by Joe Gregorio · 12 years ago
  30. 74b1d4a Adding proxy_info_from_* methods to Python3. by Joe Gregorio · 12 years ago
  31. 53f169c Added GeoTrust cert by Joe Gregorio · 12 years ago
  32. 46546a6 Make httplib2.Http() instances pickleable. by Joe Gregorio · 12 years ago
  33. a91406d Version 0.7.6 by Joe Gregorio · 12 years ago
  34. ed72cba Fixes issue #212. Fixes issue #210. Fixes issue #214. Fixes issue #223. Fixes issue #222. by Joe Gregorio · 12 years ago
  35. b30ed37 Add control so that Authorization: headers aren't forwarded on a 3xx response by default. by Joe Gregorio · 12 years ago
  36. 4860c4f Add a parameter to control the number of retries. by Joe Gregorio · 12 years ago
  37. e5332f5 0.7.4 fix for missing cacerts by Joe Gregorio · 12 years ago
  38. 3e56313 Changing version numbers for 0.7.3 release by Joe Gregorio · 12 years ago
  39. ac69af8 Fix python 2.4 compat issues and fixed python 3.0 tests. by Joe Gregorio · 13 years ago
  40. 0aa16cd Prepping for version 0.7.2 release by Joe Gregorio · 13 years ago
  41. ac335ff Fix up some tests. by Joe Gregorio · 13 years ago
  42. 03d9910 Added (optional) opaque support to DigestAuth by Joe Gregorio · 13 years ago
  43. 875a8b5 Fixes issue 72. Always lowercase authorization header. by Joe Gregorio · 13 years ago
  44. d16e2c9 Fix issue 47. Redirects that become a GET should not have a body. by Joe Gregorio · 13 years ago
  45. 087753f Fixes issue 19. Set Content-location on redirected HEAD requests by Joe Gregorio · 13 years ago
  46. 60d72ec Redirect with a GET on 302 regardless of the originating method. Fixes issue 139. by Joe Gregorio · 13 years ago
  47. dcc062f Fixes issue 145. by Joe Gregorio · 13 years ago
  48. e709414 Handle unicode in headers when writing and retrieving cache entries. Who says headers have to be ASCII! Fixes issue 138. by Joe Gregorio · 13 years ago
  49. b53de9b Add certificate validation. Work initially started by Christoph Kern. by Joe Gregorio · 13 years ago
  50. 83c3114 Set a version number. Fixes issue # 135. by Joe Gregorio · 13 years ago
  51. a2324f6 Now testing against Python 3.2 by Joe Gregorio · 13 years ago
  52. acbd01c Add gzip to the user-agent, in case we are making a request to an app engine project: http://code.google.com/appengine/kb/general.html#compression by Joe Gregorio · 13 years ago
  53. bd68208 Add default support for optimistic concurrency on PATCH requests by Joe Gregorio · 13 years ago
  54. 3a4580c Fix 302 test for python3.1 by Joe Gregorio · 13 years ago
  55. 1ed2035 Fixes issue 98. by Joe Gregorio · 13 years ago
  56. 7c97369 Fixes issue 110. by Joe Gregorio · 13 years ago
  57. a4daf7a Fixes issue 97. by Joe Gregorio · 13 years ago
  58. 6fa3cf2 Fixes issue 120. by Joe Gregorio · 13 years ago
  59. 694a812 Fixes issue 123. by Joe Gregorio · 13 years ago
  60. d1137c5 Fixes issue 104. by Joe Gregorio · 13 years ago
  61. f3ee17b Fixes issue 126. IPv6 under various conditions would fail. by Joe Gregorio · 13 years ago
  62. 4cc6bed Fixes issue 131. Handle socket.timeout's that occur during send. by Joe Gregorio · 13 years ago
  63. b6c90c4 Further fixes for issue 96. Adds tests and also fixes it for Python 3 by Joe Gregorio · 13 years ago
  64. 88ef89b Fix for issue #94 by Leonard Richardson by jcgregorio · 14 years ago
  65. da054bb Fix issue #62 by trentm by jcgregorio · 14 years ago
  66. 93a35b8 Fix issue 91 by akhern · 14 years ago
  67. ef25bf3 Fixed issue #77 by Joe Gregorio · 15 years ago
  68. 6740949 Added to .hgignore and fixed issue #65 by Joe Gregorio · 15 years ago
  69. 89f1514 Add support for Vary header by chris dent · 15 years ago
  70. 06c806c Fixed issue 67 by Joe Gregorio · 15 years ago
  71. 799b207 fixed up python3 tests also by Joe Gregorio · 15 years ago
  72. cd86810 Fixed up test scripts so they work on new hosting provider by Joe Gregorio · 15 years ago
  73. 84cc10a Added tests for connection:close by Joe Gregorio · 15 years ago
  74. 68cd898 Fixed bug in base64 encoding of long passwords by Joe Gregorio · 15 years ago
  75. b9780c5 Fixed issue #54 and also a deprecation warning from Python 3.1 by Joe Gregorio · 15 years ago
  76. 63e927a Fix issue #51 - Failure to handle server legitimately closing connection before request body is fully sent by Joe Gregorio · 15 years ago
  77. e314e8b Fixed issue #58 - malformed cache-control headers would cause an exception by Joe Gregorio · 15 years ago
  78. e202d21 Fixed issue #12 - Cache-Control: only-if-cached incorrectly does request if item not in cache by Joe Gregorio · 15 years ago
  79. b628c0b Fixed bug #56 by Joe Gregorio · 15 years ago
  80. 00a352e Python 3 port (in python3/ subdirectory) by pilgrim · 15 years ago