summaryrefslogtreecommitdiff
path: root/requests
Commit message (Collapse)AuthorAgeFilesLines
* brain dumpcacheKenneth Reitz2012-10-162-9/+149
|
* start freshKenneth Reitz2012-07-021-224/+0
|
* concert to new hash typeKenneth Reitz2012-07-021-9/+8
|
* remove bunkKenneth Reitz2012-07-021-2/+2
|
* request_hashKenneth Reitz2012-07-021-1/+231
|
* docstringKenneth Reitz2012-07-021-0/+2
|
* default SimpleCacheKenneth Reitz2012-07-021-0/+16
|
* fresh cache moduleKenneth Reitz2012-07-021-113/+20
|
* reqcache works!Kenneth Reitz2012-06-283-0/+138
|
* cache session paramKenneth Reitz2012-06-282-1/+3
|
* cachecore yoKenneth Reitz2012-06-283-0/+785
|
* Merge remote-tracking branch 'origin/develop' into developKenneth Reitz2012-06-281-0/+4
|\
| * Merge pull request #629 from saschpe/developKenneth Reitz2012-06-281-0/+4
| |\ | | | | | | Add openSUSE certificate support
| | * Add openSUSE certificate supportSascha Peilicke2012-06-151-0/+4
| | |
* | | v0.13.2Kenneth Reitz2012-06-281-2/+2
|/ /
* | vendored oauthlibKenneth Reitz2012-06-282-9/+30
| |
* | oauthlibKenneth Reitz2012-06-2812-0/+2850
| |
* | Merge remote-tracking branch 'origin/develop' into developKenneth Reitz2012-06-281-1/+1
|\ \
| * | fix a bug where client certificates never get set unless verify=True (which ↵Craig de Stigter2012-06-261-1/+1
| | | | | | | | | | | | verifies server certs, so should be unrelated)
* | | chardet2Kenneth Reitz2012-06-282-9/+3
| | |
* | | chardet2Kenneth Reitz2012-06-2836-0/+7212
| | |
* | | include certifiKenneth Reitz2012-06-283-2/+3367
| | |
* | | embed chardetKenneth Reitz2012-06-2835-0/+7188
|/ /
* | update urllib3Kenneth Reitz2012-06-253-11/+44
| |
* | Merge pull request #684 from gulopine/developKenneth Reitz2012-06-201-2/+2
|\ \ | | | | | | Sign querystring parameters in OAuth 1.0
| * | Sign querystring parameters in OAuth 1.0Marty Alchin2012-06-181-2/+2
| | | | | | | | | | | | | | | | | | | | | Existing usage doesn't pass GET querystring parameters along to oauthlib, so it wasn't signing those properly, which causes problems with APIs that rely heavily on GET parameters. By passing in r.full_url instead of r.url, oauthlib can parse out the correct parameters and sign them properly.
* | | add response.reasonKenneth Reitz2012-06-151-0/+5
| | | | | | | | | | | | #588
* | | Merge remote-tracking branch 'origin/develop' into developKenneth Reitz2012-06-151-1/+1
|\ \ \ | | |/ | |/|
| * | Merge pull request #675 from gulopine/developKenneth Reitz2012-06-141-1/+1
| |\ \ | | |/ | | | Make sure OAuth doesn't fall off
| | * Make sure OAuth doesn't fall off, which happens in particular when ↵Marty Alchin2012-06-131-1/+1
| | | | | | | | | | | | encountering redirects
* | | urllib3 updateKenneth Reitz2012-06-154-57/+45
|/ / | | | | | | fixes #664
* | Send the original response url to `urlparse` rather than the `Response` ↵ig07742012-06-081-1/+1
| | | | | | | | object. `urlparse` cannot handle `Response` objects.
* | Merge remote-tracking branch 'origin/develop' into developKenneth Reitz2012-06-071-2/+4
|\ \
| * \ Merge pull request #659 from Bluehorn/developKenneth Reitz2012-06-071-2/+4
| |\ \ | | | | | | | | Allow passing a file or file-like object as data.
| | * | Allow passing a file or file-like object as data.Torsten Landschoff2012-06-071-2/+4
| | | | | | | | | | | | | | | | | | | | | | | | The underlying httplib already allows passing an open file object as body to its HTTPConnection.request method. I think requests should allow that as well.
* | | | v0.13.1Kenneth Reitz2012-06-071-2/+2
|/ / /
* | | fix unicode literal for python 3Kenneth Reitz2012-06-071-1/+1
| | |
* | | make empty body text responses workKenneth Reitz2012-06-071-0/+3
|/ / | | | | #660
* | Allowing hooks to return responses that indicate errorsMichael Komitee2012-06-011-2/+4
| | | | | | | | | | | | | | | | | | | | | | Since response objects for failures (4xx/5xx responses) evaluate to False in a boolean context, any hook which returns such a failure response will evaluate to False. The way hooks were setup, any failure response resulting from a hook would be ignored, and the initial response before it got processed by the hook would be substituted in its place. This commit changes that logic to test for None so that hooks that return failures can do so.
* | v0.13.0v0.13.0Kenneth Reitz2012-05-291-2/+2
| |
* | by @mwielgoszewskiKenneth Reitz2012-05-291-1/+1
| |
* | cleanup #633Kenneth Reitz2012-05-291-9/+4
| |
* | Merge pull request #633 from tzuryby/developKenneth Reitz2012-05-291-14/+21
|\ \ | | | | | | poor man's patch for issue #630
| * | this try catch is a poor man's patch for issue #630 see ↵Tzury Bar Yochay2012-05-241-14/+21
| |/ | | | | | | https://github.com/kennethreitz/requests/issues/630
* | Merge pull request #640 from JuhaS/patch-1Kenneth Reitz2012-05-291-1/+1
|\ \ | | | | | | Small correction on a comment.
| * | Small correction on a comment.JuhaS2012-05-281-1/+1
| |/
* | Merge pull request #638 from mher/developKenneth Reitz2012-05-291-1/+2
|\ \ | | | | | | no_proxy support
| * | Fixes python3 compatibility issueMher Movsisyan2012-05-281-2/+1
| | |
| * | no_proxy supportMher Movsisyan2012-05-271-1/+3
| |/
* | Issue #505: Changed the store_cookie configuration to be part of the config ↵Arup Malakar2012-05-234-13/+5
|/ | | | dict, instead of being a new argument