Export to GitHub

httplib2 - async2

Source Commits


Commits

Author Date Commit Message
Joe Gregorio Nov 16, 2009 3e88c07b96c3 Fixed issue 67
Joe Gregorio Sep 29, 2009 6277d7d1fef3 fixed up python3 tests also
Joe Gregorio Sep 29, 2009 932631506ebc Fixed up test scripts so they work on new hosting provider
Joe Gregorio Sep 1, 2009 c40d5e978a13 Added tests for connection:close
Joe Gregorio Aug 4, 2009 60c4e6c92e62 Fixed bug in base64 encoding of long passwords
Joe Gregorio Jul 28, 2009 93f6fe729fd8 Updated CHANGELOG in preparation for 0.5 release.
Joe Gregorio Jul 28, 2009 3778e4de934d Fixed issue #54 and also a deprecation warning from Python 3.1
Joe Gregorio Jul 19, 2009 c36736299925 Updates in preparation for making the 0.5.0 release
Joe Gregorio Jul 17, 2009 b19a9505e8dd merged
Joe Gregorio Jul 17, 2009 5729e5271978 Fix issue #51 - Failure to handle server legitimately closing connection before
Joe Gregorio Jul 17, 2009 1457646c54eb Fix issue #51 - Failure to handle server legitimately closing connection before
Ivo Timmermans Jul 17, 2009 ecfe07128337 Add untested GSSAPI authentication handlers for Kerberos.
Joe Gregorio Jul 17, 2009 6582c8d84f1e Fixed issue #58 - malformed cache-control headers would cause an exception
Joe Gregorio Jul 16, 2009 9edbae91faa1 Fixed issue #12 - Cache-Control: only-if-cached incorrectly does request if item
Joe Gregorio Jul 16, 2009 a415e1667b5b Fixed bug #56
Joe Gregorio Jul 16, 2009 d371c93f84f6 Fix bug #57
pilgrim May 29, 2009 e59e2f07305f Python 3 port (in python3/ subdirectory)
joe.gregorio Feb 10, 2009 ebb6f2a1fbda The version of httplib on App Engine doesn't lowercase headers name like the nat
joe.gregorio Feb 9, 2009 feaf3797c296 Applied patch from issue #39
joe.gregorio Sep 7, 2008 ef0102b81175 Fixed issue # 34 - accept indicated compress when it should have been deflate
joe.gregorio Sep 6, 2008 86aeb71a7fa4 Fixed documentation to match actuality and rebuilt html docs
joe.gregorio Sep 6, 2008 ab792365a3ea Fixed documentation to match actuality
joe.gregorio Sep 6, 2008 46c87b309078 Don't bother using email.FeedParser to read the cached entity body, just chop it
joe.gregorio Sep 6, 2008 2d8c68daf6ab Fixed issue #33 by adding in the Http.optimistic_concurrency_methods attribute
joe.gregorio Sep 6, 2008 bc74006bed7b Added in rst documentation from Waldemar Osuch (issue #23), and allow over-ridi
joe.gregorio May 16, 2008 06d8d9d2b49a Fixed memory leak from unfixed email module
joe.gregorio Jan 7, 2008 686c61b0d4e1 Fixed bug #17. check for redirected http connections to port 443 and use https f
joe.gregorio Dec 17, 2007 191e824af761 removed a stray print statement
joe.gregorio Dec 16, 2007 ef17d2b67bcf Added a way to track if a content body was gzipped
joe.gregorio Oct 23, 2007 6794f6e97e7e Updated docs
joe.gregorio Oct 23, 2007 b9e61cc18ee3 Updated to make a release
joe.gregorio Oct 23, 2007 5f50a229cdf4 Added ProxyInfo to exported symbols
joe.gregorio Oct 23, 2007 4af900f0ae44 Fixed the zero content-length HEAD response. Bug #2
joe.gregorio Oct 23, 2007 3842ae7bae56 Added proxy support
joe.gregorio Oct 18, 2007 facd345b58ec Now all except statments are looking for specific exceptions. There is one excep
joe.gregorio Jul 31, 2007 b4851294019a more cleanup
joe.gregorio Jul 31, 2007 4ff85d67f5cb removed dist
jcgregorio Jul 30, 2007 222644fe6777 Added connection_type argument to Http.request() per Simon Willison request
jcgregorio Jun 1, 2007 abd811723e41 Fixed bug 1729294
jcgregorio May 3, 2007 9b5b403005e1 updated docs
jcgregorio May 3, 2007 f01825a21ee9 Updated docs for 'follow_redirects'
jcgregorio May 3, 2007 d3da2ad6625f Added the 'follow_redirects' attribute to Http()
jcgregorio Mar 9, 2007 c5bfda10a85f Updated project page to reflect the new release
jcgregorio Mar 9, 2007 5a70d305fbcf Added in 0.3.0 release package
jcgregorio Mar 9, 2007 3f3be321776c Updated changelog for 0.3.0 release
jcgregorio Mar 9, 2007 52d40ce5b7d1 Updated docs
jcgregorio Mar 9, 2007 1b9c02ebf21b Updating documentation
jcgregorio Mar 9, 2007 2cb28da320f3 Added documentation for Http() level timeout.
jcgregorio Mar 9, 2007 dba6c1bab5d8 Added ability to set timeouts per Http instance
jcgregorio Mar 8, 2007 bf98e2703350 Documented changes in fixing bug 1597381 Map exceptions to status codes
jcgregorio Mar 8, 2007 7a896e35d463 Fixed bug 1597381 Map exceptions to status codes
jcgregorio Mar 8, 2007 feb2c450d27b Added a resource that takes at least 3 seconds to respond, to check for timeout
jcgregorio Mar 7, 2007 8cbeb322f6a0 Fixed 1529840 Add domain with add_credentials, and now allow adding SLL cred
jcgregorio Feb 14, 2007 d9427e870622 More updates to the home page
jcgregorio Feb 14, 2007 b8da99b3103a Changed subversion URI to match new sourceforge policy
jcgregorio Feb 4, 2007 24caf147f629 Added some heuristics for Google Auth
jcgregorio Jan 23, 2007 0bbc95eee7e9 Fixed bug [ 1529838 ] Non-existent URI
jcgregorio Jan 23, 2007 1a4986d37153 Fixed bug [ 1642634 ] Non-absolute URIs need their own exception
jcgregorio Jan 18, 2007 9fb3ed593400 Fixed bug #1597318 User supplied if-* headers
jcgregorio Jan 18, 2007 44ec6adf93fe Added unit test for non-numeric cache-control header values
jcgregorio Jan 18, 2007 65054ddefc50 Fixed bug: 1634820 ValueError from _entry_disposition
jcgregorio Jan 18, 2007 1086bd1be30c Added to contributors list
jcgregorio Jan 18, 2007 c987cf5d5942 Fixed bug with Digest auth
jcgregorio Dec 18, 2006 a47f952431fd Fixed bug 1618202: Remove reliance on __builtins__
jcgregorio Dec 12, 2006 0b28c733efea Fixed IRI support so it doesn't break Python 2.2 support
jcgregorio Dec 12, 2006 11a254cfe4f1 Added IRI support
jcgregorio Nov 17, 2006 6f7aef7610c5 Changed -location header to content-location:
jcgregorio Nov 17, 2006 5d6d70e8ef62 Forced the status: header to the top for mod_asis compatibility, also removed so
jcgregorio Nov 17, 2006 9c39ed149320 Now normalizing the scheme in URIs
jcgregorio Nov 17, 2006 3f1de8ff5808 Migrated from the now deprecated rfc822 module to the email module.
jcgregorio Nov 16, 2006 c0daeec91c50 Added Sam to the list of contributors
jcgregorio Nov 16, 2006 785505f7e151 Added documentation for the new pluggable cache filename generation in FileCache
jcgregorio Nov 16, 2006 520984d82792 Fixed bug# 1597306, cache names are no longer opaque. Also moved the cache file
jcgregorio Nov 7, 2006 6774ea3b622e Added documentation for -location
jcgregorio Nov 7, 2006 9b46d2c63e16 Added support for -location
jcgregorio Nov 6, 2006 4ae05bf7be0d Fixed bug handling a broken cached value.
jcgregorio Nov 6, 2006 398cc87cbc86 Added Response.dict to allow this to seemlessly be used with feedparser. Also fi
jcgregorio Nov 4, 2006 88e961d424ed Fixed very weird bug where we would break on relative 301's, but *only* on the s
jcgregorio Oct 28, 2006 88a24b5d9697 added etag for the ignore_etag test
jcgregorio Oct 28, 2006 4167e2acbf3f Added Http.ignore_etag
jcgregorio Aug 28, 2006 d9b972731167 Added hmac digest and google auth to the list of supported auth types.
jcgregorio Jul 31, 2006 97a32021ee79 fix typo
jcgregorio Jul 3, 2006 499a97d87b4a Added references to the documentation
jcgregorio Jul 3, 2006 c7be64541cb0 Added LaTeX based documentation
jcgregorio Jul 3, 2006 147b4f49f15e Updated inline docs
jcgregorio Jul 1, 2006 e2e0b9aa58e6 Added notes on 0.2.0
jcgregorio Jul 1, 2006 4fb81a57c6ad 0.2.0 release candidate, need to test the packages
jcgregorio Jul 1, 2006 5a1d7da6f5ba Updating docs in preparation for 0.2.0 release
jcgregorio Jul 1, 2006 38bff947402b Renamed Response._previous to Response.previous
jcgregorio Jun 29, 2006 eb950806c450 Updating the version number in expectation of a new release.
jcgregorio Jun 29, 2006 aa568ea311c8 Now passing all 116 unit tests.
jcgregorio Jun 15, 2006 8e6354a3f675 Fixed bug in unit tests where we didn't check for the existence of the cache dir
jcgregorio Jun 13, 2006 84f1a325eea8 Added support for memcache
jcgregorio May 19, 2006 fbf241e06394 Typos fix from Blair Zajac
jcgregorio May 17, 2006 b6d48b2743ec Patch from Jonathan Feinberg
jcgregorio May 8, 2006 266ebf112842 fix typo in example
jcgregorio Apr 27, 2006 1956f450b8f4 Fixed bug 1461941
jcgregorio Apr 27, 2006 200dee076ef5 Added follow_all_redirects and did some error checking on google auth
jcgregorio Apr 21, 2006 7131c375c4c8 removed debug print
jcgregorio Apr 21, 2006 582106074f81 bug in googlelogin