summaryrefslogtreecommitdiff
path: root/requests/sessions.py
Commit message (Expand)AuthorAgeFilesLines
* more python2 compatibilityKenneth Reitz2017-09-031-2/+2
* cleanupKenneth Reitz2017-09-031-11/+16
* all working!Kenneth Reitz2017-09-031-6/+28
* this is a nightmare™Kenneth Reitz2017-09-031-0/+38
* Use comprehensions whenever possibleHugo Osvaldo Barrera2017-07-141-1/+1
* Clean up flake8 errors from mergeCory Benfield2017-05-311-1/+1
* Clean up messy mergeCory Benfield2017-05-311-2/+3
* Merge branch 'master' into proposed/3.0.0Cory Benfield2017-05-311-75/+49
|\
| * 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
* | persist session-level CookiePolicyNate Prewitt2017-05-221-3/+4
* | Merge branch 'master' into proposed/3.0.0Nate Prewitt2017-05-211-32/+49
|\ \ | |/
| * 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
* | altered internal loops of how ``SessionRedirectMixin.resolve_redirects`` and ...jonathan vanasco2017-02-221-15/+6
* | variable name consistencyNate Prewitt2017-02-141-5/+5
* | Merge branch 'master' into proposed/3.0.0Cory Benfield2017-02-141-29/+37
|\ \ | |/
| * 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
| |/
* | revert removal of request param from resolve_redirectsNate Prewitt2017-02-111-3/+2
* | adding return variable to rebuild_method for method changeNate Prewitt2016-12-101-5/+7
* | fixing redirects for non-GET/HEAD/POST methodsNate Prewitt2016-12-101-11/+11
* | add enforce_content_length=True defaultNate Prewitt2016-11-151-2/+2
* | Merge branch 'master' into proposed/3.0.0Cory Benfield2016-11-151-5/+18
|\ \ | |/
| * 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
* | Keep ``verify`` setting when no CA_BUNDLE variable existsJeremy Cline2016-10-241-1/+2
* | Merge remote-tracking branch 'upstream/master' into proposed/3.0.0Ian Cordasco2016-09-061-18/+44
|\ \ | |/
| * 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
| |/