summaryrefslogtreecommitdiff
path: root/setup.py
Commit message (Expand)AuthorAgeFilesLines
* Add CODEOWNERS restricting access to files related to deployment (#1857)Seth Michael Larson2020-04-191-1/+2
* Check README.rst and CHANGES.rst are valid reSTQuentin Pradet2020-04-171-5/+6
* Remove raw reST directive from READMEQuentin Pradet2020-04-161-1/+13
* Remove deprecated test arguments from setup.py (#1801)Jon Dufresne2020-02-161-8/+0
* Test Python 3.9 on LinuxQuentin Pradet2020-01-091-0/+1
* Drop Python 3.4 (#1774)Quentin Pradet2020-01-061-2/+1
* Add links for docs/code/issue tracker to setup.py (#1698)Alex Chan2019-09-271-0/+5
* Release 1.25.6 (#1693)1.25.6Seth Michael Larson2019-09-241-1/+2
* Drop support for Python 3.4 (#1686)Quentin Pradet2019-09-211-2/+1
* Percent-encode invalid characters within auth section (#1647)Seth Michael Larson2019-07-261-1/+0
* Auto formatting using blackRatan Kulshreshtha2019-05-251-65/+71
* Add support for brotli content encoding via brotlipy package (#1532)dennis again2019-01-291-0/+3
* Fix setup.py and setup.cfg dependencies for secure extra (#1497)Seth M. Larson2018-12-101-2/+2
* Implement RFC 3986 URL parsing (#1487)Seth M. Larson2018-12-071-3/+3
* Start testing against Python 3.8 (#1475)Seth M. Larson2018-11-221-0/+2
* Drop support for Python 2.6 (#1429)Hugo2018-08-231-10/+2
* Move urllib3 to src/urllib3Quentin Pradet2018-07-031-1/+2
* Pin pyOpenSSL major version to 17.* for Python 2.6 (#1389)Seth M. Larson2018-05-281-1/+8
* Pass python_requires argument to setuptoolsJon Dufresne2018-01-101-0/+1
* Remove all uses of nose from the codebaseAlex Chan2017-08-091-1/+0
* Goodbye Python 3.3. 👋Cory Benfield2017-08-081-1/+0
* Add trove classifiers for all supported Python versionsJon Dufresne2017-06-041-0/+8
* Swap out nose for pytest in the test runnerAlex Chan2017-05-291-0/+1
* Ensure we ship the securetransport submoduleCory Benfield2017-04-251-1/+1
* Remove markers from setup.py.Cory Benfield2016-09-271-2/+0
* Uniform checks.Cory Benfield2016-09-101-1/+1
* Revert "Remove ipaddress marker."Cory Benfield2016-09-081-0/+3
* Merge branch 'master' into blacklist-pysocks-157Cory Benfield2016-09-061-6/+7
|\
| * Use "with" to close more files eagerly and also on errorVille Skyttä2016-07-261-6/+7
* | PySocks 1.5.7 causes problems with IPv6.Cory Benfield2016-09-051-1/+1
|/
* We actually require cryptography-based PyOpenSSL now.Cory Benfield2016-07-191-1/+1
* Update [secure] extra.Cory Benfield2016-07-191-2/+2
* Convert readthedocs link for their .org -> .io migration for hosted projectsAdam Chainz2016-05-291-1/+1
* Make sure we distribute backports.Cory Benfield2016-04-111-1/+2
* setup: Oops, fix CHANGES not getting included in long_descriptionAndrey Petrov2016-04-061-1/+1
* Fixing setup.py support in ASCII localesJesse Shapiro2016-03-221-3/+4
* Always use setuptoolsDonald Stufft2016-01-191-5/+1
* Add SOCKS support via contrib module.Cory Benfield2015-12-151-0/+3
* Specify minimum pyOpenSSL versionPhilip Lorenz2015-11-191-1/+1
* Fix flake8 violationsJohn Vandenberg2015-11-021-2/+2
* Sepcify python version specific extras in setup.cfgIan Cordasco2015-09-211-4/+1
* Use proper environment markersIan Cordasco2015-09-151-2/+2
* Add a "secure" extras pointIan Cordasco2015-07-171-0/+11
* Less specific `tests_require` for distro package convenience. (Fixes #361)Andrey Petrov2014-06-241-5/+8
* Shuffling around requirements file, adding Makefile.Andrey Petrov2014-06-241-1/+1
* Add urllib3.util.Andrey Petrov2014-04-171-1/+1
* Don't install dummyserver into site-packagesSascha Peilicke2014-03-201-1/+1
* Adding 'urllib3.contrib' to setup.py (#167)Andrey Petrov2013-03-251-2/+3
* Oops, forgot to update setup.py.Andrey Petrov2012-05-111-1/+1
* Adding test-requirements.txt and testing note.Andrey Petrov2012-01-291-5/+1