summaryrefslogtreecommitdiff
path: root/openid/fetchers.py
Commit message (Collapse)AuthorAgeFilesLines
* Fix flake8 warningsVlastimil Zíma2019-06-171-1/+1
|
* Clean up URL encoded messagesVlastimil Zíma2018-05-311-0/+10
|
* Make iterators python3 compatibleVlastimil Zíma2018-05-111-1/+1
|
* Use six imports for fetchersVlastimil Zíma2018-05-111-16/+14
|
* Use StringIO and BytesIO from sixVlastimil Zíma2018-05-111-7/+8
|
* Transform remaining API to text stringsVlastimil Zíma2018-05-111-10/+11
|
* Update default fetcher selectionVlastimil Zíma2018-05-021-4/+13
|
* Add ResponseFetcher implementationLena (zansorgova)2018-03-161-0/+24
|
* Pepify and add flake8Vlastimil Zíma2017-11-291-5/+23
|
* Drop uncaught_exceptions from ExceptionWrappingFetcherVlastimil Zíma2017-11-291-10/+2
|
* Clean imports by isortVlastimil Zíma2017-11-221-2/+2
|
* clean whitespaceSergey Shepelev2010-09-151-1/+1
|
* fix fetchers.usingCurl to properly work with ExceptionWrappingFetcherSergey Shepelev2010-09-151-1/+4
|
* Added the following patch from the dev@openidenabled.com mailing list:Lilli2010-02-121-1/+5
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | http://lists.openidenabled.com/pipermail/dev/attachments/20090401/b0bd173c/attachment.bin Original Message: seth at lindenlab.com Wed Apr 1 16:29:08 PDT 2009 darcs patch: 100-continue-in-parseHeaders "In my openid testbed, if: (1) my RP and OP establish a session (2) the OP's session database is deleted (3) the RP tries to validate an identity (4) the OP's response includes invalidate_handle then the RP ends up POSTing to the OP. During this interaction, curl sets the Expect: 100-Continue header, and apache2 reacts to it. Then, CurlHTTPFetcher._parseHeaders gets confused -- it strips off the first line (the HTTP/1.1 100 Continue line), then sees a blank line, and assumes there are no headers. One way to fix this is to add LoadModule headers_module /usr/lib/apache2/modules/mod_headers.so RequestHeader unset Expect early to the apache2 config on the OP, but this patch also worked." This patch was in the form of a Darcs patch, not a normal patch. So solve this, I applied it to the Darcs repository found on openidenabled, then created a new diff file between the original Darcs repo and the new one (with the patch applied) so that I could apply it to this git repo. All hunks succeeded
* [project @ Remove range headers from requests]tailor2008-10-311-7/+0
|
* [project @ Enforce maximum response size in libcurl fetcher]tailor2008-05-291-1/+7
|
* [project @ fetchers: set Range header to 0-1MB, urllib2 fetcher only reads 1MB]tailor2008-05-291-1/+12
|
* [project @ fetchers.Urllib2Fetcher: parameterize urlopen for #85]Kevin Turner2007-12-101-1/+6
|
* [project @ Added support for httplib2 fetcher]Josh Hoyt2007-06-141-0/+76
| | | | | httplib2 supports caching. Also, a little bit of refactoring of the fetcher test
* [project @ whitespace]Josh Hoyt2007-06-141-1/+1
|
* [project @ Whitespace]Josh Hoyt2007-06-141-1/+2
|
* [project @ fetchers: add user-agent]Kevin Turner2007-03-301-0/+13
|
* [project @ epydoc syntax]Kevin Turner2007-01-151-3/+3
|
* [project @ Merge yadis and urljr]tailor2006-08-241-0/+318