| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | brain dumpcache | Kenneth Reitz | 2012-10-16 | 16 | -9/+1133 |
| | | |||||
| * | start fresh | Kenneth Reitz | 2012-07-02 | 1 | -224/+0 |
| | | |||||
| * | concert to new hash type | Kenneth Reitz | 2012-07-02 | 1 | -9/+8 |
| | | |||||
| * | remove bunk | Kenneth Reitz | 2012-07-02 | 1 | -2/+2 |
| | | |||||
| * | request_hash | Kenneth Reitz | 2012-07-02 | 1 | -1/+231 |
| | | |||||
| * | docstring | Kenneth Reitz | 2012-07-02 | 1 | -0/+2 |
| | | |||||
| * | default SimpleCache | Kenneth Reitz | 2012-07-02 | 1 | -0/+16 |
| | | |||||
| * | fresh cache module | Kenneth Reitz | 2012-07-02 | 1 | -113/+20 |
| | | |||||
| * | reqcache works! | Kenneth Reitz | 2012-06-28 | 3 | -0/+138 |
| | | |||||
| * | cache session param | Kenneth Reitz | 2012-06-28 | 2 | -1/+3 |
| | | |||||
| * | cachecore yo | Kenneth Reitz | 2012-06-28 | 4 | -1/+792 |
| | | |||||
| * | syntax errorv0.13.2 | Kenneth Reitz | 2012-06-28 | 1 | -1/+1 |
| | | |||||
| * | version-dependent package includes | Kenneth Reitz | 2012-06-28 | 1 | -7/+13 |
| | | |||||
| * | Merge remote-tracking branch 'origin/develop' into develop | Kenneth Reitz | 2012-06-28 | 1 | -0/+4 |
| |\ | |||||
| | * | Merge pull request #629 from saschpe/develop | Kenneth Reitz | 2012-06-28 | 1 | -0/+4 |
| | |\ | | | | | | | Add openSUSE certificate support | ||||
| | | * | Add openSUSE certificate support | Sascha Peilicke | 2012-06-15 | 1 | -0/+4 |
| | | | | |||||
| * | | | v0.13.2 | Kenneth Reitz | 2012-06-28 | 3 | -10/+16 |
| |/ / | |||||
| * | | vendored oauthlib | Kenneth Reitz | 2012-06-28 | 2 | -9/+30 |
| | | | |||||
| * | | oauthlib license | Kenneth Reitz | 2012-06-28 | 1 | -1/+33 |
| | | | |||||
| * | | oauthlib | Kenneth Reitz | 2012-06-28 | 14 | -7/+2862 |
| | | | |||||
| * | | Merge remote-tracking branch 'origin/develop' into develop | Kenneth Reitz | 2012-06-28 | 2 | -2/+2 |
| |\ \ | |||||
| | * \ | Merge pull request #693 from sigmavirus24/develop | Kenneth Reitz | 2012-06-25 | 1 | -1/+1 |
| | |\ \ | | | | | | | | | Fix Response Status Codes in the docs. | ||||
| | | * | | Fix Response Status Codes in the docs. | Ian Cordasco | 2012-06-21 | 1 | -1/+1 |
| | | | | | |||||
| | * | | | Merge pull request #696 from koordinates/develop | Kenneth Reitz | 2012-06-25 | 1 | -1/+1 |
| | |\ \ \ | | | | | | | | | | | client certificates are ignored when verify=False | ||||
| | | * | | | fix a bug where client certificates never get set unless verify=True (which ↵ | Craig de Stigter | 2012-06-26 | 1 | -1/+1 |
| | |/ / / | | | | | | | | | | | | | verifies server certs, so should be unrelated) | ||||
| * | | | | new vendored libs | Kenneth Reitz | 2012-06-28 | 1 | -16/+7 |
| | | | | | |||||
| * | | | | chardet2 | Kenneth Reitz | 2012-06-28 | 2 | -9/+3 |
| | | | | | |||||
| * | | | | chardet2 | Kenneth Reitz | 2012-06-28 | 36 | -0/+7212 |
| | | | | | |||||
| * | | | | include certifi | Kenneth Reitz | 2012-06-28 | 6 | -3/+3430 |
| | | | | | |||||
| * | | | | embed chardet | Kenneth Reitz | 2012-06-28 | 35 | -0/+7188 |
| |/ / / | |||||
| * | | | update urllib3 | Kenneth Reitz | 2012-06-25 | 3 | -11/+44 |
| |/ / | |||||
| * | | Merge pull request #684 from gulopine/develop | Kenneth Reitz | 2012-06-20 | 1 | -2/+2 |
| |\ \ | | | | | | | Sign querystring parameters in OAuth 1.0 | ||||
| | * | | Sign querystring parameters in OAuth 1.0 | Marty Alchin | 2012-06-18 | 1 | -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/develop | Kenneth Reitz | 2012-06-19 | 1 | -1/+8 |
| |\ \ \ | | | | | | | | | Temporary fix for unicode literal breaking test. | ||||
| | * | | | Temporary fix for unicode literal breaking test. | Cory Benfield | 2012-06-19 | 1 | -1/+8 |
| |/ / / | |||||
| * | | | Merge pull request #686 from Lukasa/develop | Kenneth Reitz | 2012-06-19 | 1 | -1/+0 |
| |\ \ \ | | | | | | | | | Fix failing setup.py | ||||
| | * | | | Remove mimetools_choose_boundary from setup.py. | Cory Benfield | 2012-06-19 | 1 | -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-1 | Kenneth Reitz | 2012-06-18 | 1 | -3/+3 |
| |\ \ \ | | | | | | | | | Update quickstart docs raise_for_status() exception output. | ||||
| | * | | | Update raise_for_status() exception output to reflect that ↵ | jkleint | 2012-06-18 | 1 | -3/+3 |
| |/ / / | | | | | | | | | | requests.exceptions.HTTPError is raised, not urllib2.HTTPError. | ||||
| * | | | Merge pull request #680 from mahmoudhossam/develop | Kenneth Reitz | 2012-06-16 | 1 | -0/+1 |
| |\ \ \ | | | | | | | | | Add rauth. | ||||
| | * | | | Add rauth. | Mahmoud Hossam | 2012-06-16 | 1 | -0/+1 |
| |/ / / | |||||
| * | | | makin' history | Kenneth Reitz | 2012-06-15 | 1 | -0/+2 |
| | | | | |||||
| * | | | add response.reason | Kenneth Reitz | 2012-06-15 | 1 | -0/+5 |
| | | | | | | | | | | | | | #588 | ||||
| * | | | Merge remote-tracking branch 'origin/develop' into develop | Kenneth Reitz | 2012-06-15 | 1 | -1/+1 |
| |\ \ \ | | |/ | |/| | |||||
| | * | | Merge pull request #675 from gulopine/develop | Kenneth Reitz | 2012-06-14 | 1 | -1/+1 |
| | |\ \ | | |/ | | | | Make sure OAuth doesn't fall off | ||||
| | | * | Make sure OAuth doesn't fall off, which happens in particular when ↵ | Marty Alchin | 2012-06-13 | 1 | -1/+1 |
| | | | | | | | | | | | | | encountering redirects | ||||
| * | | | urllib3 update | Kenneth Reitz | 2012-06-15 | 4 | -57/+45 |
| |/ / | | | | | | | fixes #664 | ||||
| * | | cleanup #676 | Kenneth Reitz | 2012-06-14 | 1 | -51/+4 |
| | | | |||||
| * | | Merge pull request #676 from apotheos/develop | Kenneth Reitz | 2012-06-14 | 2 | -1/+80 |
| |\ \ | | | | | | | Additional Documentation for Requests and Responses | ||||
| | * \ | Merge branch 'develop' of github.com:apotheos/requests into develop | Michael Holler | 2012-06-14 | 0 | -0/+0 |
| | |\ \ | |||||
