| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Pass python_requires argument to setuptools | Jon Dufresne | 2018-01-12 | 1 | -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 support | Jon Dufresne | 2017-10-15 | 1 | -1/+1 |
| | | |||||
| * | Update setup.py | Kenneth Reitz | 2017-08-28 | 1 | -0/+1 |
| | | |||||
| * | Drop Python 3.3 support | Cory Benfield | 2017-08-09 | 1 | -1/+0 |
| | | |||||
| * | Allow IDNA 2.6 | Cory Benfield | 2017-08-08 | 1 | -1/+1 |
| | | |||||
| * | Allow urllib3 1.22 | Cory Benfield | 2017-07-20 | 1 | -1/+1 |
| | | |||||
| * | Catch error if multiprocessing is not available or is unable to determine ↵ | Jacob Mansfield | 2017-05-30 | 1 | -2/+5 |
| | | | | | the number of CPUs | ||||
| * | number of cores for travis | Kenneth Reitz | 2017-05-28 | 1 | -1/+2 |
| | | |||||
| * | setup.py improvements | Kenneth Reitz | 2017-05-27 | 1 | -1/+1 |
| | | |||||
| * | see if that fixes things | Kenneth Reitz | 2017-05-27 | 1 | -1/+1 |
| | | |||||
| * | xdist | Kenneth Reitz | 2017-05-27 | 1 | -1/+1 |
| | | |||||
| * | socks needed for tests | Kenneth Reitz | 2017-05-27 | 1 | -1/+1 |
| | | |||||
| * | cleanup version.py | Kenneth Reitz | 2017-05-27 | 1 | -1/+1 |
| | | |||||
| * | vastly simpify making packages available for backwards compatibility | Kenneth Reitz | 2017-05-27 | 1 | -14/+1 |
| | | |||||
| * | fix setup.py | Kenneth Reitz | 2017-05-27 | 1 | -3/+3 |
| | | |||||
| * | restore packages to setup.py | Kenneth Reitz | 2017-05-27 | 1 | -1/+14 |
| | | |||||
| * | require certifi | Kenneth Reitz | 2017-05-26 | 1 | -1/+2 |
| | | |||||
| * | add install_requires | Kenneth Reitz | 2017-05-26 | 1 | -15/+7 |
| | | |||||
| * | fix setup.pyv2.16.3v2.15.0 | Kenneth Reitz | 2017-05-26 | 1 | -1/+2 |
| | | |||||
| * | __version__.py | Kenneth Reitz | 2017-05-25 | 1 | -1/+1 |
| | | |||||
| * | Avoid breaking people using requests.__version__ | Ian Cordasco | 2017-05-25 | 1 | -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 book | Kenneth Reitz | 2017-05-25 | 1 | -6/+6 |
| | | |||||
| * | better '' | Kenneth Reitz | 2017-05-25 | 1 | -1/+1 |
| | | |||||
| * | __version__.py | Kenneth Reitz | 2017-05-25 | 1 | -8/+6 |
| | | |||||
| * | Turns out @kennethreitz suprise-broke the CI | Cory Benfield | 2017-05-24 | 1 | -1/+1 |
| | | |||||
| * | Remove range operators from markers | Cory Benfield | 2017-05-10 | 1 | -1/+1 |
| | | |||||
| * | Use sys_platform instead of platform_system | Cory Benfield | 2017-05-09 | 1 | -1/+1 |
| | | | | | This is more compatible as a marker and so will break fewer people. | ||||
| * | Update chardet to v3.0.2 | Cory Benfield | 2017-05-09 | 1 | -0/+1 |
| | | |||||
| * | Update urllib3 to v1.21.1 | Cory Benfield | 2017-05-09 | 1 | -0/+1 |
| | | |||||
| * | Fix up Appveyor testing | Cory Benfield | 2017-05-03 | 1 | -0/+1 |
| | | |||||
| * | Added python 3.6.0 | Andrii Soldatenko | 2017-01-09 | 1 | -0/+1 |
| | | |||||
| * | Require pytest-mock for the tests | Adam Williamson | 2016-12-30 | 1 | -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 Benfield | 2016-11-16 | 1 | -1/+2 |
| | | |||||
| * | Merge pull request #3620 from Lukasa/better-idna | Cory Benfield | 2016-10-21 | 1 | -0/+1 |
| |\ | | | | | Better support for internationalized domain names. | ||||
| | * | Various packaging requirements for idna | Cory Benfield | 2016-10-14 | 1 | -0/+1 |
| | | | |||||
| * | | Seems like we're missing a backport here. | Cory Benfield | 2016-10-14 | 1 | -0/+1 |
| |/ | |||||
| * | pysocks 1.5.7 blacklisting, due to IPv6 problems | Ferhat | 2016-09-05 | 1 | -1/+1 |
| | | |||||
| * | Merge pull request #2953 from Lukasa/socks_proxy_support | Kenneth Reitz | 2016-04-29 | 1 | -0/+1 |
| |\ | | | | | SOCKS Proxy Support | ||||
| | * | Socks extra | Cory Benfield | 2015-12-31 | 1 | -0/+1 |
| | | | |||||
| * | | Fixed test execution. | Dmitry Dygalo | 2016-02-03 | 1 | -1/+0 |
| | | | |||||
| * | | cleanup setup.py from #2991 | Kenneth Reitz | 2016-02-03 | 1 | -9/+2 |
| | | | |||||
| * | | Initial work | Dmitry Dygalo | 2016-02-02 | 1 | -1/+34 |
| | | | |||||
| * | | Stop falling back to distutils in setup.py | Ian Cordasco | 2016-01-20 | 1 | -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 version | Philip Lorenz | 2015-11-19 | 1 | -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 Benfield | 2015-11-05 | 1 | -2/+2 |
| | | |||||
| * | matching the version only at the begining of lines | deronnax | 2015-03-26 | 1 | -2/+2 |
| | | |||||
| * | shorter and faster version extraction from __init__.py | deronnax | 2015-03-25 | 1 | -6/+2 |
| | | |||||
| * | Parse version number out of requests/__init__.py | Ian Cordasco | 2015-03-13 | 1 | -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_certifi | Kenneth Reitz | 2014-09-05 | 1 | -1/+1 |
| |\ | | | | | Remove hard certifi dependency and document. | ||||
| | * | Remove hard certifi dependency and document. | Cory Benfield | 2014-09-04 | 1 | -1/+1 |
| | | | |||||
