summaryrefslogtreecommitdiff
path: root/test/test_poolmanager.py
Commit message (Expand)AuthorAgeFilesLines
* Allow PoolManager and ConnectionPool to be used as a context manager.Shivan Sornarajah2015-02-061-0/+16
* Handle blank host with new exception, LocationValueError.Andrey Petrov2014-06-241-2/+3
* Raise LocationParseError if host is NoneKevin Burke2014-03-161-1/+7
* Switch uses of `with self.assertRaises(...)` to standard calls.John Szakmeister2012-12-031-4/+2
* More pool-closing tests, 99% coverage.Andrey Petrov2012-07-221-1/+1
* More tests, PoolManager.close is now PoolManager.clear.Andrey Petrov2012-07-221-0/+24
* More progress porting tests to py3, brutal.Andrey Petrov2012-01-221-1/+0
* Refactored dummyserver subpackage to support simpler Socket servers.Andrey Petrov2012-01-211-29/+0
* Moved the code to support test threaded socket servers into its own module.Brandon Rhodes2012-01-181-2/+3
* Decided to make the missing-port test finicky about the response it gets back.Brandon Rhodes2012-01-171-1/+3
* Wrote a fix for github issue #28.Brandon Rhodes2012-01-171-2/+2
* Added a failing test case for github issue #28.Brandon Rhodes2012-01-171-1/+28
* Cleanup of unused imports.Andrey Petrov2011-12-041-2/+0
* Stop sys.path manipulation.Piotr Dobrogost2011-12-031-4/+0
* Refactoring: Moved RecentlyUsedContainer out to its own submodule.Andrey Petrov2011-09-201-74/+2
* More thorough access testing.Andrey Petrov2011-09-191-0/+15
* PoolManager: Replaced heapq with deque.Andrey Petrov2011-09-191-4/+3
* PoolManager: More refactoring.Andrey Petrov2011-09-191-2/+2
* PoolManager: More thorough testing, mild refactoring and cleanup.Andrey Petrov2011-09-191-0/+12
* PoolManager is functional with mostly complete tests. Fixed a bug in HTTPSCon...Andrey Petrov2011-09-191-2/+51
* poolmanager: Fixes of various silly errors, added unit test that reveals a kn...Andrey Petrov2011-09-191-0/+50