summaryrefslogtreecommitdiff
path: root/requests/api.py
Commit message (Expand)AuthorAgeFilesLines
* Revert "[kennethreitz/requests#1208] adding a max_retries argument"Kenneth Reitz2013-03-031-1/+0
* [kennethreitz/requests#1208] adding a max_retries argumentWilfred Hughes2013-02-271-0/+1
* Missing line was allowing redirects with HEADIan Cordasco2013-02-201-0/+1
* api docsKenneth Reitz2012-12-231-0/+6
* Tweaked the 'data' param docs to indicate that a file-like object is also sup...Hans Lellelid2012-12-201-4/+4
* /s/prefetch/streamKenneth Reitz2012-12-171-1/+1
* nice and cleanupKenneth Reitz2012-12-171-1/+0
* further remove configKenneth Reitz2012-12-171-13/+1
* json errorsKenneth Reitz2012-12-161-0/+1
* WHOOOOOOOOOOOOOOOOKenneth Reitz2012-12-151-5/+2
* Updates from ISC to Apache2Lyndsy Simon2012-12-051-1/+1
* Merge pull request #983 from jszakmeister/allow-strictKenneth Reitz2012-12-021-1/+1
|\
| * Add the ability to turn off HTTP 0.9 support.John Szakmeister2012-12-021-1/+1
* | Fixed so that safe_mode works for SessionsJonatan Heyman2012-11-231-2/+0
|/
* Whitespace fixes following PEP8.Locker5372012-08-161-0/+2
* address connection leak issue from #520Shivaram Lingamneni2012-08-051-4/+13
* Issue #505: Changed the store_cookie configuration to be part of the config d...Arup Malakar2012-05-231-2/+1
* authorsKenneth Reitz2012-05-161-0/+1
|\
| * Issue #505: Allow disabling of cookie persistence/sendingArup Malakar2012-05-161-0/+1
* | New implementation of safe_mode. Now, we throw exceptions in models.py regard...Josh Imhoff2012-05-091-0/+2
|/
* Sphinx throws an error if you don't escape ** in **kwargsIan Danforth2012-03-181-7/+7
* Updated Requests api to accept a 'cert' argument.chadnickbok@gmail.com2012-03-141-2/+1
* Exposed key_file and cert_file in requests, to support https client certifica...chadnickbok@gmail.com2012-03-141-0/+2
* history for HEAD 3xxv0.10.3Kenneth Reitz2012-02-201-1/+1
* Added prefetch documentation for apiFrank Kumro2012-01-121-0/+1
* The `request` method of `Session` class does not take a `session` argument. B...Shrikant Sharat Kandula2012-01-091-1/+1
* :sparkles: 2012 :sparkles: Kenneth Reitz2012-01-011-1/+1
* ssl docsKenneth Reitz2011-12-281-0/+1
* api cleanupKenneth Reitz2011-12-281-1/+1
* simplify api.requestKenneth Reitz2011-12-281-32/+2
* whitespaceKenneth Reitz2011-12-141-1/+0
* Fix spelling errors, typos.Nick Hatch2011-12-111-1/+1
* Rename use_session to session.Shrikant Sharat2011-11-251-4/+4
* Add use_session argument to request method.Shrikant Sharat2011-11-251-1/+3
* updated docs for last change in `files` argument to support explicit filename.Rolando Espinoza La fuente2011-11-181-1/+1
* explicitKenneth Reitz2011-11-121-3/+15
* remove bunk __all__sKenneth Reitz2011-11-121-2/+0
* consistiencyKenneth Reitz2011-11-121-3/+3
* better defaultsKenneth Reitz2011-11-121-3/+3
* Merge branch 'develop' of https://github.com/jbrendel/requests into developKenneth Reitz2011-11-091-1/+12
|\
| * 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