0
I Use This!
Inactive

Commits : Listings

Analyzed about 5 hours ago. based on code collected about 10 hours ago.
Jan 26, 2025 — Jan 26, 2026
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
s/shared the module/share the module/ More... almost 16 years ago
changes to more closely approach Python 3 compatability More... almost 16 years ago
changes to more closely approach Python 3 compatability improve logging make _sockread() more efficient More... almost 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... almost 16 years ago
changes to more closely approach Python 3 compatability tidy up code slightly More... almost 16 years ago
set version=0.08 More... almost 16 years ago
document new 'timeout' feature fix typos: s/phsyical/physical/ More... almost 16 years ago
use "class foo(object):" instead of "class foo:" add timeout feature tidy up a bit More... almost 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... almost 16 years ago
use the right 'errors' list in Stage.errors More... almost 16 years ago
fix typo - s/behinid/behind/ More... almost 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... almost 16 years ago
fix GenericSQLSession.tidy() More... about 17 years ago
in traceback(), store the exception information ASAP More... over 17 years ago
update out-of-date external links More... over 17 years ago
add meta keywords More... over 17 years ago
add Handler.pre_load() More... over 17 years ago
add meta description More... over 17 years ago
make links to cgi.html sections consistent More... over 17 years ago
use standard Python cgitb now it has an improved API that we can actually use make CGIRequest._close() close stdout More... over 17 years ago
set version=0.07 More... over 17 years ago
add session and domain parameters to __init__ More... over 17 years ago
fix typo 'case0insensitively' More... about 21 years ago
new GenericSQLSession class that should actually work on databases other than MySQL (and also on MySQL too) More... over 21 years ago
proper unicode support More... over 21 years ago
fix typo More... almost 22 years ago
hdr.lower() should probably be compared with a lower-case constant More... almost 22 years ago
fix updating of _pos so tell() works properly More... almost 22 years ago
minor documentation nits More... almost 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... almost 22 years ago