1
I Use This!
Moderate Activity

Commits : Listings

Analyzed about 2 hours ago. based on code collected about 8 hours ago.
Apr 28, 2023 — Apr 28, 2024
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
core: Modifed repr of Event objects - channels are in [ ] More... about 15 years ago
lib.web.dispatchers: Dispatcher doesn't need to iterate through Controller based web requests by respecting the channel the Controller is registered with More... about 15 years ago
examples/ircbot: Integrated circuits.web just as a show-off demo of circuits and circutis.web capability More... about 15 years ago
Respect unique channels allowing mixing with other componets with similar events More... about 15 years ago
lib.web.errors: Set status's message to short, not message which may be longer or custom More... about 15 years ago
lib.web.core: Allow a custom message to be passed. More... about 15 years ago
lib.web.errors: Allow a custom message to be passed for NotFound errors. More... about 15 years ago
lib.web.tests.test_core: Fixed name of test case. Fixed tearDown to join and wait for server to finish More... about 15 years ago
lib.web.http: Return a list of all possible responses that are not None - allowing for Error responses which evaluate to False. More... about 15 years ago
lib.web.dispatchers: Return a list of all possible responses that are not None - allowing for Error responses which evaluate to False. Also return the first item regardless More... about 15 years ago
lib.web.core: Created BaseController - moved convenience methods to BaseController - cleaning up Controller. More... about 15 years ago
lib.web.core: Added forbidden() and notfound() methods. More... about 15 years ago
lib.web.errors: Added Forbidden error class. More... about 15 years ago
lib.web.errors: Fixed status in HTTPError response output. More... about 15 years ago
lib.irc; Forgot to call parent constructor :/ More... about 15 years ago
examples/ircbot.py: Fixed event handlers More... about 15 years ago
lib.web.http: Set webob.Request local_host and remote_host appropriately. More... about 15 years ago
lib.web.servers: Added address and port propertoes. More... about 15 years ago
Added test suite for sockets - Fixed channels in sockets More... about 15 years ago
tests/tests_workers: Fixed test More... about 15 years ago
workers: Added join() method - Removed self.thread.join() from stop() - causes problems :) More... about 15 years ago
lib.web.http: Fixed checking for "Conenction" "close" header and setting "Connection" "close" response headers. More... about 15 years ago
lib.web.http: Fixed protocol. More... about 15 years ago
lib.web.http: Fixed doc. More... about 15 years ago
lib.web.servers: Added poll() in BaseServer More... about 15 years ago
lib.web.webob: Fixed protocol attributes and repr. More... about 15 years ago
lib.web.webob: Use self.request.protocol More... about 15 years ago
lib.web.constants: protocol should be tuple (major, minor). More... about 15 years ago
workers: isAlive() should evaluate: self.running and self.thread.isAlive() - Call self.thread.join() after setting self.running to False. More... about 15 years ago
lib.web.tests: Added test suite. Added one test. More... about 15 years ago