summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* brain dumpcacheKenneth Reitz2012-10-1616-9/+1133
|
* 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-284-1/+792
|
* syntax errorv0.13.2Kenneth Reitz2012-06-281-1/+1
|
* version-dependent package includesKenneth Reitz2012-06-281-7/+13
|
* 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-283-10/+16
|/ /
* | vendored oauthlibKenneth Reitz2012-06-282-9/+30
| |
* | oauthlib licenseKenneth Reitz2012-06-281-1/+33
| |
* | oauthlibKenneth Reitz2012-06-2814-7/+2862
| |
* | Merge remote-tracking branch 'origin/develop' into developKenneth Reitz2012-06-282-2/+2
|\ \
| * \ Merge pull request #693 from sigmavirus24/developKenneth Reitz2012-06-251-1/+1
| |\ \ | | | | | | | | Fix Response Status Codes in the docs.
| | * | Fix Response Status Codes in the docs.Ian Cordasco2012-06-211-1/+1
| | | |
| * | | Merge pull request #696 from koordinates/developKenneth Reitz2012-06-251-1/+1
| |\ \ \ | | | | | | | | | | client certificates are ignored when verify=False
| | * | | 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)
* | | | new vendored libsKenneth Reitz2012-06-281-16/+7
| | | |
* | | | chardet2Kenneth Reitz2012-06-282-9/+3
| | | |
* | | | chardet2Kenneth Reitz2012-06-2836-0/+7212
| | | |
* | | | include certifiKenneth Reitz2012-06-286-3/+3430
| | | |
* | | | 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.
* | | Merge pull request #690 from Lukasa/developKenneth Reitz2012-06-191-1/+8
|\ \ \ | | | | | | | | Temporary fix for unicode literal breaking test.
| * | | Temporary fix for unicode literal breaking test.Cory Benfield2012-06-191-1/+8
|/ / /
* | | Merge pull request #686 from Lukasa/developKenneth Reitz2012-06-191-1/+0
|\ \ \ | | | | | | | | Fix failing setup.py
| * | | Remove mimetools_choose_boundary from setup.py.Cory Benfield2012-06-191-1/+0
|/ / / | | | | | | | | | | | | This package is not present in the source, was removed in commit d3acb783b95623d0378db02bd9832fb11850204b during an update of urllib3.
* | | Merge pull request #683 from jkleint/patch-1Kenneth Reitz2012-06-181-3/+3
|\ \ \ | | | | | | | | Update quickstart docs raise_for_status() exception output.
| * | | Update raise_for_status() exception output to reflect that ↵jkleint2012-06-181-3/+3
|/ / / | | | | | | | | | requests.exceptions.HTTPError is raised, not urllib2.HTTPError.
* | | Merge pull request #680 from mahmoudhossam/developKenneth Reitz2012-06-161-0/+1
|\ \ \ | | | | | | | | Add rauth.
| * | | Add rauth.Mahmoud Hossam2012-06-161-0/+1
|/ / /
* | | makin' historyKenneth Reitz2012-06-151-0/+2
| | |
* | | 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
* | cleanup #676Kenneth Reitz2012-06-141-51/+4
| |
* | Merge pull request #676 from apotheos/developKenneth Reitz2012-06-142-1/+80
|\ \ | | | | | | Additional Documentation for Requests and Responses
| * \ Merge branch 'develop' of github.com:apotheos/requests into developMichael Holler2012-06-140-0/+0
| |\ \