summaryrefslogtreecommitdiff
path: root/webob/client.py
Commit message (Expand)AuthorAgeFilesLines
* Fixes PEP8 warningsZhongyue Luo2012-12-281-1/+0
* typoSergey Schetinin2012-05-231-1/+1
* get test coverage to back 100%Sergey Schetinin2012-05-231-5/+8
* webob.client: there's no errno.ENODATA on winSergey Schetinin2012-05-151-2/+2
* give webob.client test coverage. as a result: remove with_urllib3 classmetho...Chris McDonough2012-05-081-17/+13
* Add some pragma: no cover to exclude Python 2 or 3-specific sectionsIan Bicking2012-04-301-6/+8
* Be more aware of when timeouts are supported, and only test timeout support w...Ian Bicking2012-04-261-1/+6
* Try to catch errno 111 as connection refused, in addition to 61Ian Bicking2012-04-141-1/+1
* Add some more tests for webob.client. Catch some error cases. Handle multil...Ian Bicking2012-04-141-3/+13
* Turned sample_request_app into a class, so you can override the connection ha...Ian Bicking2012-04-131-116/+136
* Add webob.client, to send requests over HTTP. Rename Request.get_response to...Ian Bicking2012-04-131-0/+146