summaryrefslogtreecommitdiff
path: root/requests/api.py
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'master' into proposed/3.0.0Cory Benfield2017-05-311-1/+1
|\
| * fix spaces in api.pyKenneth Reitz2017-05-291-1/+1
* | Merge branch 'master' into proposed/3.0.0Nate Prewitt2017-05-211-13/+15
|\ \ | |/
| * Specify that the timeout parameter is in seconds.Randy Barlow2017-05-061-1/+1
| * Fixes DeprecationWarnings in Python 3.6 due to invalid escape sequences. Fixe...Ruben Dura Tari2017-04-051-7/+7
| * PR review fixes:Bastien Gérard2017-03-221-1/+3
| * Removed sentence as suggested.Marcos Dione2017-03-071-1/+1
| * Add mention to list od tuples as data param.Marcos Dione2017-03-071-1/+1
| * fixed #3894 by mentioning form-encoding of dictLutz Horn2017-03-011-4/+4
* | Merge branch 'master' into proposed/3.0.0Cory Benfield2017-02-101-1/+1
|\ \ | |/
| * Add default value of allow_redirects to docsPeter Inglesby2017-01-121-1/+1
* | Merge branch 'master' into proposed/3.0.0Cory Benfield2016-12-081-1/+1
|\ \ | |/
| * Clarify allow_redirectsBarbara Miller2016-11-151-1/+1
* | Merge branch 'master' into proposed/3.0.0Cory Benfield2016-11-151-0/+2
|\ \ | |/
| * documentation line added for consistency with the post methodhootnot2016-11-031-0/+2
* | Merge remote-tracking branch 'upstream/master' into proposed/3.0.0Ian Cordasco2016-09-061-1/+0
|\ \ | |/
| * making module docstrings and coding comments consistentNate Prewitt2016-07-191-1/+0
* | Merge remote-tracking branch 'upstream/master' into proposed/3.0.0Ian Cordasco2016-06-031-1/+5
|\ \ | |/
| * Update docstring and API doc to document ability to add per-file headers in m...Alexander Hermes2016-03-291-1/+5
* | requests.get(..., session=Session())Kenneth Reitz2016-02-021-2/+6
|/
* Refactor default paramsBrian Samek2015-12-111-1/+1
* Assure session is closed on exception.Artur Siekielski2015-11-061-7/+5
* Docs: Fix links to `timeouts` section by using :ref: instead ofLukas Graf2015-08-151-2/+2
* Make docstring of api.get more clearMatt Havard2015-04-301-2/+3
* Add return type field to entry-point docstringsUlrich Petri2015-03-141-8/+23
* Close sessions created in the functional APIIan Cordasco2014-11-071-1/+6
* Merge pull request #2258 from willingc/add-jsonKenneth Reitz2014-10-051-2/+4
|\
| * Adds json parameter for POST requestsCarol Willing2014-08-281-2/+4
* | Document Timeout behaviourKevin Burke2014-08-291-2/+6
|/
* The timeout is in seconds.Cory Benfield2014-02-161-1/+1
* 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
|/