1. 891439e Updated CHANGELOG in preparation for 0.5 release. by Joe Gregorio · 15 years ago
  2. b9780c5 Fixed issue #54 and also a deprecation warning from Python 3.1 by Joe Gregorio · 15 years ago
  3. 66611ff Updates in preparation for making the 0.5.0 release by Joe Gregorio · 15 years ago
  4. 60e8624 merged by Joe Gregorio · 15 years ago
  5. 8abdf49 Fix issue #51 - Failure to handle server legitimately closing connection before request body is fully sent by Joe Gregorio · 15 years ago
  6. 63e927a Fix issue #51 - Failure to handle server legitimately closing connection before request body is fully sent by Joe Gregorio · 15 years ago
  7. e314e8b Fixed issue #58 - malformed cache-control headers would cause an exception by Joe Gregorio · 15 years ago
  8. e202d21 Fixed issue #12 - Cache-Control: only-if-cached incorrectly does request if item not in cache by Joe Gregorio · 15 years ago
  9. b628c0b Fixed bug #56 by Joe Gregorio · 15 years ago
  10. 1a7609f Fix bug #57 by Joe Gregorio · 15 years ago
  11. 00a352e Python 3 port (in python3/ subdirectory) by pilgrim · 15 years ago
  12. 9847cbc The version of httplib on App Engine doesn't lowercase headers name like the native version of httplib, so we do that here. by joe.gregorio · 16 years ago
  13. eb6e045 Applied patch from issue #39 by joe.gregorio · 16 years ago
  14. e1eaf74 Fixed issue # 34 - accept indicated compress when it should have been deflate by joe.gregorio · 16 years ago
  15. 18b269d Fixed documentation to match actuality and rebuilt html docs by joe.gregorio · 16 years ago
  16. 79c204c Fixed documentation to match actuality by joe.gregorio · 16 years ago
  17. 70d09e5 Don't bother using email.FeedParser to read the cached entity body, just chop it off at the \r\n\r\n. Fixes issue #31 by joe.gregorio · 16 years ago
  18. 700f04d Fixed issue #33 by adding in the Http.optimistic_concurrency_methods attribute by joe.gregorio · 16 years ago
  19. 258eefb Added in rst documentation from Waldemar Osuch (issue #23), and allow over-riding accept-encoding: (issue #27), added 'b' to all open file attributes (issue #20), made changes to digest auth to be more flexible, hopefully fixing (issue #20) by joe.gregorio · 16 years ago
  20. 53ad6ac Fixed memory leak from unfixed email module by joe.gregorio · 16 years ago
  21. c39a6eb Fixed bug #17. check for redirected http connections to port 443 and use https for them. by joe.gregorio · 17 years ago
  22. 470f991 removed a stray print statement by joe.gregorio · 17 years ago
  23. 8b6d231 Added a way to track if a content body was gzipped by joe.gregorio · 17 years ago
  24. ab704ef Updated docs by joe.gregorio · 17 years ago
  25. 5fcc199 Updated to make a release by joe.gregorio · 17 years ago
  26. a417e83 Added ProxyInfo to exported symbols by joe.gregorio · 17 years ago
  27. 0d4a2b8 Fixed the zero content-length HEAD response. Bug #2 by joe.gregorio · 17 years ago
  28. f28536d Added proxy support by joe.gregorio · 17 years ago
  29. 4ad2c03 Now all except statments are looking for specific exceptions. by joe.gregorio · 17 years ago
  30. 42836f3 more cleanup by joe.gregorio · 17 years ago
  31. 1a29898 removed dist by joe.gregorio · 17 years ago
  32. 1464437 Added connection_type argument to Http.request() per Simon Willison request by jcgregorio · 17 years ago
  33. f951105 Fixed bug 1729294 by jcgregorio · 17 years ago
  34. 5dc440b updated docs by jcgregorio · 17 years ago
  35. 88ada9a Updated docs for 'follow_redirects' by jcgregorio · 17 years ago
  36. 2f1e142 Added the 'follow_redirects' attribute to Http() by jcgregorio · 17 years ago
  37. 58fb2b5 Updated project page to reflect the new release by jcgregorio · 18 years ago
  38. 0dafc14 Added in 0.3.0 release package by jcgregorio · 18 years ago
  39. 463a8db Updated changelog for 0.3.0 release by jcgregorio · 18 years ago
  40. 87eee73 Updated docs by jcgregorio · 18 years ago
  41. e6a0196 Updating documentation by jcgregorio · 18 years ago
  42. afc233d Added documentation for Http() level timeout. by jcgregorio · 18 years ago
  43. b269791 Added ability to set timeouts per Http instance by jcgregorio · 18 years ago
  44. cde4f09 Documented changes in fixing bug 1597381 Map exceptions to status codes by jcgregorio · 18 years ago
  45. 07a9a4a Fixed bug 1597381 Map exceptions to status codes by jcgregorio · 18 years ago
  46. a6b7321 Added a resource that takes at least 3 seconds to respond, to check for timeout handling. 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. a39ff0a More updates to the home page by jcgregorio · 18 years ago
  49. 864fa04 Changed subversion URI to match new sourceforge policy by jcgregorio · 18 years ago
  50. 82cc2a8 Added some heuristics for Google Auth by jcgregorio · 18 years ago
  51. 6a63817 Fixed bug [ 1529838 ] Non-existent URI by jcgregorio · 18 years ago
  52. 132d28e Fixed bug [ 1642634 ] Non-absolute URIs need their own exception by jcgregorio · 18 years ago
  53. 4b145e8 Fixed bug #1597318 User supplied if-* headers by jcgregorio · 18 years ago
  54. 4586501 Added unit test for non-numeric cache-control header values by jcgregorio · 18 years ago
  55. ac4c753 Fixed bug: 1634820 ValueError from _entry_disposition by jcgregorio · 18 years ago
  56. 093bae6 Added to contributors list by jcgregorio · 18 years ago
  57. cd140be Fixed bug with Digest auth by jcgregorio · 18 years ago
  58. 89e6edb Fixed bug 1618202: Remove reliance on __builtins__ by jcgregorio · 18 years ago
  59. debceec Fixed IRI support so it doesn't break Python 2.2 support by jcgregorio · 18 years ago
  60. a898f8f Added IRI support by jcgregorio · 18 years ago
  61. 772adc8 Changed -location header to content-location: by jcgregorio · 18 years ago
  62. 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
  63. b4e9ab0 Now normalizing the scheme in URIs by jcgregorio · 18 years ago
  64. 11eb4f1 Migrated from the now deprecated rfc822 module to the email module. by jcgregorio · 18 years ago
  65. cd1c27d Added Sam to the list of contributors by jcgregorio · 18 years ago
  66. ee542cc Added documentation for the new pluggable cache filename generation in FileCache by jcgregorio · 18 years ago
  67. 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
  68. f76c951 Added documentation for -location by jcgregorio · 18 years ago
  69. 8e300b9 Added support for -location by jcgregorio · 18 years ago
  70. c67782b Fixed bug handling a broken cached value. by jcgregorio · 18 years ago
  71. 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
  72. 4607553 Fixed very weird bug where we would break on relative 301's, but *only* on the second attempt, i.e. only when reading the cache 301 redirect by jcgregorio · 18 years ago
  73. 86501d9 added etag for the ignore_etag test by jcgregorio · 18 years ago
  74. 2518562 Added Http.ignore_etag by jcgregorio · 18 years ago
  75. 48bb357 Added hmac digest and google auth to the list of supported auth types. by jcgregorio · 18 years ago
  76. 92ff808 fix typo by jcgregorio · 18 years ago
  77. f9c2835 Added references to the documentation by jcgregorio · 18 years ago
  78. 26c0cd7 Added LaTeX based documentation by jcgregorio · 18 years ago
  79. 076f54d Updated inline docs by jcgregorio · 18 years ago
  80. 1ad5dd5 Added notes on 0.2.0 by jcgregorio · 18 years ago
  81. 79912e5 0.2.0 release candidate, need to test the packages by jcgregorio · 18 years ago
  82. 9208892 Updating docs in preparation for 0.2.0 release by jcgregorio · 18 years ago
  83. a0713ab Renamed Response._previous to Response.previous by jcgregorio · 18 years ago
  84. 17948c0 Updating the version number in expectation of a new release. by jcgregorio · 18 years ago
  85. 47d2467 Now passing all 116 unit tests. by jcgregorio · 18 years ago
  86. 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
  87. 36140b5 Added support for memcache by jcgregorio · 18 years ago
  88. adbb4f8 Typos fix from Blair Zajac by jcgregorio · 18 years ago
  89. 82d99d7 Patch from Jonathan Feinberg by jcgregorio · 18 years ago
  90. e34942d fix typo in example by jcgregorio · 18 years ago
  91. fd22e43 Fixed bug 1461941 by jcgregorio · 18 years ago
  92. 0bf7292 Added follow_all_redirects and did some error checking on google auth by jcgregorio · 18 years ago
  93. 1d572fd removed debug print by jcgregorio · 18 years ago
  94. ac26d46 bug in googlelogin by jcgregorio · 18 years ago
  95. 6cbab7e Added in a rough first pass at GoogleLogin authentication by jcgregorio · 18 years ago
  96. 910b7fd Fixed a bug where you couldn't use HTTP and HTTPS on the same domain name. by jcgregorio · 18 years ago
  97. 6cb373b Fixed bug in hop-by-hop handling by jcgregorio · 19 years ago
  98. 900e05d Fixed typos, https://sourceforge.net/tracker/index.php?func=detail&aid=1459537&group_id=161082&atid=818434 by jcgregorio · 19 years ago
  99. e4ce13e Fixed https://sourceforge.net/tracker/?func=detail&atid=818434&aid=1459543&group_id=161082 by jcgregorio · 19 years ago
  100. db8dfc8 Added in https://sourceforge.net/tracker/?func=detail&atid=818434&aid=1462092&group_id=161082, but modified and added unit tests. by jcgregorio · 19 years ago