summaryrefslogtreecommitdiff
path: root/requests/sessions.py
Commit message (Expand)AuthorAgeFilesLines
* some docs on request redirect detectionjonathan vanasco2017-07-261-0/+6
* Use 'prefix' instead of 'key' in session docstringAlex Muller2017-07-201-1/+1
* Remove exec permission from files that shouldn't have itJustin Mayhew2017-06-101-0/+0
* cleanup sessions.pyKenneth Reitz2017-05-291-26/+15
* Merge pull request #4099 from requests/requests-namespaceKenneth Reitz2017-05-291-2/+2
|\
| * new requests namespaceKenneth Reitz2017-05-291-2/+2
* | Remove session redirect cacheBenjamin Congdon2017-05-291-26/+0
|/
* fix sessions.pyKenneth Reitz2017-05-261-2/+3
* fix for python 3Kenneth Reitz2017-05-261-1/+1
* feedback from @sigmavirus42Kenneth Reitz2017-05-261-3/+3
* who wrote this shitKenneth Reitz2017-05-261-2/+1
* fix the testsKenneth Reitz2017-05-261-1/+4
* API improvementsKenneth Reitz2017-05-261-16/+24
* Fix up Appveyor testingCory Benfield2017-05-031-3/+15
* fix handle of non-ascii location on redirectsshmuelamar2017-04-181-2/+11
* fix unicode decode error on py2 when handling redirect without schemeshmuelamar2017-04-141-1/+1
* Fixes DeprecationWarnings in Python 3.6 due to invalid escape sequences. Fixe...Ruben Dura Tari2017-04-051-7/+7
* Update sessions.pyAnthony Shaw2017-04-021-1/+2
* PR review fixes:Bastien Gérard2017-03-221-2/+3
* Merge pull request #3865 from JohnVillalovos/masterKenneth Reitz2017-02-101-4/+8
|\
| * Allow use of 'no_proxy' in the proxies argumentJohn L. Villalovos2017-02-101-4/+8
* | * initial attempt at `get_redirect_target`jonathan vanasco2017-02-101-11/+16
|/
* adding rewind for re-POST bodiesNate Prewitt2016-11-021-1/+13
* Change module of internal references to to_native_str()Brian Bamsch2016-09-271-1/+2
* converting update call to merge_cookies call for cookielib compatibilityNate Prewitt2016-09-201-1/+1
* Specify self.cert is used for SSL client certificatesRichard van den Berg2016-08-261-1/+1
* Fixed another scheme proxy over "all" priorityMichael Hunsinger2016-08-221-1/+1
* removing Content-Type and Transfer-Encoding headers on redirectNate Prewitt2016-08-111-3/+4
* Document bunch of return typesVille Skyttä2016-08-091-4/+30
* Merge pull request #3429 from nateprewitt/docstring_cleanupKenneth Reitz2016-07-201-12/+7
|\
| * making class and function docstrings consistentNate Prewitt2016-07-201-11/+7
| * making module docstrings and coding comments consistentNate Prewitt2016-07-191-1/+0
* | adding in pep8 fixesNate Prewitt2016-07-201-2/+1
|/
* Update documentation of Session.max_redirectsIan Cordasco2016-06-011-0/+2
* Merge pull request #3185 from brettdh/3183-support-all-proxy-env-varIan Cordasco2016-05-171-2/+2
|\
| * Support ALL_PROXY environment variableBrett Higgins2016-05-111-2/+2
* | Replace tab with appropriate spaces.Cory Benfield2016-05-121-1/+1
|/
* Flip conditional in session.send()Kevin Burke2016-04-211-1/+1
* add rtype in session.requestliuyang2016-04-111-1/+2
* Consolidate logic for changing method during redirectsBen2016-03-171-17/+23
* Don't use redirect_cache if allow_redirects=FalseKenneth Reitz2016-02-051-8/+10
* Review changes to TooManyRedirect exception with responseRyan Munro2016-01-201-5/+1
* Return request & response with TooManyRedirectsRyan Munro2016-01-191-1/+5
* Revert changes to paramsBrian Samek2015-12-111-2/+2
* Refactor default paramsBrian Samek2015-12-111-3/+3
* Add hint to :param verify.Brian Samek2015-12-091-1/+1
* Fix typosJakub Wilk2015-12-011-2/+2
* 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