summaryrefslogtreecommitdiff
path: root/test/test_connectionpool.py
Commit message (Expand)AuthorAgeFilesLines
* Oops, forgot to remove test that used a deprecated api.Andrey Petrov2012-02-051-1/+1
* Refactor helpers into util.py, removed deprecated api calls.Andrey Petrov2012-02-051-6/+2
* raise LocationParseError instead of ValueError. (#39)Andrey Petrov2012-02-051-1/+11
* 97% test code coverage.Andrey Petrov2012-01-291-0/+24
* Merging and getting rid of eventlet, wsgiref and other things in dummyserver....Andrey Petrov2012-01-221-1/+1
|\
| * Various changes for Python 3 compatibility.Thomas Kluyver2012-01-221-1/+1
* | Refactor exceptions to include pool description prefix.Andrey Petrov2012-01-221-0/+5
* | Refactored dummyserver subpackage to support simpler Socket servers.Andrey Petrov2012-01-211-35/+0
* | Moved the code to support test threaded socket servers into its own module.Brandon Rhodes2012-01-181-29/+2
* | Made it clearer that an "address" is a "host, port" tuple, helping readability.Brandon Rhodes2012-01-171-2/+2
* | Added a test (that succeeds!) of whether connection pools survive dead sockets.Brandon Rhodes2012-01-171-1/+62
|/
* Fixed Issue 12 with tests: get_host handles '@' almost-properly now.Andrey Petrov2011-12-041-0/+1
* Cleanup of unused imports.Andrey Petrov2011-12-041-1/+0
* Stop sys.path manipulation.Piotr Dobrogost2011-12-031-1/+0
* Functional tests with gunicorn, one test still stalling.Andrey Petrov2011-09-271-26/+0
* Factored out pool._make_request, added more tests, added EmptyPoolError.Andrey Petrov2011-09-221-0/+22
* Refactored out response.py and exceptions.pyAndrey Petrov2011-09-191-2/+3
* PyLint compliancePiotr Dobrogost2011-07-241-1/+2
* fixed test_get_connection() test casePiotr Dobrogost2011-07-231-10/+14
* Shortened test_get_connection apache test by 5, added TODO.Andrey Petrov2011-07-171-2/+3
* PEP8 compliancePiotr Dobrogost2011-07-091-15/+34
* Issue 6: Doesn't properly recycle closed HTTPConnectionsAndrey Petrov2011-05-101-3/+16
* Added client-side verified SSL and gzip/deflate response decompression patch ...Andrey Petrov2010-10-101-1/+16
* Refactored HTTPS code, added unit testsAndrey Petrov2009-12-101-2/+25
* Cleaned up the previous patchAndrey Petrov2009-12-101-9/+11
* Initial import of source.Andrey Petrov2009-12-101-0/+24