14
I Use This!
Inactive

Commits : Listings

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