| Commit message (Expand) | Author | Age | Files | Lines |
| * | Oops, forgot to remove test that used a deprecated api. | Andrey Petrov | 2012-02-05 | 1 | -1/+1 |
| * | Refactor helpers into util.py, removed deprecated api calls. | Andrey Petrov | 2012-02-05 | 1 | -6/+2 |
| * | raise LocationParseError instead of ValueError. (#39) | Andrey Petrov | 2012-02-05 | 1 | -1/+11 |
| * | 97% test code coverage. | Andrey Petrov | 2012-01-29 | 1 | -0/+24 |
| * | Merging and getting rid of eventlet, wsgiref and other things in dummyserver.... | Andrey Petrov | 2012-01-22 | 1 | -1/+1 |
| |\ |
|
| | * | Various changes for Python 3 compatibility. | Thomas Kluyver | 2012-01-22 | 1 | -1/+1 |
| * | | Refactor exceptions to include pool description prefix. | Andrey Petrov | 2012-01-22 | 1 | -0/+5 |
| * | | Refactored dummyserver subpackage to support simpler Socket servers. | Andrey Petrov | 2012-01-21 | 1 | -35/+0 |
| * | | Moved the code to support test threaded socket servers into its own module. | Brandon Rhodes | 2012-01-18 | 1 | -29/+2 |
| * | | Made it clearer that an "address" is a "host, port" tuple, helping readability. | Brandon Rhodes | 2012-01-17 | 1 | -2/+2 |
| * | | Added a test (that succeeds!) of whether connection pools survive dead sockets. | Brandon Rhodes | 2012-01-17 | 1 | -1/+62 |
| |/ |
|
| * | Fixed Issue 12 with tests: get_host handles '@' almost-properly now. | Andrey Petrov | 2011-12-04 | 1 | -0/+1 |
| * | Cleanup of unused imports. | Andrey Petrov | 2011-12-04 | 1 | -1/+0 |
| * | Stop sys.path manipulation. | Piotr Dobrogost | 2011-12-03 | 1 | -1/+0 |
| * | Functional tests with gunicorn, one test still stalling. | Andrey Petrov | 2011-09-27 | 1 | -26/+0 |
| * | Factored out pool._make_request, added more tests, added EmptyPoolError. | Andrey Petrov | 2011-09-22 | 1 | -0/+22 |
| * | Refactored out response.py and exceptions.py | Andrey Petrov | 2011-09-19 | 1 | -2/+3 |
| * | PyLint compliance | Piotr Dobrogost | 2011-07-24 | 1 | -1/+2 |
| * | fixed test_get_connection() test case | Piotr Dobrogost | 2011-07-23 | 1 | -10/+14 |
| * | Shortened test_get_connection apache test by 5, added TODO. | Andrey Petrov | 2011-07-17 | 1 | -2/+3 |
| * | PEP8 compliance | Piotr Dobrogost | 2011-07-09 | 1 | -15/+34 |
| * | Issue 6: Doesn't properly recycle closed HTTPConnections | Andrey Petrov | 2011-05-10 | 1 | -3/+16 |
| * | Added client-side verified SSL and gzip/deflate response decompression patch ... | Andrey Petrov | 2010-10-10 | 1 | -1/+16 |
| * | Refactored HTTPS code, added unit tests | Andrey Petrov | 2009-12-10 | 1 | -2/+25 |
| * | Cleaned up the previous patch | Andrey Petrov | 2009-12-10 | 1 | -9/+11 |
| * | Initial import of source. | Andrey Petrov | 2009-12-10 | 1 | -0/+24 |