| Commit message (Collapse) | Author | Age | Files | Lines | ||
|---|---|---|---|---|---|---|
| ... | ||||||
| * | stray note | Kenneth Reitz | 2011-11-13 | 1 | -2/+0 | |
| | | ||||||
| * | missing param in quick start | Kenneth Reitz | 2011-11-13 | 1 | -1/+1 | |
| | | ||||||
| * | sp | Kenneth Reitz | 2011-11-13 | 1 | -6/+8 | |
| | | ||||||
| * | document timeouts | Kenneth Reitz | 2011-11-12 | 1 | -0/+32 | |
| | | ||||||
| * | redirection docs | Kenneth Reitz | 2011-11-12 | 1 | -0/+37 | |
| | | ||||||
| * | big docs update on workflow of request lifecycle | Kenneth Reitz | 2011-11-12 | 1 | -0/+21 | |
| | | ||||||
| * | quicker start | Kenneth Reitz | 2011-11-12 | 1 | -4/+2 | |
| | | ||||||
| * | file uploads | Kenneth Reitz | 2011-11-12 | 1 | -2/+19 | |
| | | ||||||
| * | big quick start updates | Kenneth Reitz | 2011-11-12 | 1 | -16/+72 | |
| | | ||||||
| * | Fixed gevent reference | Joseph McCullough | 2011-11-11 | 1 | -1/+1 | |
| | | ||||||
| * | Fixed session API ref typo | Joseph McCullough | 2011-11-11 | 1 | -1/+1 | |
| | | ||||||
| * | Verbose logging example does not work | Devin Sevilla | 2011-11-10 | 1 | -2/+2 | |
| | | ||||||
| * | Merge branch 'develop' of https://github.com/joequery/requests into develop | Kenneth Reitz | 2011-11-09 | 1 | -0/+19 | |
| |\ | ||||||
| | * | Reverted GET example back to Github. | Joseph McCullough | 2011-11-08 | 1 | -7/+4 | |
| | | | ||||||
| | * | Forgot to delete line mentioning Github in GET section | Joseph McCullough | 2011-11-08 | 1 | -1/+1 | |
| | | | ||||||
| | * | Added POST to quick start. Modified GET in doc to use httpbin | Joseph McCullough | 2011-11-08 | 1 | -2/+24 | |
| | | | ||||||
| * | | remove the jar references | Kenneth Reitz | 2011-11-09 | 2 | -7/+2 | |
| | | | ||||||
| * | | cross-references in documentation | Kenneth Reitz | 2011-11-09 | 1 | -6/+3 | |
| | | | ||||||
| * | | better advanced quick start | Kenneth Reitz | 2011-11-09 | 1 | -2/+8 | |
| | | | ||||||
| * | | explain sessions and keep alive | Kenneth Reitz | 2011-11-09 | 1 | -3/+28 | |
| |/ | ||||||
| * | Fixed a broken link in the docs | Bruno Renié | 2011-11-04 | 1 | -1/+1 | |
| | | ||||||
| * | Explain custom auth handlers | Kenneth Reitz | 2011-10-23 | 1 | -0/+33 | |
| | | ||||||
| * | docs for basic/digest auth | Kenneth Reitz | 2011-10-23 | 1 | -0/+29 | |
| | | ||||||
| * | settings => config | Kenneth Reitz | 2011-10-22 | 1 | -2/+2 | |
| | | ||||||
| * | show both session styles | Kenneth Reitz | 2011-10-22 | 1 | -5/+5 | |
| | | ||||||
| * | Merge branch 'master' into develop | Kenneth Reitz | 2011-10-22 | 1 | -3/+4 | |
| |\ | ||||||
| | * | Clarify documentation around async.map and Request.send | Daniel Hengeveld | 2011-10-20 | 1 | -3/+4 | |
| | | | ||||||
| * | | docs: fix pip-compared-to-easy-install url. | Fredrik Möllerstrand | 2011-10-20 | 1 | -1/+1 | |
| |/ | ||||||
| * | merge cleanups | Kenneth Reitz | 2011-10-13 | 1 | -4/+0 | |
| | | ||||||
| * | Merge branch 'feature-content-streaming' of ↵ | Kenneth Reitz | 2011-10-13 | 2 | -1/+3 | |
| |\ | | | | | | | | | | | | | | | | | | | | | | | | | https://github.com/mitsuhiko/requests into feature/content-stream Conflicts: AUTHORS HISTORY.rst docs/api.rst docs/community/faq.rst docs/user/intro.rst requests/api.py requests/models.py | |||||
| | * | Typos, nits and some 80w fixes | jbergstroem | 2011-08-23 | 4 | -12/+25 | |
| | | | ||||||
| * | | gevent installation documentation | Kenneth Reitz | 2011-10-13 | 2 | -1/+23 | |
| | | | ||||||
| * | | Async requests docs | Kenneth Reitz | 2011-10-13 | 1 | -0/+34 | |
| | | | ||||||
| * | | Migrate new docs over. | Kenneth Reitz | 2011-10-13 | 4 | -30/+24 | |
| |/ | ||||||
| * | Typo in documentation | Shrikant Sharat Kandula | 2011-09-08 | 1 | -1/+1 | |
| | | | | The kwarg is named `headers`, not `header`. Also, its a dict, not a set. | |||||
| * | doc cleanups | Kenneth Reitz | 2011-08-17 | 2 | -0/+10 | |
| | | ||||||
| * | typo | Kenneth Reitz | 2011-08-17 | 1 | -1/+1 | |
| | | ||||||
| * | consiserererr | Kenneth Reitz | 2011-08-17 | 1 | -2/+0 | |
| | | ||||||
| * | cookies docs | Kenneth Reitz | 2011-08-17 | 1 | -1/+30 | |
| | | ||||||
| * | yawns | Kenneth Reitz | 2011-08-17 | 1 | -2/+3 | |
| | | ||||||
| * | hijack arguments | Kenneth Reitz | 2011-08-17 | 1 | -0/+31 | |
| | | ||||||
| * | advanced docs | Kenneth Reitz | 2011-08-17 | 1 | -1/+57 | |
| | | ||||||
| * | docs update | Kenneth Reitz | 2011-08-17 | 1 | -10/+36 | |
| | | ||||||
| * | Added docs regarding requests.session to docs/user/advanced.rst | Tom Hogans | 2011-08-16 | 1 | -0/+22 | |
| | | ||||||
| * | whoops | Kenneth Reitz | 2011-08-14 | 1 | -2/+2 | |
| | | ||||||
| * | Response Headers quickstart | Kenneth Reitz | 2011-08-14 | 1 | -1/+36 | |
| | | ||||||
| * | raise_for_status quick start | Kenneth Reitz | 2011-08-14 | 1 | -4/+22 | |
| | | ||||||
| * | models.. | Kenneth Reitz | 2011-08-14 | 1 | -1/+1 | |
| | | ||||||
| * | not tablib.. | Kenneth Reitz | 2011-08-14 | 1 | -1/+1 | |
| | | ||||||
| * | massive documentation update | Kenneth Reitz | 2011-08-14 | 2 | -101/+28 | |
| | | ||||||
