openhub.net
Black Duck Software, Inc.
Open Hub
Follow @
OH
Sign In
Join Now
Projects
People
Organizations
Tools
Blog
BDSA
Projects
People
Projects
Organizations
Forums
circuits
Settings
|
Report Duplicate
1
I Use This!
×
Login Required
Log in to Open Hub
Remember Me
Activity Not Available
Commits
: Listings
Analyzed
about 1 year
ago. based on code collected
about 1 year
ago.
Jan 17, 2023 — Jan 17, 2024
Showing page 159 of 163
Search / Filter on:
Commit Message
Contributor
Files Modified
Lines Added
Lines Removed
Code Location
Date
lib.http: Added <preP section in default error message to hold a traceback.
prologic
More...
about 16 years ago
lib.web: Print Server version and tell user where we're listening
prologic
More...
about 16 years ago
lib.http: Added version information to SERVER_VERSION
prologic
More...
about 16 years ago
lib.http: Raise HTTPError on any exceptions thrown while we iterate over possible event handlers
prologic
More...
about 16 years ago
lib.http: Iterate over all possible handlers and build a list of ones that return type(str)
prologic
More...
about 16 years ago
lib.web: Added very very simple Logger to log requests (prints to stdout)
prologic
More...
about 16 years ago
lib.web: Fixed cookie support
prologic
More...
about 16 years ago
examples/simpleweb.wsgi: Added simple WSGI example using the new WSGI support in lib.web
prologic
More...
about 16 years ago
lib.web: Added basic WSGI Application support
prologic
More...
about 16 years ago
circuits: Fixed introductory line in doc string
prologic
More...
about 16 years ago
Added tag 1.0a1 for changeset 1deeba0cfda9
prologic
More...
about 16 years ago
Removed unused/unwanted setup.cf
prologic
More...
about 16 years ago
.hgignore: Ignore __version__.py as it's generated
prologic
More...
about 16 years ago
Added better version numbering support borrowed from Mercurial
prologic
More...
about 16 years ago
lib.web: Make AutoListener metaclass private/hiden
prologic
More...
about 16 years ago
lib.http: Updated SERVER_VERSION to "circuits"
prologic
More...
about 16 years ago
lib: Added doc strign
prologic
More...
about 16 years ago
circuits: Tidied up doc and other stuff
prologic
More...
about 16 years ago
lib.web: With thanks to verte (William Leslie), the Controller now uses a meta class called AutoListener combined with a new decorator and wrapper called expose to automatically create event-handlers of sub-classes of Controller with the channel of the method itself.
prologic
More...
about 16 years ago
examples/helloweb.py: Fixed handler to take any args or kwargs. return True to indicate we've handled this request
prologic
More...
about 16 years ago
lib.http: raise NotFound if no response came back through iteration
prologic
More...
about 16 years ago
lib.http: Iterate over all possible responses returning and sending a Response for the first non-None response.
prologic
More...
about 16 years ago
lib.http: Simpler code to get the channel if there are no names and it has to default to one of /:index or /:<method>
prologic
More...
about 16 years ago
examples/simpleweb.py: Removed references to request, response
prologic
More...
about 16 years ago
examples/helloweb.py: Removed use of psyco - may confuse people :) (Thanks Matthew)
prologic
More...
about 16 years ago
lib.web: Added request to Controller. This is set for each incoming request as self.request
prologic
More...
about 16 years ago
examples/simpleweb.py: Adapted to use new lib.web.Controller greatly simplifying
prologic
More...
about 16 years ago
lib.web: Added basic Controller with index() handler
prologic
More...
about 16 years ago
examples/simpleweb.py: Simple Web Hello
prologic
More...
about 16 years ago
lib.web: New module added for web components that uses newly modified and improved lib.http.Dispatcher. Includes a simple Server with it's own run()
prologic
More...
about 16 years ago
←
1
2
…
155
156
157
158
159
160
161
162
163
→
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