0
I Use This!
Inactive

Commits : Listings

Analyzed about 17 hours ago. based on code collected 1 day ago.
Apr 18, 2023 — Apr 18, 2024
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Explicitly set charset on connection via charset param - may or may not be solution to charset bug~. Switch to use INSERT ... ON DUPLICATE KEY UPDATE in insert method rather than catching integrity error - causing replication grief
harryf
as Harry Fuecks
More... about 15 years ago
Reduce log noise
harryf
as Harry Fuecks
More... about 15 years ago
Things that got away for new log handling
harryf
as Harry Fuecks
More... about 15 years ago
Wrap the logging using wsgilog
harryf
as Harry Fuecks
More... about 15 years ago
An empty place to put logs
harryf
as Harry Fuecks
More... about 15 years ago
Fix dereference of non-existing property e.message. Also trying to get output on badrequest - not working yet - something changed in latest web.py
harryf
as Harry Fuecks
More... about 15 years ago
Significant duh - remember the threads! Sharing one db conn between many threads leads to melt down. For now create new connection on each request and try, before looking at connection pooling
harryf
as Harry Fuecks
More... about 15 years ago
Another duh - store the db instance on reconnect
harryf
as Harry Fuecks
More... about 15 years ago
Hack back to live DB in urldammit, in db_cache avoid is not on checking for cache instance, as it calls __len__ - explicitly check for None instead
harryf
as Harry Fuecks
More... about 15 years ago
Get tests working again following api change
harryf
as Harry Fuecks
More... about 15 years ago
Fix tests for new cachemanager api
harryf
as Harry Fuecks
More... about 15 years ago
Get tests working again, re switch to unicode types
harryf
as Harry Fuecks
More... about 15 years ago
Starting to re-work test vs. live
harryf
as Harry Fuecks
More... about 15 years ago
Handle case where input tag / pair is not a str
harryf
as Harry Fuecks
More... about 15 years ago
Add support for unicode type for tags and pairs
harryf
as Harry Fuecks
More... about 15 years ago
Delay creation on cache instance to first use
harryf
as Harry Fuecks
More... about 15 years ago
Describe purpose in docs
harryf
as Harry Fuecks
More... about 15 years ago
Fix duh moment in handling pairs, add more tests
harryf
as Harry Fuecks
More... about 15 years ago
Fix duh moment in handling pairs, add more tests
harryf
as Harry Fuecks
More... about 15 years ago
Hacking away - decode UTF-8 in pairs
harryf
as Harry Fuecks
More... about 15 years ago
URL decode keys / values
harryf
as Harry Fuecks
More... about 15 years ago
Fix schema syntax
harryf
as Harry Fuecks
More... about 15 years ago
On integrity error, update. Add indexes to pairs and tags table schemas
harryf
as Harry Fuecks
More... about 15 years ago
Remove null check in memcache wrapper - just pass through. Ignore integrity check on inserts into mysql
harryf
as Harry Fuecks
More... about 15 years ago
Remove the response content on 303 to POST requests
harryf
as Harry Fuecks
More... about 15 years ago
Update to web.py 0.3
harryf
as Harry Fuecks
More... about 15 years ago
Stop confusing python with key
harryf
as Harry Fuecks
More... almost 16 years ago
Typo - remember to store namespace attr
harryf
as Harry Fuecks
More... almost 16 years ago
Decorator needs to appear before annotations using it in py 2.4
harryf
as Harry Fuecks
More... almost 16 years ago
Fix typo in calling func()
harryf
as Harry Fuecks
More... almost 16 years ago