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
Refactored out response.py and exceptions.py response.HTTPResponse now supports optional preloading of the body, and the decode functions are standalone. More... over 13 years ago
More thorough access testing. More... over 13 years ago
PoolManager: Improved invalidated pruning performance by something like 75% with a one-liner comprehension. Kind of embarassing. More... over 13 years ago
PoolManager: Replaced heapq with deque. More... over 13 years ago
PoolManager: More refactoring. More... over 13 years ago
PoolManager: Comments. More... over 13 years ago
PoolManager: More thorough testing, mild refactoring and cleanup. More... over 13 years ago
Removed unused import More... over 13 years ago
PoolManager is functional with mostly complete tests. Fixed a bug in HTTPSConnectionPool. More... over 13 years ago
poolmanager: Fixes of various silly errors, added unit test that reveals a known bug (currently failing). More... over 13 years ago
Adding first crack at a PoolManager, completely untested. More... over 13 years ago
README formatting: Lists. More... over 13 years ago
README formatting: Lists. More... over 13 years ago
Removed egg-info, updated hgignore. More... over 13 years ago
Fixed README formatting: Code indent. More... over 13 years ago
Symlink README to proper format parsing. More... over 13 years ago
Minor comment fixes. More... over 13 years ago
log level of detection of dropped connection changed from warning to info More... over 13 years ago
dummy server uses logging module More... over 13 years ago
dummy server shows tests' ids More... over 13 years ago
PyLint compliance More... over 13 years ago
fixed test_get_connection() test case More... over 13 years ago
Create tests' fixtures in the setUp() method instead of inside a constructor. Added missing assert in test_urlopen_put() test case. The plurals assertEquals() and assertNotEquals() are undocumented - use documented ones instead. More... over 13 years ago
Added tag 0.4.1 for changeset 38339cf1816e More... over 13 years ago
Resolved conflict, rearranged imports. More... over 13 years ago
Contributors update. More... over 13 years ago
Merge. More... over 13 years ago
Added p.dobrogost to contributors list. More... over 13 years ago
Shortened test_get_connection apache test by 5, added TODO. More... over 13 years ago
fixed benchmark.py - HTTPConnectionPool no longer has from_url() method More... over 13 years ago