| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | webob.client: there's no errno.ENODATA on win | Sergey Schetinin | 2012-05-15 | 1 | -4/+7 |
| | | |||||
| * | give webob.client test coverage. as a result: remove with_urllib3 ↵ | Chris McDonough | 2012-05-08 | 1 | -133/+237 |
| | | | | | classmethod of SendRequest (it didnt actually work; the __call__ method always used httplib.HTTPConnection/httplib.HTTPSConnection anyway, and when I changed that to be self.HTTPConnection, it failed tests), get rid of test_bad_server problematic test, rename test_client.py to test_client_functional.py (test_client.py is unittests) | ||||
| * | Add some more tests for some of the corner cases | Ian Bicking | 2012-04-26 | 1 | -5/+56 |
| | | |||||
| * | Comment out test that can't run on all machines successfully | Ian Bicking | 2012-04-26 | 1 | -3/+6 |
| | | |||||
| * | Be more aware of when timeouts are supported, and only test timeout support ↵ | Ian Bicking | 2012-04-26 | 1 | -0/+5 |
| | | | | | when it is available (not Python 2.6 and earlier, when using httplib) | ||||
| * | Change webob.client tests to use test_in_wsgiref server setup | Ian Bicking | 2012-04-26 | 1 | -56/+25 |
| | | |||||
| * | Try to catch errno 111 as connection refused, in addition to 61 | Ian Bicking | 2012-04-14 | 1 | -2/+2 |
| | | |||||
| * | Try to quiet some of the server errors | Ian Bicking | 2012-04-14 | 1 | -1/+11 |
| | | |||||
| * | Add some more tests for webob.client. Catch some error cases. Handle ↵ | Ian Bicking | 2012-04-14 | 1 | -4/+30 |
| | | | | | multiline headers on Python 3 | ||||
| * | Run tests with a dynamically-allocated port | Ian Bicking | 2012-04-13 | 1 | -12/+11 |
| | | |||||
| * | Turned sample_request_app into a class, so you can override the connection ↵ | Ian Bicking | 2012-04-13 | 1 | -5/+16 |
| | | | | | handlers. Add urllib3 support. Make tests serialize a bit better to avoid concurrency test problems. | ||||
| * | Add webob.client, to send requests over HTTP. Rename Request.get_response ↵ | Ian Bicking | 2012-04-13 | 1 | -0/+60 |
| to Request.send. Make webob.client.send_request_app the default app for Request.send() | |||||
