summaryrefslogtreecommitdiff
path: root/setup.py
Commit message (Expand)AuthorAgeFilesLines
* 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
* Preparing for v1.2Andrey Petrov2012-01-291-1/+0
* Add trove classifiers for Python 2 and 3 compatibility.Thomas2012-01-231-0/+2
* Progress on porting tests and dummyserver to py3Andrey Petrov2012-01-221-1/+0
* No more eventlet.Andrey Petrov2012-01-221-4/+0
* Merging and getting rid of eventlet, wsgiref and other things in dummyserver....Andrey Petrov2012-01-221-4/+10
|\
| * Add mimetools_choose_boundary to packages list in setup.pyThomas Kluyver2012-01-221-1/+3
| * Use tornado for tests on Python 3.Thomas Kluyver2012-01-221-2/+5
| * urllib3 imports on Python 3.Thomas Kluyver2012-01-201-1/+1
* | Merge.Andrey Petrov2012-01-211-1/+2
|\ \ | |/ |/|
| * Merge remote-tracking branch 'shazow/master'George Marshall2011-12-041-1/+1
| |\
| * | Added coverage module to help improve testsGeorge Marshall2011-12-041-1/+2