summaryrefslogtreecommitdiff
path: root/requests/sessions.py
Commit message (Expand)AuthorAgeFilesLines
* Fixed usage example in sessions.pyDaniel Müller2015-10-151-2/+2
* Move to_native_string for methods to prepare()Cory Benfield2015-10-121-3/+0
* Clarified description for option "trust_env"Doctor-love2015-10-021-1/+2
* Merge pull request #2741 from jasongrout/per-host-proxyCory Benfield2015-09-061-5/+5
|\
| * Fix documentation for proxies in the Session classJason Grout2015-08-271-5/+5
* | Include file-like object in data arg descriptionEverett Toews2015-08-241-2/+2
|/
* Avoid altering dictionary size during iteration, by gathering keys that need ...Martijn Pieters2015-08-211-4/+5
* Merge pull request #2706 from ak1r4/fix-merge-settingIan Cordasco2015-08-151-3/+1
|\
| * Fix merge setting for not preserving original order of dict parametersAkira J2015-08-041-3/+1
* | Docs: Fix links to `timeouts` section by using :ref: instead ofLukas Graf2015-08-151-2/+2
* | Document use of sessions as context managers.Lukas Graf2015-08-071-0/+6
|/
* fix resolve redirect to pass all original argumentsPaul van der Linden2015-03-261-11/+3
* Add explanatory comment for cookie changeCory Benfield2015-03-141-0/+3
* Don't ascribe cookies to the target domain.Cory Benfield2015-03-141-1/+1
* Merge pull request #2349 from sigmavirus24/fix-picklingKenneth Reitz2014-11-301-3/+12
|\
| * Properly serialize RecentlyUsedContainers for cacheIan Cordasco2014-11-171-3/+12
* | url was already parsed, don't urlparse twiceMatt Robenolt2014-11-231-1/+1
|/
* Merge pull request #2299 from mattrobenolt/masterIan Cordasco2014-11-071-1/+3
|\
| * Cap the redirect_cache size to prevent memory abuseMatt Robenolt2014-10-271-1/+3
* | Use to_native_string instead of builtin_strIan Cordasco2014-10-311-2/+2
|/
* Re-order params for backwards compatIan Cordasco2014-10-051-2/+2
* Merge pull request #2258 from willingc/add-jsonKenneth Reitz2014-10-051-2/+8
|\
| * Fix a couple of issues I noticedIan Cordasco2014-09-301-1/+1
| * Adds json parameter for POST requestsCarol Willing2014-08-281-2/+8
* | Remove timeout from __attrs__Ian Cordasco2014-10-041-3/+4
* | Avoid getting stuck in a loopIan Cordasco2014-09-221-1/+6
* | Fix #2207Ian Cordasco2014-09-071-2/+2
* | Document Timeout behaviourKevin Burke2014-08-291-4/+7
|/
* Update verify check and doc-stringIan Cordasco2014-08-261-7/+5
* Add Session method to merge environment settings with per-request settingsIan Cordasco2014-08-261-24/+30
* Added space and sentence caseContinuousFunction2014-08-211-2/+2
* Update on Tracking Previous RequestsContinuousFunction2014-08-191-1/+1
* Tracking Previous RequestsContinuousFunction2014-08-171-0/+7
* Fix silly checkIan Cordasco2014-07-021-2/+2
* Update how we check verify when inspecting env variablesIan Cordasco2014-07-021-2/+2
* don't make duplicate requests for permanent redirectsEric L Frederich2014-06-121-1/+9
* rename resume/resume_incomplete to permanent_redirect according to rfc7238Eric L Frederich2014-06-111-1/+1
* Update trivial mentions to RFC 2616.Cory Benfield2014-06-071-2/+2
* Read content in Session.send instead of Adapter.send.schlamar2014-05-121-0/+3
* Catch possible exceptions while consuming content of redirect responses.schlamar2014-05-121-2/+6
* Don't repopulate proxies if we don't trust the env.Cory Benfield2014-04-261-3/+3
* Merge pull request #1962 from sigmavirus24/fix-history-typeKenneth Reitz2014-03-241-1/+1
|\
| * Actually assign historyIan Cordasco2014-03-151-0/+1
| * Fix #1960: A Response's history should be a listIan Cordasco2014-03-151-1/+0
* | Merge pull request #1963 from sigmavirus24/fix-redirect-methodsKenneth Reitz2014-03-241-1/+4
|\ \
| * | Fix #1955: Do not use original request in redirectIan Cordasco2014-03-151-1/+4
| |/
* | Style changes thanks to @sigmavirus24.Cory Benfield2014-03-221-8/+7
* | Remove some extraneous comments to please KR.Cory Benfield2014-03-121-6/+0
* | Add method for rebuilding proxy configuration.Cory Benfield2014-03-121-1/+51
* | Move auth rebuild to its own method.Cory Benfield2014-03-121-13/+26
|/