1. 1cf37bd Added unit test for _convert_byte_str in python3/httplib2test.py. by Cristobal · 9 years ago
  2. 93ba12c Update __init__.py by i026e · 10 years ago
  3. e795282 Default to doing DNS resolution through a proxy server if present. by Michael Farrell · 10 years ago
  4. 84fd089 Release 0.9. The heartbleed release. by Joe Gregorio · 10 years ago
  5. 0197ec8 Add an updated cacerts.txt file and fix some tests. by Joe Gregorio · 10 years ago
  6. aca2be6 Pass method by name, not positionally. by Joe Gregorio · 11 years ago
  7. 1d3a709 Fix handling of BadStatusLine. by Joe Gregorio · 11 years ago
  8. ee9ee3c 0.8 release by Joe Gregorio · 11 years ago
  9. f7ed34e Make indents consistent with PEP8. by Joe Gregorio · 11 years ago
  10. ffc3d54 Fix all whitespace issues. Patch from dhermes@google.com. by Joe Gregorio · 11 years ago
  11. 2084697 Fix Python3 dup header handling. Fixes isse #229. by Joe Gregorio · 12 years ago
  12. 74b1d4a Adding proxy_info_from_* methods to Python3. by Joe Gregorio · 12 years ago
  13. 53f169c Added GeoTrust cert by Joe Gregorio · 12 years ago
  14. 46546a6 Make httplib2.Http() instances pickleable. by Joe Gregorio · 12 years ago
  15. a91406d Version 0.7.6 by Joe Gregorio · 12 years ago
  16. ed72cba Fixes issue #212. Fixes issue #210. Fixes issue #214. Fixes issue #223. Fixes issue #222. by Joe Gregorio · 12 years ago
  17. b30ed37 Add control so that Authorization: headers aren't forwarded on a 3xx response by default. by Joe Gregorio · 12 years ago
  18. 4860c4f Add a parameter to control the number of retries. by Joe Gregorio · 12 years ago
  19. e5332f5 0.7.4 fix for missing cacerts by Joe Gregorio · 12 years ago
  20. 3e56313 Changing version numbers for 0.7.3 release by Joe Gregorio · 12 years ago
  21. ac69af8 Fix python 2.4 compat issues and fixed python 3.0 tests. by Joe Gregorio · 13 years ago
  22. 0aa16cd Prepping for version 0.7.2 release by Joe Gregorio · 13 years ago
  23. ac335ff Fix up some tests. by Joe Gregorio · 13 years ago
  24. 03d9910 Added (optional) opaque support to DigestAuth by Joe Gregorio · 13 years ago
  25. 875a8b5 Fixes issue 72. Always lowercase authorization header. by Joe Gregorio · 13 years ago
  26. d16e2c9 Fix issue 47. Redirects that become a GET should not have a body. by Joe Gregorio · 13 years ago
  27. 087753f Fixes issue 19. Set Content-location on redirected HEAD requests by Joe Gregorio · 13 years ago
  28. 60d72ec Redirect with a GET on 302 regardless of the originating method. Fixes issue 139. by Joe Gregorio · 13 years ago
  29. dcc062f Fixes issue 145. by Joe Gregorio · 13 years ago
  30. 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
  31. b53de9b Add certificate validation. Work initially started by Christoph Kern. by Joe Gregorio · 13 years ago
  32. 83c3114 Set a version number. Fixes issue # 135. by Joe Gregorio · 13 years ago
  33. a2324f6 Now testing against Python 3.2 by Joe Gregorio · 13 years ago
  34. 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
  35. bd68208 Add default support for optimistic concurrency on PATCH requests by Joe Gregorio · 13 years ago
  36. 3a4580c Fix 302 test for python3.1 by Joe Gregorio · 13 years ago
  37. 1ed2035 Fixes issue 98. by Joe Gregorio · 13 years ago
  38. 7c97369 Fixes issue 110. by Joe Gregorio · 13 years ago
  39. a4daf7a Fixes issue 97. by Joe Gregorio · 13 years ago
  40. 6fa3cf2 Fixes issue 120. by Joe Gregorio · 13 years ago
  41. 694a812 Fixes issue 123. by Joe Gregorio · 13 years ago
  42. d1137c5 Fixes issue 104. by Joe Gregorio · 13 years ago
  43. f3ee17b Fixes issue 126. IPv6 under various conditions would fail. by Joe Gregorio · 13 years ago
  44. 4cc6bed Fixes issue 131. Handle socket.timeout's that occur during send. by Joe Gregorio · 13 years ago
  45. b6c90c4 Further fixes for issue 96. Adds tests and also fixes it for Python 3 by Joe Gregorio · 13 years ago
  46. 88ef89b Fix for issue #94 by Leonard Richardson by jcgregorio · 14 years ago
  47. da054bb Fix issue #62 by trentm by jcgregorio · 14 years ago
  48. 93a35b8 Fix issue 91 by akhern · 14 years ago
  49. ef25bf3 Fixed issue #77 by Joe Gregorio · 15 years ago
  50. 6740949 Added to .hgignore and fixed issue #65 by Joe Gregorio · 15 years ago
  51. 89f1514 Add support for Vary header by chris dent · 15 years ago
  52. 06c806c Fixed issue 67 by Joe Gregorio · 15 years ago
  53. 799b207 fixed up python3 tests also by Joe Gregorio · 15 years ago
  54. cd86810 Fixed up test scripts so they work on new hosting provider by Joe Gregorio · 15 years ago
  55. 84cc10a Added tests for connection:close by Joe Gregorio · 15 years ago
  56. 68cd898 Fixed bug in base64 encoding of long passwords by Joe Gregorio · 15 years ago
  57. b9780c5 Fixed issue #54 and also a deprecation warning from Python 3.1 by Joe Gregorio · 15 years ago
  58. 63e927a Fix issue #51 - Failure to handle server legitimately closing connection before request body is fully sent by Joe Gregorio · 15 years ago
  59. e314e8b Fixed issue #58 - malformed cache-control headers would cause an exception by Joe Gregorio · 15 years ago
  60. e202d21 Fixed issue #12 - Cache-Control: only-if-cached incorrectly does request if item not in cache by Joe Gregorio · 15 years ago
  61. b628c0b Fixed bug #56 by Joe Gregorio · 15 years ago
  62. 00a352e Python 3 port (in python3/ subdirectory) by pilgrim · 15 years ago