summaryrefslogtreecommitdiff
path: root/setup.py
Commit message (Collapse)AuthorAgeFilesLines
* 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
| |
* | Fixed test execution.Dmitry Dygalo2016-02-031-1/+0
| |
* | cleanup setup.py from #2991Kenneth Reitz2016-02-031-9/+2
| |
* | Initial workDmitry Dygalo2016-02-021-1/+34
| |
* | Stop falling back to distutils in setup.pyIan Cordasco2016-01-201-4/+2
|/ | | | | | distutils has been deprecated for years now and pip is refusing to install projects using it. As such, *some* users are reporting problems installing requests. Let's avoid this entirely by not falling back to distutils at all.
* Specify minimum pyOpenSSL versionPhilip Lorenz2015-11-191-1/+1
| | | | | | urllib3 requires "set_tlsext_host_name" which was only added in pyOpenSSL 0.13. As some distributions (e.g. Ubuntu 12.04) still ship an older version enforce the correct minimum version during installation.
* Update trove classifiers.Cory Benfield2015-11-051-2/+2
|
* matching the version only at the begining of linesderonnax2015-03-261-2/+2
|
* shorter and faster version extraction from __init__.pyderonnax2015-03-251-6/+2
|
* Parse version number out of requests/__init__.pyIan Cordasco2015-03-131-4/+14
| | | | | | | | | | | With the new import machinery in requests/packages/__init__.py people using `python setup.py test` will not be able to run the tests the first time on a new environment. The VendorAlias logic breaks the import machinery and the tests fail. By removing the import of requests in setup.py, we avoid the issue where sys.meta_path continues to have the version of VendorAlias from the import in setup.py. Closes #2462
* Merge pull request #2203 from Lukasa/remove_certifiKenneth Reitz2014-09-051-1/+1
|\ | | | | Remove hard certifi dependency and document.
| * Remove hard certifi dependency and document.Cory Benfield2014-09-041-1/+1
| |
* | Merge pull request #2199 from mtorromeo/patch-1Kenneth Reitz2014-09-041-2/+4
|\ \ | | | | | | Open README and HISTORY as utf-8 encoded files (fixes #2196)
| * | Open README and HISTORY as utf-8 encoded files (fixes #2196)Massimiliano Torromeo2014-09-031-2/+4
| |/
* | requests[security]Kenneth Reitz2014-09-041-1/+1
| |
* | Add betterssl extraIan Cordasco2014-08-291-0/+3
|/
* 3.4 classifierKenneth Reitz2014-08-281-0/+1
|
* Install certifi with requests.Cory Benfield2014-07-101-1/+1
|
* Add urllib3 util package to setup.py.Cory Benfield2014-04-291-1/+2
|
* Avoid breaking crappy distribution methods.Cory Benfield2014-01-291-3/+1
|
* Update the history and change the last last references to charadeswap-charade-for-chardetIan Cordasco2013-12-181-1/+1
|
* close files in setup.pyAlex Gaynor2013-10-261-3/+9
| | | otherwise python3.4 warns
* nopeKenneth Reitz2013-05-211-1/+0
|
* Issue #749: Add optional SNI support for python2.Hugo Osvaldo Barrera2013-05-031-0/+1
| | | | SNI support will be enabled for python2 if ndg-httpsclient and pyopenssl are available.