summaryrefslogtreecommitdiff
path: root/dummyserver/handlers.py
Commit message (Expand)AuthorAgeFilesLines
* Fix dummyserver decode errors when defaults are used with Python 3Justin Patrin2017-09-101-4/+4
* fix up tests and dummyserver /certificate endpointRyan T. Dean2017-08-151-2/+5
* test/with_dummyserver/test_https.py: adding intermediate CA client certificat...Wolfgang Richter2017-08-101-0/+6
* 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
* expanding rewind_body exception handling, updating testsNate Prewitt2016-11-211-1/+5
* Fix flake8 E305 errorslars48392016-11-141-0/+1
* 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-261-0/+12
* 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
|/
* CR fixespalaviv2016-06-301-3/+2
* Added test multi redirect historypalaviv2016-05-101-0/+14
* implemented 'raise_on_status' option (similar to 'raise_on_redirect')WGH2016-01-141-0/+5
* Fix flake8 violationsJohn Vandenberg2015-11-021-5/+6
* tests: Adding sleep handler back in temporarily for GAE testscleanupAndrey Petrov2015-09-041-0/+8
* tests: Get rid of /sleep handler (and one test last test condition that depen...Andrey Petrov2015-09-041-6/+0
* App Engine Connection PoolJon Wayne Parrott2015-07-161-0/+11
* test chunked response with gzip encodingThomas Weißschuh2015-04-291-0/+11
* [dummyserver] emit all chunksThomas Weißschuh2015-04-271-2/+2
* test keep-alive chunked requestsThomas Weißschuh2015-04-271-4/+17
* let tornado take care of encoding (fixes py3 error)matejcik2015-04-231-1/+1
* use Tornado directly instead of WSGI compatibility layermatejcik2015-04-231-16/+31
* Implement retry logicKevin Burke2014-06-251-4/+24
* Add source_address to HTTP[S]Connection and HTTP[S]ConnectionPool to specify ...grun2014-04-121-0/+4
* Simulate a standards-compliant web server.Martin von Gagern2013-08-071-0/+46
* add reason phrases to responses from dummyserverThomas Weißschuh2013-07-191-5/+6
* explicitly flush all gzip dataThomas Weißschuh2013-02-021-1/+3
* fix test_keepalive_close() for py3.3Thomas Weißschuh2012-12-021-1/+1
* Fixed default headers not getting fixed in some cases. (Fixed #99)Andrey Petrov2012-09-151-0/+4
* Tests for decode error, new DecodeError exception.Andrey Petrov2012-07-211-2/+8
* Fixed tests for py32.Andrey Petrov2012-01-291-6/+1
* Fix dummyserver str response on Python 2.Thomas Kluyver2012-01-241-1/+1
* Change dummyserver redirect status to match what tests expect.Thomas Kluyver2012-01-241-2/+1
* Fixes for dummyserver upload interface.Thomas Kluyver2012-01-241-11/+17
* More progress porting tests to py3, brutal.Andrey Petrov2012-01-221-11/+19
* Progress on porting tests and dummyserver to py3Andrey Petrov2012-01-221-27/+40
* Merging and getting rid of eventlet, wsgiref and other things in dummyserver....Andrey Petrov2012-01-221-6/+11
* Refactored dummyserver subpackage to support simpler Socket servers.Andrey Petrov2012-01-211-0/+133