4
I Use This!
Activity Not Available

Commits : Listings

Analyzed about 1 year ago. based on code collected about 1 year ago.
Jan 18, 2023 — Jan 18, 2024
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Moving things around, skip stalling test. More... over 13 years ago
Functional tests with gunicorn, one test still stalling. More... over 13 years ago
Fixed issue 34: ConnectionPool._get_conn() raised SocketError, moved into the try-except block. More... over 13 years ago
Adding license headers to files. More... over 13 years ago
Add tests, fixed bug where failed response would not release conn. More... over 13 years ago
Fix double-close. More... over 13 years ago
Skip bad dummy_server test More... over 13 years ago
ConnectionPool: Per-request timeout. More... over 13 years ago
PoolManager.connection_by_host More... over 13 years ago
Response: Prevent releasing the same connection twice. More... over 13 years ago
Adding release_conn=None flag to urlopen More... over 13 years ago
Merge issue 33. More... over 13 years ago
Closing issue 33. More... over 13 years ago
Fixed issue 33 (again): Put the connection back *before* retrying. More... over 13 years ago
Making dummy_server mostly compatible with gunicorn. Keepalive fails, though. More... over 13 years ago
Skip evil test. More... over 13 years ago
Merge. More... over 13 years ago
Merging Issue 33 More... over 13 years ago
Issue closed. More... over 13 years ago
Fixed issue 33: Recycle connections on exception. More... over 13 years ago
A crack at letting the Response handle releasing the connection back to the pool. More... over 13 years ago
Factored out pool._make_request, added more tests, added EmptyPoolError. More... over 13 years ago
Added boundary param to multipart encoding, still messing with test_lazy_load_twice, now failing by hanging. More... over 13 years ago
Failing test. More... over 13 years ago
More finegrained testing of partial response loading. More... over 13 years ago
Couple more tests, changed efault cache behaviour for Response.read() More... over 13 years ago
Modernizing setup.py More... over 13 years ago
RecentlyUsedContainer: Removed outdated comment. More... over 13 years ago
Refactoring: Moved RecentlyUsedContainer out to its own submodule. More... over 13 years ago
HTTPResponse: Renamed s/body/content/ and added decode_deflate test More... over 13 years ago