summaryrefslogtreecommitdiff
path: root/requests/api.py
Commit message (Expand)AuthorAgeFilesLines
...
| * Added support for OPTIONS method.jbrendel2011-11-081-1/+12
* | prefetching on all methodsKenneth Reitz2011-11-091-1/+2
|/
* fix request docsKenneth Reitz2011-11-021-0/+17
* bugfixKenneth Reitz2011-10-231-1/+1
* requests.request uses configKenneth Reitz2011-10-221-3/+14
* import cleanupsKenneth Reitz2011-10-221-6/+0
* Move request and get to sessionKenneth Reitz2011-10-221-66/+6
* #160Kenneth Reitz2011-10-201-1/+1
* Merge branch 'master' into developKenneth Reitz2011-10-191-1/+1
|\
| * Some Doc and doctoring fixes by the Speling Poleece.travis2011-10-191-1/+1
* | imports cleanup for @alex :sparkles: :cake: :sparkles:Kenneth Reitz2011-10-191-1/+1
|/
* merge cleanupsKenneth Reitz2011-10-131-26/+1
* Merge fixesKenneth Reitz2011-10-131-10/+1
* Merge branch 'feature-content-streaming' of https://github.com/mitsuhiko/requ...Kenneth Reitz2011-10-131-41/+42
|\
| * Fixed logic for auto redirect in GET and HEAD methods.verm6662011-09-021-0/+6
| * cleanupKenneth Reitz2011-08-281-3/+0
| * automatic header expansionKenneth Reitz2011-08-281-1/+9
| * RequestKenneth Reitz2011-08-201-1/+1
| * big docs updateKenneth Reitz2011-08-201-54/+16
* | store hooks in Request.Kenneth Reitz2011-10-131-0/+1
* | _return_request => return_responseKenneth Reitz2011-10-131-2/+5
* | Make get and head requests respect allow_redirects=False.Daniel Miller2011-10-051-0/+4
|/
* hooks in api layer onlyKenneth Reitz2011-08-171-1/+1
* fixesKenneth Reitz2011-08-171-7/+7
* ACTIVVVAATTTEEEEEEEKenneth Reitz2011-08-171-0/+7
* betterKenneth Reitz2011-08-171-1/+0
* move hooks into api layer onlyKenneth Reitz2011-08-171-0/+12
* attach hooks to RequestKenneth Reitz2011-08-171-2/+2
* newlinesKenneth Reitz2011-08-171-1/+2
* new hooks systemKenneth Reitz2011-08-161-4/+9
* requests.codesKenneth Reitz2011-08-131-0/+1
* all main functions are **kwargs now. People shouldn't be relying on the order.Kenneth Reitz2011-08-131-37/+12
* Added proxies to requests.settingsZbigniew Siciarz2011-08-091-1/+1
* PATCH supportKenneth Reitz2011-06-211-22/+61
* Support for proxiesmoliware2011-06-191-12/+22
* Allow POST and PUT requests to take both querystring params and request bodyRichard Boulton2011-06-161-10/+14
* Change documentation comments for "params" and "data" parameters to refer toRichard Boulton2011-06-161-8/+8
* Update documentation of the "data" parameter for requests.post() to indicate ...Richard Boulton2011-06-161-3/+3
* default post data to empty byte stringKenneth Reitz2011-05-271-2/+2
* Conform api.* arguments to api.request arguments.Johannes2011-05-271-10/+16
* refactor^2Kenneth Reitz2011-05-221-2/+2
* Refactor api.requestJohannes2011-05-221-12/+16
* new config moduleKenneth Reitz2011-05-221-2/+2
* restore allow_redirect behaviorKenneth Reitz2011-05-221-4/+7
* Merge pull request #35 from jgorset/requestsKenneth Reitz2011-05-211-3/+3
|\
| * Migrate settings to new moduleJohannes2011-05-201-2/+3
* | Improved redirection behavior for 301/303Kenneth Reitz2011-05-211-1/+4
|/
* Fix typosJohannes2011-05-191-1/+1
* Big API updateKenneth Reitz2011-05-161-1/+1
* package refactorKenneth Reitz2011-05-141-0/+115