1
I Use This!
Activity Not Available

Commits : Listings

Analyzed about 1 year ago. based on code collected about 1 year ago.
Jan 17, 2023 — Jan 17, 2024
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. More... about 16 years ago
lib.web: Print Server version and tell user where we're listening More... about 16 years ago
lib.http: Added version information to SERVER_VERSION More... about 16 years ago
lib.http: Raise HTTPError on any exceptions thrown while we iterate over possible event handlers More... about 16 years ago
lib.http: Iterate over all possible handlers and build a list of ones that return type(str) More... about 16 years ago
lib.web: Added very very simple Logger to log requests (prints to stdout) More... about 16 years ago
lib.web: Fixed cookie support More... about 16 years ago
examples/simpleweb.wsgi: Added simple WSGI example using the new WSGI support in lib.web More... about 16 years ago
lib.web: Added basic WSGI Application support More... about 16 years ago
circuits: Fixed introductory line in doc string More... about 16 years ago
Added tag 1.0a1 for changeset 1deeba0cfda9 More... about 16 years ago
Removed unused/unwanted setup.cf More... about 16 years ago
.hgignore: Ignore __version__.py as it's generated More... about 16 years ago
Added better version numbering support borrowed from Mercurial More... about 16 years ago
lib.web: Make AutoListener metaclass private/hiden More... about 16 years ago
lib.http: Updated SERVER_VERSION to "circuits" More... about 16 years ago
lib: Added doc strign More... about 16 years ago
circuits: Tidied up doc and other stuff 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. 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 More... about 16 years ago
lib.http: raise NotFound if no response came back through iteration More... about 16 years ago
lib.http: Iterate over all possible responses returning and sending a Response for the first non-None response. 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> More... about 16 years ago
examples/simpleweb.py: Removed references to request, response More... about 16 years ago
examples/helloweb.py: Removed use of psyco - may confuse people :) (Thanks Matthew) More... about 16 years ago
lib.web: Added request to Controller. This is set for each incoming request as self.request More... about 16 years ago
examples/simpleweb.py: Adapted to use new lib.web.Controller greatly simplifying More... about 16 years ago
lib.web: Added basic Controller with index() handler More... about 16 years ago
examples/simpleweb.py: Simple Web Hello 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() More... about 16 years ago