openhub.net
Black Duck Software, Inc.
Open Hub
Follow @
OH
Sign In
Join Now
Projects
People
Organizations
Tools
Blog
BDSA
Projects
People
Projects
Organizations
J
Jon's Python modules
Settings
|
Report Duplicate
0
I Use This!
×
Login Required
Log in to Open Hub
Remember Me
Inactive
Commits
: Listings
Analyzed
about 5 hours
ago. based on code collected
about 10 hours
ago.
Jan 26, 2025 — Jan 26, 2026
Showing page 1 of 8
Search / Filter on:
Commit Message
Contributor
Files Modified
Lines Added
Lines Removed
Code Location
Date
s/shared the module/share the module/
jribbens
More...
almost 16 years ago
changes to more closely approach Python 3 compatability
jribbens
More...
almost 16 years ago
changes to more closely approach Python 3 compatability improve logging make _sockread() more efficient
jribbens
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
jribbens
More...
almost 16 years ago
changes to more closely approach Python 3 compatability tidy up code slightly
jribbens
More...
almost 16 years ago
set version=0.08
jribbens
More...
almost 16 years ago
document new 'timeout' feature fix typos: s/phsyical/physical/
jribbens
More...
almost 16 years ago
use "class foo(object):" instead of "class foo:" add timeout feature tidy up a bit
jribbens
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
jribbens
More...
almost 16 years ago
use the right 'errors' list in Stage.errors
jribbens
More...
almost 16 years ago
fix typo - s/behinid/behind/
jribbens
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`
jribbens
More...
almost 16 years ago
fix GenericSQLSession.tidy()
jribbens
More...
about 17 years ago
in traceback(), store the exception information ASAP
jribbens
More...
over 17 years ago
update out-of-date external links
jribbens
More...
over 17 years ago
add meta keywords
jribbens
More...
over 17 years ago
add Handler.pre_load()
jribbens
More...
over 17 years ago
add meta description
jribbens
More...
over 17 years ago
make links to cgi.html sections consistent
jribbens
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
jribbens
More...
over 17 years ago
set version=0.07
jribbens
More...
over 17 years ago
add session and domain parameters to __init__
jribbens
More...
over 17 years ago
fix typo 'case0insensitively'
jribbens
More...
about 21 years ago
new GenericSQLSession class that should actually work on databases other than MySQL (and also on MySQL too)
jribbens
More...
over 21 years ago
proper unicode support
jribbens
More...
over 21 years ago
fix typo
jribbens
More...
almost 22 years ago
hdr.lower() should probably be compared with a lower-case constant
jribbens
More...
almost 22 years ago
fix updating of _pos so tell() works properly
jribbens
More...
almost 22 years ago
minor documentation nits
jribbens
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
jribbens
More...
almost 22 years ago
←
1
2
3
4
5
6
7
8
→
This site uses cookies to give you the best possible experience. By using the site, you consent to our use of cookies. For more information, please see our
Privacy Policy
Agree