0
I Use This!
Inactive

Commits : Listings

Analyzed about 19 hours ago. based on code collected about 19 hours ago.
Aug 05, 2024 — Aug 05, 2025
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Remove old, commented out tests. More... over 16 years ago
Track the previous or removed value ('was') so the actual change is obvious. More... over 16 years ago
Test that changes to a nested obj are forgotten if the obj is replaced or removed. More... over 16 years ago
Don't track changes to objects added to the tracked object graph. More... over 16 years ago
Test combinations of operations on tracked lists. More... over 16 years ago
Track and test combinations of operations on dicts. More... over 16 years ago
Update paths during list's __delitem__, insert, pop and remove. More... over 16 years ago
Move private func out of the way More... over 16 years ago
Move knowledge of the object's path into the tracker instance and fix paths to make the (one and only) "nasty" test pass. More... over 16 years ago
Abstract access to the tracker via a per-object recorder. More... over 16 years ago
Add example of nastiness. More... over 16 years ago
WIP ... giving up for now. More... over 16 years ago
Simplify cache management for deleted docs. More... over 16 years ago
Add test for and fix creating a document with the id of a deleted document. More... over 16 years ago
Fix creation with known doc id. More... over 16 years ago
Re-implement __getitem__ using get(). More... over 16 years ago
Split out tests to own module and fix import. More... over 16 years ago
Remove unnecesary import More... over 16 years ago
Don't send update for a changed, then deleted document. More... over 16 years ago
Not sure what that file was More... over 16 years ago
Added a quick README to get started and jot down some notes. More... over 16 years ago
Combine into a single module until I can be bothered to package things better. More... over 16 years ago
Add __setitem__ support. More... over 16 years ago
(Reluctantly) support __delitem__. More... over 16 years ago
Add rest of pure forwarding to underlying db. More... over 16 years ago
Organise the Session methods a little better. More... over 16 years ago
Start testing (and fixing) the calls straight out to couchdb's Database. More... over 16 years ago
Suport document deletion. More... over 16 years ago
Slightly improved comment More... over 16 years ago
Support new document creation. More... over 16 years ago