summaryrefslogtreecommitdiff
path: root/setup.py
Commit message (Collapse)AuthorAgeFilesLines
* v2.20.0v2.20.02.20.0Nate Prewitt2018-10-171-1/+1
|
* remove final remnants from 2.6Nate Prewitt2018-10-171-9/+3
|
* Update setup.pyKenneth Reitz2018-09-171-4/+4
|
* Tuple test_requirements was too long, PEP8juozasget2018-09-151-1/+8
| | | Broken a long line into multiple lines inside tuple parenthesis.
* represent classifiers as list instead of tupleNate Prewitt2018-08-061-3/+2
|
* Add official Python 3.7 support (#4717)Eric Brown2018-07-241-0/+1
| | | | | | | | * Add official Python 3.7 support Python 3.7 was just released [1]. This is a small change to enable support in requests. Signed-off-by: Eric Brown <browne@vmware.com>
* v2.19.0v2.19.0Nate Prewitt2018-06-121-2/+1
| | | | | | | | | * Updated HISTORY.rst. * Moved version pin for idna to allow recent 2.7 release. * Updated version warning for urllib3 to allow 1.23. * Updated metadata dunders in __version__.py. * Removed Python 2.6 trove classifier. * Removed Python 2.6 reference from README.rst.
* port pyopenssl fix from urllib3Nate Prewitt2018-06-101-1/+7
|
* Allow urllib3 1.23Michael2018-06-051-1/+1
| | | https://github.com/urllib3/urllib3/blob/1.23/CHANGES.rst#123-2018-06-04
* README is in ReSTPradyun Gedam2018-05-071-1/+1
|
* Add long_description_content_type to setup.pyPradyun Gedam2018-05-041-0/+1
| | | | | See: - https://packaging.python.org/guides/making-a-pypi-friendly-readme/ - https://pypi.org/p/requests/
* Pass python_requires argument to setuptoolsJon Dufresne2018-01-121-0/+1
| | | | | | | | | | | | | | | | | | | Helps pip decide what version of the library to install. https://packaging.python.org/tutorials/distributing-packages/#python-requires > If your project only runs on certain Python versions, setting the > python_requires argument to the appropriate PEP 440 version specifier > string will prevent pip from installing the project on other Python > versions. https://setuptools.readthedocs.io/en/latest/setuptools.html#new-and-changed-setup-keywords > python_requires > > A string corresponding to a version specifier (as defined in PEP 440) > for the Python version, used to specify the Requires-Python defined in > PEP 345.
* Add missing trove classifier to document Python2 supportJon Dufresne2017-10-151-1/+1
|
* Update setup.pyKenneth Reitz2017-08-281-0/+1
|
* Drop Python 3.3 supportCory Benfield2017-08-091-1/+0
|
* Allow IDNA 2.6Cory Benfield2017-08-081-1/+1
|
* Allow urllib3 1.22Cory Benfield2017-07-201-1/+1
|
* Catch error if multiprocessing is not available or is unable to determine ↵Jacob Mansfield2017-05-301-2/+5
| | | | the number of CPUs
* number of cores for travisKenneth Reitz2017-05-281-1/+2
|
* setup.py improvementsKenneth Reitz2017-05-271-1/+1
|
* see if that fixes thingsKenneth Reitz2017-05-271-1/+1
|
* xdistKenneth Reitz2017-05-271-1/+1
|
* socks needed for testsKenneth Reitz2017-05-271-1/+1
|
* cleanup version.pyKenneth Reitz2017-05-271-1/+1
|
* vastly simpify making packages available for backwards compatibilityKenneth Reitz2017-05-271-14/+1
|
* fix setup.pyKenneth Reitz2017-05-271-3/+3
|
* restore packages to setup.pyKenneth Reitz2017-05-271-1/+14
|
* require certifiKenneth Reitz2017-05-261-1/+2
|
* add install_requiresKenneth Reitz2017-05-261-15/+7
|
* fix setup.pyv2.16.3v2.15.0Kenneth Reitz2017-05-261-1/+2
|
* __version__.pyKenneth Reitz2017-05-251-1/+1
|
* Avoid breaking people using requests.__version__Ian Cordasco2017-05-251-1/+1
| | | | | Using __version__ as a module breaks users who expect requests.__version__ to be the version string.
* take a page out of @sigmavirus42's bookKenneth Reitz2017-05-251-6/+6
|
* better ''Kenneth Reitz2017-05-251-1/+1
|
* __version__.pyKenneth Reitz2017-05-251-8/+6
|
* Turns out @kennethreitz suprise-broke the CICory Benfield2017-05-241-1/+1
|
* Remove range operators from markersCory Benfield2017-05-101-1/+1
|
* Use sys_platform instead of platform_systemCory Benfield2017-05-091-1/+1
| | | | This is more compatible as a marker and so will break fewer people.
* Update chardet to v3.0.2Cory Benfield2017-05-091-0/+1
|
* Update urllib3 to v1.21.1Cory Benfield2017-05-091-0/+1
|
* Fix up Appveyor testingCory Benfield2017-05-031-0/+1
|
* Added python 3.6.0Andrii Soldatenko2017-01-091-0/+1
|
* Require pytest-mock for the testsAdam Williamson2016-12-301-1/+1
| | | | | test_requests.py `test_session_close_proxy_clear` uses the `mocker` fixture, which is provided by pytest-mock.
* Change setuptools extra for new secure extra.Cory Benfield2016-11-161-1/+2
|
* Merge pull request #3620 from Lukasa/better-idnaCory Benfield2016-10-211-0/+1
|\ | | | | Better support for internationalized domain names.
| * Various packaging requirements for idnaCory Benfield2016-10-141-0/+1
| |
* | Seems like we're missing a backport here.Cory Benfield2016-10-141-0/+1
|/
* pysocks 1.5.7 blacklisting, due to IPv6 problemsFerhat2016-09-051-1/+1
|
* Merge pull request #2953 from Lukasa/socks_proxy_supportKenneth Reitz2016-04-291-0/+1
|\ | | | | SOCKS Proxy Support
| * Socks extraCory Benfield2015-12-311-0/+1
| |