1. c67ce1b Make indents consistent with PEP8. by Joe Gregorio · 12 years ago
  2. a6ef65e Add missing conn.close(). by Joe Gregorio · 12 years ago
  3. 2676371 Fix all whitespace issues. Patch from dhermes@google.com. by Joe Gregorio · 12 years ago
  4. fe22a15 Change the App Engine specific connection objects to be subclasses by Joe Gregorio · 12 years ago
  5. 21fef11 Update for 0.7.7 release. by Joe Gregorio · 12 years ago
  6. 80be21f Added tag 0.7.7 for changeset e78fbc336997 by Joe Gregorio · 12 years ago
  7. 63e74cf Stop swallowing App Engine specific errors. Fixes issue 230. Fixes issue 231. by Joe Gregorio · 12 years ago
  8. 1124805 Fix Python3 dup header handling. Fixes isse #229. by Joe Gregorio · 12 years ago
  9. 4fba20c Adding proxy_info_from_* methods to Python3. by Joe Gregorio · 12 years ago
  10. e078b6b Added GeoTrust cert by Joe Gregorio · 12 years ago
  11. 6982075 Make httplib2.Http() instances pickleable. by Joe Gregorio · 12 years ago
  12. 2f5763a Added tag 0.7.6 for changeset 28bf49dc86c3 by Joe Gregorio · 12 years ago
  13. 06c11c0 Version 0.7.6 by Joe Gregorio · 12 years ago
  14. b3e06e2 On Python App Engine 2.7 a body can be passed in that is actually a stream. Do by Joe Gregorio · 12 years ago
  15. 2dd5a4a Fix app engine by Joe Gregorio · 12 years ago
  16. 4a29254 Added tag 0.7.5 for changeset 403deb2f51e7 by Joe Gregorio · 12 years ago
  17. 8270c14 Fix some tests. by Joe Gregorio · 12 years ago
  18. 5352702 Updating tests by jcgregorio@web82.webfaction.com · 13 years ago
  19. df935b0 Fixes issue #212. Fixes issue #210. Fixes issue #214. Fixes issue #223. Fixes issue #222. by Joe Gregorio · 12 years ago
  20. edba5f4 Added tag 0.7.5 for changeset c17f3cf9129c by Joe Gregorio · 12 years ago
  21. 6d02d69 Keys are lowercase in a Response object, regardless of how Response object is constructed. by Joe Gregorio · 12 years ago
  22. 0f0f99d Add control so that Authorization: headers aren't forwarded on a 3xx response by default. by Joe Gregorio · 12 years ago
  23. bc0b0b6 Set the reason correctly when running on App Engine. by Joe Gregorio · 12 years ago
  24. 6a5d77c Fix proxy socks for SSL connections. Fixes issue #199. by Joe Gregorio · 12 years ago
  25. 3b089c9 Add a parameter to control the number of retries. by Joe Gregorio · 12 years ago
  26. 1fa164b Fix wrong link in description. by Joe Gregorio · 13 years ago
  27. c0b0ba1 0.7.4 fix for missing cacerts by Joe Gregorio · 13 years ago
  28. f0af0ab Added tag 0.7.4 for changeset d4a0fa4d3700 by Joe Gregorio · 13 years ago
  29. 43c9852 release notes by Joe Gregorio · 13 years ago
  30. 62b1798 0.7.3 tagged release by Joe Gregorio · 13 years ago
  31. 9551feb Changing version numbers for 0.7.3 release by Joe Gregorio · 13 years ago
  32. 8a66ac6 Fall back to using installed socks.py if local one is not found. by Joe Gregorio · 13 years ago
  33. 91eced9 When opening a socket for HTTP, httplib2 uses the IP and port that is returned from socket.getaddrinfo(self.host, self.port, 0, socket.SOCK_STREAM). This breaks using an HTTP CONNECT proxy by preventing the socks module from ever seeing the original domain name. Using the orignal hostname and port seem to be the correct choice here as the socket library will resolve them and it would have already been cached. by Joe Gregorio · 13 years ago
  34. 53426c1 Converted MANIFEST to manifest template (MANIFEST.in) for setuptools compatibility by Jason R. Coombs · 13 years ago
  35. 0dbe275 Added support for setuptools (if present, but still fall back to distutils). Fixes issue #194 by Jason R. Coombs · 13 years ago
  36. 496fe69 Fixed failing test case when IPv6 HTTPS server is present by Jason R. Coombs · 13 years ago
  37. 9b55a04 Fixed failing test case on Windows by Jason R. Coombs · 13 years ago
  38. 5e42abd Fix python 2.4 compat issues and fixed python 3.0 tests. by Joe Gregorio · 13 years ago
  39. cf7b66f Now allow unicode to specify proxy hostname. Fixes #179 by Jason R. Coombs · 13 years ago
  40. 9e9e24c merged by Joe Gregorio · 13 years ago
  41. 09aa900 Added tag 0.7.2 for changeset d2d8aa1da6a7 by Joe Gregorio · 13 years ago
  42. 39cb8d8 Fix makefile for generation of docs by Joe Gregorio · 13 years ago
  43. a99e87f Prepping for version 0.7.2 release by Joe Gregorio · 13 years ago
  44. 729ecab Fix up some tests. by Joe Gregorio · 13 years ago
  45. 6366968 Actually fix the issue in AppEngineHttpConnection.getresponse. by Alain Vongsouvanh · 13 years ago
  46. 42d52b9 Raise an exception in AppEngineHttpConnection.getresponse if response is None. by Alain Vongsouvanh · 13 years ago
  47. 19b6c4a Fixes issue 161. by Joe Gregorio · 13 years ago
  48. f9cbe4a Add socks.PROXY_TYPE_HTTP_NO_TUNNEL. Reviewed in http://codereview.appspot.com/4956072/. Fixes issue #38. by Joe Gregorio · 13 years ago
  49. fd4d5bc Fixed issue where proxy bypass detection failed when a port was specified. by Jason R. Coombs · 13 years ago
  50. afff0eb no_proxy can now be upper case by Jason R. Coombs · 13 years ago
  51. 59d8756 Http() now detects the proxy configuration by Jason R. Coombs · 13 years ago
  52. 69231c0 Added support to ProxyInfo object for detection of proxy from environment variables by Jason R. Coombs · 13 years ago
  53. e65df3f Reformatted ProxyInfo for readability by Jason R. Coombs · 13 years ago
  54. 130d32d Change out Go Daddy root ca for their ca bundle. Also add checks for version number matching when doing releases. by Joe Gregorio · 13 years ago
  55. 1560161 Add Go Daddy cert. Fixes issue 154. by Joe Gregorio · 13 years ago
  56. 751b173 Fix issue with not matching on first host in cert list. Add unit tests. by Joe Gregorio · 13 years ago
  57. f48303c Added (optional) opaque support to DigestAuth by Joe Gregorio · 13 years ago
  58. 5a4889c Add unit tests for app engine specific code. Fix bugs found in said tests. by Joe Gregorio · 13 years ago
  59. 8a92d73 update changelog for 0.7.1 by Joe Gregorio · 13 years ago
  60. 502dc9c Added tag 0.7.1 for changeset 458615668f63 by Joe Gregorio · 13 years ago
  61. e34c25d Version 0.7.1 by Joe Gregorio · 13 years ago
  62. c9f35e6 Fixed failure to install cacerts.txt by Joe Gregorio · 13 years ago
  63. cf7a9ca Added tag 0.7.0 for changeset 54e77b3b4431 by Joe Gregorio · 13 years ago
  64. fe94ad0 Added missing html docs files by Joe Gregorio · 13 years ago
  65. 24c916a Updated docs by Joe Gregorio · 13 years ago
  66. e0a3993 Fixes issue 50. by Joe Gregorio · 13 years ago
  67. 6c50d6a More prep for 0.7.0 by Joe Gregorio · 13 years ago
  68. 9652787 Starting on 0.7.0 release by Joe Gregorio · 13 years ago
  69. 23c2f8d Fixes issue 72. Always lowercase authorization header. by Joe Gregorio · 13 years ago
  70. fd66166 Fix issue 47. Redirects that become a GET should not have a body. by Joe Gregorio · 13 years ago
  71. 10df6d8 Fixes issue 19. Set Content-location on redirected HEAD requests by Joe Gregorio · 13 years ago
  72. 652c1c6 Redirect with a GET on 302 regardless of the originating method. Fixes issue 139. by Joe Gregorio · 13 years ago
  73. 14dd2f2 Fixes issue 145. by Joe Gregorio · 13 years ago
  74. 54546b5 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
  75. 895175f Fixed app engine SLLCertificateError catching by Joe Gregorio · 13 years ago
  76. 732b11f Add certificate validation. Work initially started by Christoph Kern. by Joe Gregorio · 13 years ago
  77. 9d74702 Fixes issue 133. by Joe Gregorio · 13 years ago
  78. 575ee53 Set a version number. Fixes issue # 135. by Joe Gregorio · 13 years ago
  79. a3934ae Now testing against Python 3.2 by Joe Gregorio · 13 years ago
  80. aa67c09 Sync to latest version of socks.py by Joe Gregorio · 13 years ago
  81. 223983c Better fix for https on app engine by Joe Gregorio · 13 years ago
  82. 37601d3 Fix https on app engine. by Joe Gregorio · 13 years ago
  83. e52b23c 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
  84. 621412c Uses a custom httplib shim on App Engine to wrap urlfetch, as opposed by Joe Gregorio · 13 years ago
  85. 87a70d0 Add default support for optimistic concurrency on PATCH requests by Joe Gregorio · 13 years ago
  86. 1ae409f Fix 302 test for python3.1 by Joe Gregorio · 13 years ago
  87. c4ef467 Fix problem with ssl import in some situations. by Joe Gregorio · 13 years ago
  88. 850d92e Fixes issue 98. by Joe Gregorio · 14 years ago
  89. e829674 Fixes issue 110. by Joe Gregorio · 14 years ago
  90. aee4f66 Fixes issue 97. by Joe Gregorio · 14 years ago
  91. 8d57603 Fixes issue 120. by Joe Gregorio · 14 years ago
  92. 0abd39f Fixes issue 123. by Joe Gregorio · 14 years ago
  93. f952e7f Fixes issue 104. by Joe Gregorio · 14 years ago
  94. 756d3b3 Fixes issue 126. IPv6 under various conditions would fail. by Joe Gregorio · 14 years ago
  95. 1b828b5 Fixes issue 131. Handle socket.timeout's that occur during send. by Joe Gregorio · 14 years ago
  96. d760a1a Further fixes for issue 96. Adds tests and also fixes it for Python 3 by Joe Gregorio · 14 years ago
  97. e3e34dc Fixes issue 96. by Joe Gregorio · 14 years ago
  98. 7ad8867 proxy support: degrade gracefully when socket.socket is unavailable by Augie Fackler · 14 years ago
  99. 37bc19f tests: misc pep8 cleanups by Augie Fackler · 14 years ago
  100. 520cbed MANIFEST: update for python{2,3} directories by Augie Fackler · 14 years ago