0
I Use This!
Inactive

Commits : Listings

Analyzed about 9 hours ago. based on code collected about 11 hours ago.
Jul 10, 2025 — Jul 10, 2026
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
s/shared the module/share the module/ More... over 16 years ago
changes to more closely approach Python 3 compatability More... over 16 years ago
changes to more closely approach Python 3 compatability improve logging make _sockread() more efficient More... over 16 years ago
changes to more closely approach Python 3 compatability add logging make the timeout feature actually work, rather than going into an infinite loop check more carefully for deleted globals in _connection_notinuse More... over 16 years ago
changes to more closely approach Python 3 compatability tidy up code slightly More... over 16 years ago
set version=0.08 More... over 16 years ago
document new 'timeout' feature fix typos: s/phsyical/physical/ More... over 16 years ago
use "class foo(object):" instead of "class foo:" add timeout feature tidy up a bit More... over 16 years ago
use "raise Exception(foo)" instead of "raise Exception, foo" use "class foo(object):" instead of "class foo:" use "repr(foo)" instead of "`foo`" use hashlib.sha1 instead of the sha module, where hashlib is available More... over 16 years ago
use the right 'errors' list in Stage.errors More... over 16 years ago
fix typo - s/behinid/behind/ More... over 16 years ago
newer versions of Python want raise Exception("foo") not raise Exception, "foo" newer versions of Python want repr(foo) not `foo` More... over 16 years ago
fix GenericSQLSession.tidy() More... over 17 years ago
in traceback(), store the exception information ASAP More... almost 18 years ago
update out-of-date external links More... almost 18 years ago
add meta keywords More... almost 18 years ago
add Handler.pre_load() More... almost 18 years ago
add meta description More... almost 18 years ago
make links to cgi.html sections consistent More... almost 18 years ago
use standard Python cgitb now it has an improved API that we can actually use make CGIRequest._close() close stdout More... almost 18 years ago
set version=0.07 More... almost 18 years ago
add session and domain parameters to __init__ More... almost 18 years ago
fix typo 'case0insensitively' More... over 21 years ago
new GenericSQLSession class that should actually work on databases other than MySQL (and also on MySQL too) More... about 22 years ago
proper unicode support More... about 22 years ago
fix typo More... over 22 years ago
hdr.lower() should probably be compared with a lower-case constant More... over 22 years ago
fix updating of _pos so tell() works properly More... over 22 years ago
minor documentation nits More... over 22 years ago
add Request.closed and make an error if you try most operations on a close()d request add tell(), and allow seek()ing backwards and forwards through as-yet-untransmitted output More... over 22 years ago