| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Move ssl_match_hostname to urllib3.utils | Hasan Ramezani | 2021-04-21 | 1 | -1/+1 |
| | | |||||
| * | Switch to Brotli C bindings for CPython, brotlicffi for non-CPython (#2099) | Seth Michael Larson | 2020-12-05 | 1 | -1/+2 |
| | | | | | | * Switch to Brotli C bindings for CPython, brotlicffi for non-CPython * Fix brotli make_headers() test on PyPy | ||||
| * | Remove support for Python 2 and 3.5 | Hugo van Kemenade | 2020-11-15 | 1 | -4/+0 |
| | | | | | | | | | - Upgrades syntax to Python 3.6+ with f-strings - Removes most usage of six - Removes documentation relevant to Python 2 - Removes universal wheel config - Removes mock dependency for testing | ||||
| * | Add isort config to setup.cfg for editors (#2009) | Quentin Pradet | 2020-10-01 | 1 | -0/+3 |
| | | |||||
| * | Stop using unittest (#1649) | Quentin Pradet | 2019-07-05 | 1 | -0/+1 |
| | | |||||
| * | Ignore flake8 errors that are introduced deliberately by black (#1631) | Ratan Kulshreshtha | 2019-06-04 | 1 | -0/+1 |
| | | |||||
| * | Update assertions to pytest style (#1614) | Ratan Kulshreshtha | 2019-05-28 | 1 | -1/+1 |
| | | |||||
| * | Update requires-dist and documentation for Brotli (#1534) | Seth Michael Larson | 2019-01-29 | 1 | -0/+2 |
| | | |||||
| * | Fix setup.py and setup.cfg dependencies for secure extra (#1497) | Seth M. Larson | 2018-12-10 | 1 | -3/+3 |
| | | |||||
| * | Start testing against Python 3.8 (#1475) | Seth M. Larson | 2018-11-22 | 1 | -0/+3 |
| | | |||||
| * | Restore Flake8 CI checks (#1477) | Quentin Pradet | 2018-11-19 | 1 | -1/+1 |
| | | |||||
| * | Drop support for Python 2.6 (#1429) | Hugo | 2018-08-23 | 1 | -4/+3 |
| | | |||||
| * | Pin pyOpenSSL major version to 17.* for Python 2.6 (#1389) | Seth M. Larson | 2018-05-28 | 1 | -1/+2 |
| | | | | | | | | | | | See: https://github.com/pyca/pyopenssl/blob/74de8a137d435d45c100b74cc971be556166a559/CHANGELOG.rst#1800-2018-05-16 * import sys * = * Also pin pyOpenSSL 17.x in setup.cfg | ||||
| * | Include license file in the generated wheel package | Jon Dufresne | 2017-10-21 | 1 | -0/+1 |
| | | | | | | | | | The wheel package format supports including the license file. This is done using the [metadata] section in the setup.cfg file. For additional information on this feature, see: https://wheel.readthedocs.io/en/stable/index.html#including-the-license-in-the-generated-wheel-file | ||||
| * | Remove all uses of nose from the codebase | Alex Chan | 2017-08-09 | 1 | -7/+0 |
| | | |||||
| * | Rename [wheel] section to [bdist_wheel] as the former is legacy | Jon Dufresne | 2017-06-04 | 1 | -1/+1 |
| | | | | | | | | | See: https://bitbucket.org/pypa/wheel/src/54ddbcc9cec25e1f4d111a142b8bfaa163130a61/wheel/bdist_wheel.py?fileviewer=file-view-default#bdist_wheel.py-119:125 http://pythonwheels.com/ | ||||
| * | Run flake on test folder | lars4839 | 2017-01-23 | 1 | -1/+1 |
| | | |||||
| * | Remove 100% requirement from nosetests. | Cory Benfield | 2016-10-20 | 1 | -1/+0 |
| | | |||||
| * | Add ipaddress marker to setup.cfg. | Cory Benfield | 2016-09-08 | 1 | -0/+1 |
| | | |||||
| * | Don't forget setup.cfg | Cory Benfield | 2016-09-06 | 1 | -1/+1 |
| | | |||||
| * | We actually require cryptography-based PyOpenSSL now. | Cory Benfield | 2016-07-19 | 1 | -1/+1 |
| | | |||||
| * | Update setup.cfg | Cory Benfield | 2016-07-19 | 1 | -2/+2 |
| | | |||||
| * | Adding socks extra to setup.cfg | Jesse Shapiro | 2016-05-17 | 1 | -1/+4 |
| | | |||||
| * | 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. | ||||
| * | Fix flake8 violations | John Vandenberg | 2015-11-02 | 1 | -0/+1 |
| | | | | | Add tox rule to prevent regressions. | ||||
| * | Sepcify python version specific extras in setup.cfg | Ian Cordasco | 2015-09-21 | 1 | -0/+8 |
| | | |||||
| * | Universal wheel | Cory Benfield | 2015-05-31 | 1 | -0/+3 |
| | | |||||
| * | Add flake8 section to setup.cfg | Ian Cordasco | 2014-05-29 | 1 | -0/+3 |
| | | |||||
| * | don't persist code coverage | Thomas Weißschuh | 2013-08-14 | 1 | -0/+1 |
| | | |||||
| * | enforce 100% coverage during tests | Thomas Weißschuh | 2013-03-21 | 1 | -0/+2 |
| | | |||||
| * | Coverage configuration. | Andrey Petrov | 2012-01-29 | 1 | -1/+1 |
| | | |||||
| * | Added coverage module to help improve tests | George Marshall | 2011-12-04 | 1 | -0/+2 |
| | | |||||
| * | Messing with tests and readme. | Andrey Petrov | 2011-10-08 | 1 | -0/+2 |
