summaryrefslogtreecommitdiff
path: root/requests
Commit message (Expand)AuthorAgeFilesLines
* Revert "Add trusted domains"Nate Prewitt2019-09-191-8/+1
* Merge pull request #5076 from myrheimb/patch-1Kenneth Reitz2019-08-201-1/+1
|\
| * Possible fix for #4945?Bjørnar Myrheim2019-04-301-1/+1
* | Merge branch 'master' into feature/strip-utf8-bomKenneth Reitz2019-08-2011-95/+84
|\ \
| * \ Merge branch 'master' into masterKenneth Reitz2019-08-208-80/+61
| |\ \
| | * \ 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-204-3/+9
| | |\ \
| | | * | Remove internal use of unnecessary compat shim for OrderedDictJon Dufresne2018-12-294-3/+9
| | | |/
| | * | Merge pull request #5087 from LuckyDenis/masterKenneth Reitz2019-08-201-3/+20
| | |\ \
| | | * \ Merge branch 'master' into masterDenis Belavin2019-08-141-1/+1
| | | |\ \
| | | * \ \ Merge branch 'master' into masterDenis Belavin2019-07-231-2/+4
| | | |\ \ \
| | | * \ \ \ Merge branch 'master' into masterDenis Belavin2019-05-201-1/+1
| | | |\ \ \ \
| | | * \ \ \ \ Merge branch 'master' into masterDenis Belavin2019-05-202-5/+5
| | | |\ \ \ \ \
| | | * | | | | | #4965 fix: Accessing response.content twice removes forgets read error.Белавин Денис2019-05-141-7/+16
| | | * | | | | | #4965 fix-draw: Accessing response.content twice removes forgets read error.Белавин Денис2019-05-131-0/+8
| | | | |_|_|_|/ | | | |/| | | |
| | * | | | | | Merge pull request #5128 from lmvlmv/urllibfixKenneth Reitz2019-08-201-58/+13
| | |\ \ \ \ \ \
| | | * \ \ \ \ \ Merge branch 'master' into urllibfixlmvlmv2019-07-231-2/+4
| | | |\ \ \ \ \ \ | | | | | |_|_|/ / | | | | |/| | | |
| | | * | | | | | Use urllib for chunked requestsLeon Verrall2019-07-021-58/+13
| | | | |_|_|/ / | | | |/| | | |
| | * | | | | | 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-205-8/+10
| | |\ \ \ \ \ \
| | | * | | | | | Updated references to previous requests/requests GitHub pathNihaal2019-08-194-6/+6
| | | | |_|_|_|/ | | | |/| | | |
| | | * | | | | Add missing backtick (#5145)Dull Bananas2019-07-291-1/+1
| | | | |/ / / | | | |/| | |
| | * | | | | Update sessions.pyAlan Yee2019-06-241-3/+3
| | | |/ / / | | |/| | |
| * | | | | Merge branch 'master' into masterAlessio Izzo2019-07-241-2/+4
| |\ \ \ \ \ | | | |/ / / | | |/| | |
| | * | | | List valid methods for request()Dull Bananas2019-07-201-1/+1
| | * | | | Document that `request.head` defaults `allow_redirects` to `False`Jacek Kołodziej2019-07-011-1/+3
| | |/ / /
| * | | | Merge branch 'master' of https://github.com/kennethreitz/requestsaless102019-05-241-1/+1
| |\ \ \ \ | | |/ / /
| | * | | Print the type of the password instead of the password itselfpetar-iv2019-05-201-1/+1
| | | |/ | | |/|
| * | | [add] add NORMALIZE_WHITESPACE and ELLIPSIS to pytest.ini and remove them fro...aless102019-05-191-2/+0
| * | | Merge branch 'master' of https://github.com/kennethreitz/requestsaless102019-05-192-5/+5
| |\ \ \ | | |/ /
| | * | v2.22.0v2.22.0urllib1.25Nate Prewitt2019-05-152-5/+5
| | |/
| * | [change] change doctest based on LuckyDenis suggestionaless102019-05-191-2/+11
| * | [remove] remove invalid field in doceteAlessio Izzo2019-04-071-1/+1
| * | [change] change description in __init__ module. Now it is the same as masteraless102019-02-171-1/+1
| * | [fix] fix failing doctests in requests/*aless102019-02-176-16/+15
| |/
* | fix response with utf8 bomEduardo Rodrigues2019-02-091-0/+3
|/
* get(), request(): fix documentation of 'params'Matthieu Moy2018-12-131-2/+2
* v2.21.0v2.21.0Nate Prewitt2018-12-091-2/+2
* Merge branch 'master' into patch-1Kyle Altendorf2018-11-091-2/+2
|\
| * v2.20.1v2.20.1Nate Prewitt2018-11-081-2/+2
* | Set iter_lines() decode_unicode default to FalseKyle Altendorf2018-11-061-1/+1
|/
* Merge pull request #2 from requests/masterMaina Nick2018-10-292-2/+13
|\
| * proper handling for default ports in auth strippingdefault_port_handlingNate Prewitt2018-10-282-2/+13
* | Incorrect ValueError Messageunknown2018-10-291-1/+1
|/
* v2.20.0v2.20.02.20.0Nate Prewitt2018-10-172-4/+4
* remove final remnants from 2.6Nate Prewitt2018-10-176-29/+16
* Use comprehensions whenever possibleHugo Osvaldo Barrera2018-10-165-23/+20
* wrap url parsing exceptions from urllib3's PoolManagerNate Prewitt2018-09-301-2/+7