0
I Use This!
Inactive

Commits : Listings

Analyzed about 6 hours ago. based on code collected about 11 hours ago.
Apr 29, 2023 — Apr 29, 2024
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
v0.3.0b8 More... over 12 years ago
Added a repr to the last change. Oops. More... over 12 years ago
v0.3.0b7 More... over 12 years ago
Added some logging for errors during bulk uploads. Might be too verbose? More... over 12 years ago
Added cycle detection to couchable. More... over 12 years ago
v0.3.0b6 More... almost 13 years ago
Cleaned up the url/name params. Breaks old code. Sorry. More... almost 13 years ago
Made release script run tests before tagging. More... almost 13 years ago
Fixed a hashability problem for dict subclasses. More... almost 13 years ago
Made large attachments use multipart/form-data instead of bulk_docs and uploading after the fact. Added a skip keyword to store. More... almost 13 years ago
v0.3.0b4 More... almost 13 years ago
Added registerNoneType. More... almost 13 years ago
v0.3.0b3 More... almost 13 years ago
Made small attachments get base64 encoded and included inline. More... almost 13 years ago
v0.3.0b2 More... almost 13 years ago
Fixed an issue where _private vars would overwrite other entries in 'couchable:' due to how the object __dict__ was getting updated. Was subtle. More... almost 13 years ago
v0.3.0b1 More... almost 13 years ago
Added release script. More... almost 13 years ago
Added the ability to specify types as needing to be pickled rather than attached. More... about 13 years ago
Able to handle types and OrderedDicts cleanly now. More... about 13 years ago
Tweak to check service hooks. More... over 13 years ago
Changed the default for attachments to gzip, added a return to the custom_packer function. More... over 13 years ago
Fixed a bug with caching results of findHandler lookups. More... over 13 years ago
Back to 1024, that seems like a good size (pretty big, but no slowdown). More... over 13 years ago
Bumped the max str len. Changed the pickle content type. More... over 13 years ago
Played around with pickles and bulk store/load. More... over 13 years ago
Refined the tuple subclass check. Added test. Updated docs. More... over 13 years ago
Added named tuple support. Kinda hacky; collides with other tuple subclasses. :/ More... over 13 years ago
Test+fix for private vars not being unpacked properly. More... over 13 years ago
Ripped out some more old pickle-attachment handling. More... over 13 years ago