summaryrefslogtreecommitdiff
path: root/dummyserver
Commit message (Expand)AuthorAgeFilesLines
* Encode field names using HTML5 by default instead of RFC 2231 (#1492)Robb2019-03-221-50/+10
* Add support for TLS 1.3 to all HTTPSConnection implementations (#1496)Seth Michael Larson2019-02-272-0/+21
* Add support for password-protected client keyfiles (#1489)Seth Michael Larson2019-01-223-0/+38
* Drop support for Python 2.6 (#1429)Hugo2018-08-231-6/+1
* Fix test_client_intermediate and test_client_no_intermediate for macOS (#1423)Quentin Pradet2018-08-143-63/+56
* Revert "Fix test_client_no_intermediate on macOS 10.13+ (#1412)" (#1418)Quentin Pradet2018-08-063-30/+18
* Support using tornado-5 for tests (#1414)Michał Górny2018-07-242-6/+7
* Fix test_client_no_intermediate on macOS 10.13+ (#1412)Quentin Pradet2018-07-103-18/+30
* Use FQDN only for DNS and drop trailing dot for other operationsJesse Shapiro2017-12-141-0/+17
* Do not use bare exceptAlex Gaynor2017-11-211-1/+1
* Skip this too without IPV6Alex Gaynor2017-11-201-0/+1
* Removed unused importAlex Gaynor2017-11-201-1/+0
* Don't try to run IPv6 tests if IPv6 is disabled at runtimeAlex Gaynor2017-11-201-2/+3
* Fix dummyserver decode errors when defaults are used with Python 3Justin Patrin2017-09-101-4/+4
* dummyserver/server.py: simlify import ssl strategyRyan T. Dean2017-08-161-6/+2
* fix up tests and dummyserver /certificate endpointRyan T. Dean2017-08-152-6/+9
* test/with_dummyserver/test_https.py: addressing code reviewWolfgang Richter2017-08-101-0/+4
* test/with_dummyserver/test_https.py: adding intermediate CA client certificat...Wolfgang Richter2017-08-102-0/+21
* dummyserver/certs/client[_|_no_]intermediate.[key|pem]: adding client certifi...Wolfgang Richter2017-08-103-0/+71
* dummyserver/certs/intermediate.[crt|pem]: adding a testing intermediate CAWolfgang Richter2017-08-102-0/+33
* Remove all uses of nose from the codebaseAlex Chan2017-08-091-15/+4
* Fix compatibility with tornado 4.3+Felix Yan2017-07-211-1/+1
* Add tests for connection leaks on retry/redirectMatt Billenstein2017-06-081-0/+3
* Merge branch 'master' into secure-transportCory Benfield2017-04-251-1/+3
|\
| * Resolve Windows + Py36 bugCory Benfield2017-04-241-1/+3
* | Add support for SecureTransport TLS backendCory Benfield2017-03-063-11/+48
|/
* Merge remote-tracking branch 'origin/master'Tom White2017-01-173-2/+9
|\
| * dummyserver: raise syn backlogÉtienne Buira2016-11-251-1/+1
| * expanding rewind_body exception handling, updating testsNate Prewitt2016-11-211-1/+5
| * Fix flake8 E305 errorslars48392016-11-143-0/+3
* | Use unittest2 if Pyhon version < 2.7Tom White2016-11-151-1/+6
|/
* Support retry for 413, 429 and 503 status codeYi EungJun2016-09-261-1/+2
* Respect Retry-After header for redirectionYi EungJun2016-09-261-0/+13
* Respect Retry-After headerYi EungJun2016-09-262-0/+15
* Merge branch 'master' into iPAddress-SANCory Benfield2016-09-081-9/+5
|\
| * Merge branch 'close' of https://github.com/scop/urllib3 into scop-closeCory Benfield2016-09-051-3/+3
| |\
| | * Use "with" to close more files eagerly and also on errorVille Skyttä2016-07-261-3/+3
| * | Import more from sixVille Skyttä2016-08-151-6/+2
| |/
* | Add a cert with IP SAN and test for it.Cory Benfield2016-07-112-0/+25
|/
* CR fixespalaviv2016-06-301-3/+2
* Merge branch 'master' into retry-historypalaviv2016-06-293-3/+67
|\
| * Removing symlinks from dummyserver certs to fix test suite on WindowsJesse Shapiro2016-06-133-3/+67
* | Added test multi redirect historypalaviv2016-05-101-0/+14
|/
* Mint server certificate with localhost in SANCory Benfield2016-01-261-16/+15
* implemented 'raise_on_status' option (similar to 'raise_on_redirect')WGH2016-01-141-0/+5
* Merge pull request #762 from Lukasa/lukasa/socksAndrey Petrov2015-12-192-1/+18
|\
| * Remove extra blank lineCory Benfield2015-12-161-1/+0
| * Add support for IPv4-only tests.Cory Benfield2015-12-162-1/+19
* | Add tests case using IPv6 addr certs.Cory Benfield2015-12-152-0/+16
* | Add certs with IPv6 address in CNCory Benfield2015-12-152-0/+43
|/