14
I Use This!
Inactive

Commits : Listings

Analyzed about 24 hours ago. based on code collected 1 day ago.
Jul 17, 2025 — Jul 17, 2026
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Add basic test for update_seq API More... about 12 years ago
Add API for the update_seq option on view results (fixes #228) More... about 12 years ago
Add basic API for _security object (fixes #238) More... about 12 years ago
Close underlying socket when cleaning up ResponseBodies with chunked streams More... about 12 years ago
Make ResponseBody explicitly responsible for handling the connection pool More... about 12 years ago
Decodes bytes to str before printing in doctest More... about 12 years ago
Fix doctests with unicode literals on Python 3 More... about 12 years ago
Correctly set default value for headers.get() call (fixes #237) More... about 12 years ago
Made setup.py work with Python 3 More... about 12 years ago
Update Makefile with new test targets. More... over 12 years ago
Python 3: initialize StringIO with bytes. More... over 12 years ago
Python 3: the view server writes bytes. More... over 12 years ago
Python 3: the view server tests should deal with bytes. More... over 12 years ago
Python 3: multipart tests deal with bytes, as well. More... over 12 years ago
Python 3: deal with multipart streams as bytes. More... over 12 years ago
Python 3: use print as a function in doctests. More... over 12 years ago
Python 3: HTTP protocol bits are represented as bytes. More... over 12 years ago
Python 3: encode data as UTF-8 before sending. More... over 12 years ago
Python 3: attachment contents are represented in bytes. More... over 12 years ago
Python 3: decode charset before JSON decoding. More... over 12 years ago
Python 3: provide a useful strbase value. More... over 12 years ago
Python 3: adapt to urllib package moves. More... over 12 years ago
Python 3: rename test module to avoid shadowing stdlib module. More... over 12 years ago
Python 3: add wrapper to retrieve function code. More... over 12 years ago
Python 3: convert values() result to list as necessary. More... over 12 years ago
Python 3: convert xrange() to range(). More... over 12 years ago
Python 3: work with slice-related magic methods. More... over 12 years ago
Python 3: use compatible metaclass definition syntax. More... over 12 years ago
Remove test for Row.__repr__() result for now. More... over 12 years ago
Python 3: wrap range() in list() as necessary. More... over 12 years ago