Export to GitHub

httplib2 - default

Source Commits


Commits

Author Date Commit Message
Joe Gregorio Feb 14, 2011 75aaf22e6e02 Fixes issue 123.
Joe Gregorio Feb 14, 2011 44b349a39085 Fixes issue 104.
Joe Gregorio Feb 13, 2011 d49d76ecf899 Fixes issue 126. IPv6 under various conditions would fail.
Joe Gregorio Feb 13, 2011 5ca1f72ea346 Fixes issue 131. Handle socket.timeout's that occur during send.
Joe Gregorio Feb 11, 2011 4605b4c250b5 Further fixes for issue 96. Adds tests and also fixes it for Python 3
Joe Gregorio Feb 11, 2011 0cff83696dc4 Fixes issue 96.
Augie Fackler Oct 5, 2010 c86239ee0b62 proxy support: degrade gracefully when socket.socket is unavailable This should
Augie Fackler Jul 25, 2010 402bd710c5c4 tests: misc pep8 cleanups
Augie Fackler Jul 25, 2010 d1f1aa6409ff MANIFEST: update for python{2,3} directories
Augie Fackler Jul 24, 2010 39f37abd3757 tests: add missing __init__.py
Augie Fackler Jul 22, 2010 ab1e9b202938 tests: add simple functional test for proxies Depends on tinyproxy - test will
Augie Fackler Jul 22, 2010 bfdd8ad7adc4 socks: many many pep8 fixes
Augie Fackler Jul 22, 2010 346dc5f1255d socks: clean up trailing whitespace
Augie Fackler Jul 22, 2010 2184777f8469 Import socks.py for proxy support from http://code.google.com/p/socksipy-branch/
Augie Fackler Mar 13, 2010 01633fb3bad0 Add a simple self-contained http smoke test.
Augie Fackler Mar 13, 2010 f1871a43dbb6 Clean up trailing whitespace.
jcgregorio May 14, 2010 68f69a80024e Fix permissions on unused-header.asis
jcgregorio May 14, 2010 e88b3e3c45a6 Fix for issue #94 by Leonard Richardson
jcgregorio May 14, 2010 eb389feb69bb Fix issue #62 by trentm
akhern Feb 3, 2010 f900367d947c Fix issue 91
Joe Gregorio Dec 28, 2009 cb8ddb07ec19 Update release tags
Joe Gregorio Dec 28, 2009 389b1d7ac609 update changelog
Joe Gregorio Dec 26, 2009 a9b2fa6c2c64 Fixed issue #77
Joe Gregorio Dec 26, 2009 1367adf87701 Added to .hgignore and fixed issue #65
chris dent Dec 24, 2009 fae1eb3a5359 Add support for Vary header
Joe Gregorio Dec 24, 2009 815ad1f4dc83 Tests are now run on 2.4, 2.5, 2.6 and 3.1
Joe Gregorio Dec 24, 2009 d21cf277c9a2 'make release' now builds a 2/3 distribution file
Joe Gregorio Dec 24, 2009 467b1e0db79f rearranging files for a combined 2 3 distribution
Dirkjan Ochtman Dec 9, 2009 52143fca015f Remove +x permissions from all files that shouldn't have it.
Joe Gregorio Dec 24, 2009 c6b2d86be499 2 3 same setup
Dirkjan Ochtman Dec 9, 2009 dd046586ff57 Add a basic .hgignore.
Joe Gregorio Dec 9, 2009 42e4eec49763 =================================================================== rename from
Dirkjan Ochtman Dec 8, 2009 baf2fa58b023 Add tags to all the releases so far.
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 Jan 6, 2012 8a2f8eba7b0e close old branch (ivo)
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