summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Add Quentin Pradet as a maintainerpquentin-maintainerSeth Michael Larson2019-11-151-0/+1
* Release 1.25.7 (#1745)1.25.7Seth Michael Larson2019-11-112-3/+9
* Fix test_preserve_chunked_on_retry flakiness (#1743)Quentin Pradet2019-11-091-2/+7
* Fix up typo: replace adddres with address (#1742)Tim Gates2019-11-071-1/+1
* Preserve chunked parameter on broken connections and redirects (#1734)Quentin Pradet2019-11-072-0/+54
* Switch to SVG banner (#1740)Quentin Pradet2019-11-073-1/+2
* Add SVG logo (#1739)Jess Shapiro2019-11-061-0/+10
* Correct my name in the readme (#1736)Ian Stapleton Cordasco2019-11-051-1/+1
* Add Tidelift to documentation and urllib3 branding (#1735)Seth Michael Larson2019-11-056-34/+28
* Remove extra notPyPy2 import to fix linter (#1733)Quentin Pradet2019-11-051-1/+0
* Fix flaky test_timeoutQuentin Pradet2019-11-051-4/+4
* test_timeout: rename timeout to short_timeoutQuentin Pradet2019-11-051-3/+3
* test_timeout: stop testing _make_request tooQuentin Pradet2019-11-051-29/+2
* Use decorators to mark tests as xfail in PyPy2Quentin Pradet2019-11-041-0/+1
* Use shorter name for generated certs dirQuentin Pradet2019-11-042-7/+7
* Generate client certs dynamicallyQuentin Pradet2019-11-046-68/+65
* test_ca_dir_verified: cast Pathes back to stringsQuentin Pradet2019-11-041-3/+2
* Use pytest tmpdir supportQuentin Pradet2019-11-042-17/+14
* Generate certificate directory at runtimeQuentin Pradet2019-11-046-80/+19
* Use decorators to mark tests as xfail in PyPy2Quentin Pradet2019-11-043-13/+20
* Use six.wraps in test decorators to allow pytest fixturesQuentin Pradet2019-11-041-9/+8
* Don't encode fragment into target (#1732)Seth Michael Larson2019-11-044-5/+33
* Use tornado's bind_sockets again (#1728)Quentin Pradet2019-11-011-81/+2
* Unify timeout values in test suite (#1717)Quentin Pradet2019-10-319-78/+88
* Tell pytest to show native tracebacksQuentin Pradet2019-10-301-0/+1
* Show failed tests in pytest reportQuentin Pradet2019-10-301-1/+1
* Switch noxfile to Unix line endingsQuentin Pradet2019-10-301-102/+102
* Remove unused certs and keys (#1721)Quentin Pradet2019-10-306-100/+0
* Upgrade PySocks versionQuentin Pradet2019-10-301-1/+3
* Place pytest before the pytest pluginsQuentin Pradet2019-10-301-1/+1
* Upgrade dev dependenciesQuentin Pradet2019-10-301-2/+2
* Extract wheel from dev-requirements.txtQuentin Pradet2019-10-302-2/+1
* Remove lazy-object-proxy pin after upstream fixQuentin Pradet2019-10-301-3/+0
* Remove pkginfo which was only needed for twineQuentin Pradet2019-10-301-1/+0
* Restore comment next to its intended line (#1720)Quentin Pradet2019-10-301-2/+2
* Update urllib3/requests GitHub URLs (#1719)Quentin Pradet2019-10-298-11/+11
* Speed up queue test by using timeout=0 (#1711)Quentin Pradet2019-10-291-2/+2
* Prefer pytest.raises over Testcase.fail (#1712)Quentin Pradet2019-10-296-143/+65
* Remove Python 3.1 workaround (#1716)Quentin Pradet2019-10-291-6/+1
* Retry failed dummyserver tests once (#1718)Quentin Pradet2019-10-299-0/+24
* Preserve chunked argument in urlopen() retry (#1715)lmvlmv2019-10-293-3/+31
* Don't rely on SERVER_SOFTWARE being set for AppEngine (#1704)Zev Goldstein2019-10-182-17/+14
* Remove TLS 1.3 support in SecureTransport (#1703)Quentin Pradet2019-10-044-21/+7
* Remove unneeded new lines after with statements (#1702)Quentin Pradet2019-10-019-84/+0
* Switch from 'self' to 'cls' in classmethods (#1701)Quentin Pradet2019-09-303-22/+22
* Merge strings that fit on a single line (#1700)Quentin Pradet2019-09-2712-40/+31
* Add links for docs/code/issue tracker to setup.py (#1698)Alex Chan2019-09-271-0/+5
* Accept uppercase error message from PyPy (#1699)Quentin Pradet2019-09-271-1/+2
* Add CodeFund Sponsorship to README (#1696)Eric Berry2019-09-261-0/+8
* Fix PyPy tests (#1694)Quentin Pradet2019-09-254-6/+15