| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Fixes PEP8 warnings | Zhongyue Luo | 2012-12-28 | 1 | -1/+0 |
| | | |||||
| * | typo | Sergey Schetinin | 2012-05-23 | 1 | -1/+1 |
| | | |||||
| * | get test coverage to back 100% | Sergey Schetinin | 2012-05-23 | 1 | -5/+8 |
| | | |||||
| * | webob.client: there's no errno.ENODATA on win | Sergey Schetinin | 2012-05-15 | 1 | -2/+2 |
| | | |||||
| * | give webob.client test coverage. as a result: remove with_urllib3 ↵ | Chris McDonough | 2012-05-08 | 1 | -17/+13 |
| | | | | | 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 pragma: no cover to exclude Python 2 or 3-specific sections | Ian Bicking | 2012-04-30 | 1 | -6/+8 |
| | | |||||
| * | Be more aware of when timeouts are supported, and only test timeout support ↵ | Ian Bicking | 2012-04-26 | 1 | -1/+6 |
| | | | | | when it is available (not Python 2.6 and earlier, when using httplib) | ||||
| * | Try to catch errno 111 as connection refused, in addition to 61 | Ian Bicking | 2012-04-14 | 1 | -1/+1 |
| | | |||||
| * | Add some more tests for webob.client. Catch some error cases. Handle ↵ | Ian Bicking | 2012-04-14 | 1 | -3/+13 |
| | | | | | multiline headers on Python 3 | ||||
| * | Turned sample_request_app into a class, so you can override the connection ↵ | Ian Bicking | 2012-04-13 | 1 | -116/+136 |
| | | | | | 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/+146 |
| to Request.send. Make webob.client.send_request_app the default app for Request.send() | |||||
