summaryrefslogtreecommitdiff
path: root/requests/sessions.py
Commit message (Expand)AuthorAgeFilesLines
* Revert "Add trusted domains"Nate Prewitt2019-09-191-8/+1
* Merge branch 'master' into masterKenneth Reitz2019-08-201-12/+16
|\
| * Merge pull request #4983 from jaketreacher/2949-trusted-domainKenneth Reitz2019-08-201-1/+8
| |\
| | * Add trusted domainsJake Treacher2019-02-151-1/+8
| * | Merge pull request #4922 from jdufresne/orderedKenneth Reitz2019-08-201-1/+2
| |\ \
| | * | Remove internal use of unnecessary compat shim for OrderedDictJon Dufresne2018-12-291-1/+2
| | |/
| * | Merge pull request #5105 from alanyee/patch-1Kenneth Reitz2019-08-201-5/+1
| |\ \
| | * | Update sessions.pyAlan Yee2019-05-291-5/+1
| | |/
| * | Merge branch 'master' into patch-1Kenneth Reitz2019-08-201-2/+2
| |\ \
| | * | Updated references to previous requests/requests GitHub pathNihaal2019-08-191-2/+2
| | |/
| * | Update sessions.pyAlan Yee2019-06-241-3/+3
| |/
* | [fix] fix failing doctests in requests/*aless102019-02-171-1/+1
|/
* proper handling for default ports in auth strippingdefault_port_handlingNate Prewitt2018-10-281-2/+11
* Use comprehensions whenever possibleHugo Osvaldo Barrera2018-10-161-1/+1
* Prefer https:// for URLs throughout projectJon Dufresne2018-09-301-3/+3
* Rework authorization stripping logic as discussedBruce Merry2018-09-141-8/+18
* Strip Authorization header whenever root URL changesBruce Merry2018-09-141-1/+3
* Document that 'data' can be a list of tuples everywhereMatthieu Moy2018-07-171-5/+8
* Document that `requests.session()` is depreciatedSteven M. Vascellaro2018-06-211-1/+6
* Separate collections from collections.abcRaymond Hettinger2018-06-111-2/+1
* append previous url fragment on redirectNate Prewitt2018-01-211-1/+6
* Merge branch 'master' into patch-1Alvaro Gutierrez Perez2017-10-211-2/+2
|\
| * avoid import platformINADA Naoki2017-10-201-2/+2
* | Fix case-insensitive comparison in get_adapter()Alvaro Gutierrez Perez2017-10-181-1/+1
|/
* Python 3.3 has already been dropped (#4231)Hugo2017-10-151-1/+1
* 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