summaryrefslogtreecommitdiff
path: root/python2
Commit message (Expand)AuthorAgeFilesLines
...
* Fixes issue 19. Set Content-location on redirected HEAD requestsJoe Gregorio2011-06-131-1/+1
* Redirect with a GET on 302 regardless of the originating method. Fixes issue ...Joe Gregorio2011-06-131-1/+1
* Fixes issue 145.Joe Gregorio2011-06-131-0/+2
* Fixed app engine SLLCertificateError catchingJoe Gregorio2011-06-081-0/+2
* Add certificate validation. Work initially started by Christoph Kern.Joe Gregorio2011-06-074-19/+914
* Fixes issue 133.Joe Gregorio2011-06-061-1/+1
* Set a version number. Fixes issue # 135.Joe Gregorio2011-06-061-1/+1
* Sync to latest version of socks.pyJoe Gregorio2011-06-061-162/+107
* Better fix for https on app engineJoe Gregorio2011-06-021-2/+2
* Fix https on app engine.Joe Gregorio2011-06-021-1/+1
* Add gzip to the user-agent, in case we are making a request to an app engine ...Joe Gregorio2011-05-311-1/+1
* Uses a custom httplib shim on App Engine to wrap urlfetch, as opposedJoe Gregorio2011-05-251-1/+87
* Add default support for optimistic concurrency on PATCH requestsJoe Gregorio2011-05-242-2/+18
* Fix problem with ssl import in some situations.Joe Gregorio2011-05-032-3/+3
* Fixes issue 98.Joe Gregorio2011-02-141-1/+3
* Fixes issue 110.Joe Gregorio2011-02-141-6/+26
* Fixes issue 97.Joe Gregorio2011-02-141-1/+1
* Fixes issue 120.Joe Gregorio2011-02-132-19/+30
* Fixes issue 123.Joe Gregorio2011-02-132-1/+12
* Fixes issue 104.Joe Gregorio2011-02-132-1/+8
* Fixes issue 126. IPv6 under various conditions would fail.Joe Gregorio2011-02-132-10/+44
* Fixes issue 131. Handle socket.timeout's that occur during send.Joe Gregorio2011-02-131-0/+2
* Further fixes for issue 96. Adds tests and also fixes it for Python 3Joe Gregorio2011-02-112-6/+28
* Fixes issue 96.Joe Gregorio2011-02-111-0/+12
* proxy support: degrade gracefully when socket.socket is unavailableAugie Fackler2010-10-054-2/+38
* tests: misc pep8 cleanupsAugie Fackler2010-07-252-4/+4
* tests: add missing __init__.pyAugie Fackler2010-07-241-0/+0
* tests: add simple functional test for proxiesAugie Fackler2010-07-223-18/+109
* socks: many many pep8 fixesAugie Fackler2010-07-221-84/+96
* socks: clean up trailing whitespaceAugie Fackler2010-07-221-16/+16
* Import socks.py for proxy support from http://code.google.com/p/socksipy-branch/Augie Fackler2010-07-222-5/+426
* Add a simple self-contained http smoke test.Augie Fackler2010-03-132-0/+120
* Clean up trailing whitespace.Augie Fackler2010-03-131-77/+77
* Fix for issue #94 by Leonard Richardsonjcgregorio2010-05-132-1/+14
* Fix issue #62 by trentmjcgregorio2010-05-131-1/+5
* Fix issue 91akhern2010-02-031-0/+2
* Fixed issue #77Joe Gregorio2009-12-251-7/+0
* Added to .hgignore and fixed issue #65Joe Gregorio2009-12-251-1/+3
* Add support for Vary headerchris dent2009-12-242-1/+98
* Tests are now run on 2.4, 2.5, 2.6 and 3.1Joe Gregorio2009-12-241-0/+1331
* rearranging files for a combined 2 3 distributionJoe Gregorio2009-12-242-0/+1286