summaryrefslogtreecommitdiff
path: root/requests/__init__.py
Commit message (Expand)AuthorAgeFilesLines
* Don't use pyOpenSSL unless no SNI is detectedSeth Michael Larson2020-05-011-6/+14
* Change documentation website to requests.readthedocs.io (#5236)Sorin Sbarnea2019-10-241-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-191-2/+2
|\
| * v2.22.0v2.22.0urllib1.25Nate Prewitt2019-05-151-2/+2
* | [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-171-13/+6
|/
* v2.20.0v2.20.02.20.0Nate Prewitt2018-10-171-2/+2
* remove final remnants from 2.6Nate Prewitt2018-10-171-8/+3
* Prefer https:// for URLs throughout projectJon Dufresne2018-09-301-1/+1
* v2.19.0v2.19.0Nate Prewitt2018-06-121-2/+2
* Warn user about possible slowdown when using cryptography version <Taylor Rose2017-10-141-0/+15
* Correct urllib3 compatibility commentBruno Alla2017-07-261-1/+1
* convert version compatibility checks to warningNate Prewitt2017-06-081-22/+30
* flake8: import statement improvementsKenneth Reitz2017-05-291-4/+4
* v2.16.3Kenneth Reitz2017-05-271-0/+1
* pep8 fixKenneth Reitz2017-05-271-1/+1
* better checking for urllib3Kenneth Reitz2017-05-271-1/+5
* sanity checks upon bootKenneth Reitz2017-05-261-0/+25
* fix __init__.pyKenneth Reitz2017-05-261-2/+2
* __version__.pyKenneth Reitz2017-05-251-3/+3
* fix importsKenneth Reitz2017-05-251-1/+3
* Avoid breaking people using requests.__version__Ian Cordasco2017-05-251-1/+1
* __version__.pyKenneth Reitz2017-05-251-7/+1
* Update __init__.pyKenneth Reitz2017-05-241-3/+4
* v2.14.2v2.14.2Cory Benfield2017-05-101-2/+2
* v2.14.1v2.14.1Cory Benfield2017-05-091-2/+2
* v2.14.0v2.14.0Cory Benfield2017-05-091-2/+2
* Bump version for 2.13.0v2.13.0Ian Cordasco2017-01-241-2/+2
* v2.12.5v2.12.5Cory Benfield2017-01-181-2/+2
* v2.12.4v2.12.4Cory Benfield2016-12-141-2/+2
* v2.12.3v2.12.3Cory Benfield2016-12-011-2/+2
* v2.12.2v2.12.2Cory Benfield2016-11-301-2/+2
* v2.12.1v2.12.1Cory Benfield2016-11-161-2/+2
* v2.12.0v2.12.0Cory Benfield2016-11-151-2/+2
* v2.11.1v2.11.1Kenneth Reitz2016-08-171-2/+2
* v2.11.0v2.11.0Kenneth Reitz2016-08-081-2/+2
* making module docstrings and coding comments consistentNate Prewitt2016-07-191-1/+0
* Remove duplicate import warningsHarrison Jackson2016-07-141-2/+0
* v2.10.0Kenneth Reitz2016-04-291-3/+3
* Merge pull request #2953 from Lukasa/socks_proxy_supportKenneth Reitz2016-04-291-0/+6
|\
| * Silence SOCKS dependency warning on importCory Benfield2015-12-301-0/+6
* | v2.9.2v2.9.2Kenneth Reitz2016-04-291-2/+2
* | Fix api.rst ReferencesBrandon Sandrowicz2016-03-081-1/+1
* | yearsKenneth Reitz2016-02-181-1/+1
|/
* v2.9.1v2.9.1Cory Benfield2015-12-211-2/+2
* v2.9.0v2.9.0Cory Benfield2015-12-151-2/+2
* Emit warnings when using text mode files.Cory Benfield2015-10-241-1/+7