1
I Use This!
Inactive

Commits : Listings

Analyzed about 24 hours ago. based on code collected about 24 hours ago.
Aug 10, 2024 — Aug 10, 2025
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Updates to the daemonization function More... over 14 years ago
Updates to keep track of running state, move log_method_call to top so we can use in the method More... over 14 years ago
Update withlist to use latest version of ipaddr More... over 14 years ago
Make the requirements a list More... over 14 years ago
Update the examples More... over 14 years ago
Add the additional decorators More... over 14 years ago
Update the readme More... over 14 years ago
Make memoize cache all the output of RequestHandler.write by monkey patching the module into the write and finish code flow More... over 14 years ago
add the rehash handler callback More... over 14 years ago
Update README.md for more examples More... over 14 years ago
Remove the unneeded leftover parameter More... over 14 years ago
Initial commit of new tinman focus More... over 14 years ago
Updates to .gitignore More... over 14 years ago
Remove all old files More... over 14 years ago
Whitespace cleanup, sorry More... almost 15 years ago
Use a global cache handle so that there is not a new connection to memcache made on each request More... almost 15 years ago
Add limited psycopg2 direct support More... almost 15 years ago
Updated cache class to support memcache sessions, memcache based sessions More... almost 15 years ago
Fixes to session for problems found by pychecker More... over 15 years ago
Fix log output in begin() and rollback() More... over 15 years ago
Add data.rollback(); let data.begin() act only on the active session by default. More... over 15 years ago
Add *.swp to .gitignore More... over 15 years ago
Do not display 'Cache.miss' message when there's an empty list/string in the cache. More... over 15 years ago
Wrap cache keys with str() so unicode strings don't cause problems. More... over 15 years ago
Remove whitespace
Gavin M. Roy
as gmr
More... over 15 years ago
create_all is in metadata; not session. More... over 15 years ago
Re-remove print debugging
Gavin M. Roy
as gmr
More... over 15 years ago
Set self.session when it's not set even if the connection was already setup. More... over 15 years ago
Change commit() so it doesn't use a dirty check (delete doesn't cause dirty rows) and commit only the active session by default. More... over 15 years ago
Add autocommit to run based upon config file
Gavin M. Roy
as gmr
More... over 15 years ago