Export to GitHub

circuits - default

Source Commits


Commits

Author Date Commit Message
prologic Mar 6, 2009 d5dbd37e768a lib.web.wsgi: Fixed up a few issues with the WSGI environ being created and adde
prologic Mar 6, 2009 58c7427a9551 lib.web.webob: Added 'X-Powered-By' default header to Response objects and chang
prologic Mar 6, 2009 979fb2d9044c lib.web.webob: Don't set the script_name of the Request object to the base of th
prologic Mar 6, 2009 d905a3400b5e lib.web.servers: Added ssl, scheme and host properties and rewrite the base prop
prologic Mar 6, 2009 2fe7a10fcfde lib.web.servers: Added 'version' property to BaseServer.
prologic Mar 6, 2009 bab0aef61ae6 lib.web.http: Removed server instance variable from HTTP (not used).
prologic Mar 6, 2009 aaf417019a5f ez_setpu.py: Removed - download the latest version from http://peak.telecommunit
prologic Mar 6, 2009 579fa2455c06 examples/irc.py: Fixed message handler to pass in the correct target (source[0])
prologic Mar 6, 2009 7b38b9607101 lib.irc: Fixed source so that we send the entire source as split by sourceSplit
prologic Mar 6, 2009 24e2ce4fc2e0 docs: Updated
prologic Mar 6, 2009 64877dba685d lib.web.http: Don't try/except th sending of the request, let the outter try do
prologic Mar 6, 2009 c9b11f281008 lib.web.http: Fixed buffering of socket, request and response objects in cases w
prologic Mar 6, 2009 82193ebfa25d lib.web.dispatchers: Removed unused imports.
prologic Mar 6, 2009 258ae73d6d81 lib.web.dispatchers: Come to think of it, Dispatchers' Request Handlers should p
prologic Mar 6, 2009 f7b029cac4b3 lib.web.dispatchers: Greatly simplified the DefaultDispatcher's Request Handler
prologic Mar 6, 2009 3a5a20eb6506 lib.sockets: Fixed capturing EWOUDLBLOCK and EAGAIN errors
prologic Mar 5, 2009 11ec572d6f45 tests.test_core: Use type=True (filter=... is deprecated)
prologic Mar 5, 2009 02de46bb89c4 debugger: Use type=True (filter=... is deprecated)
prologic Mar 5, 2009 7432e3164509 docs: Updated
prologic Mar 5, 2009 ce876d6108f7 lib.sockets: Switched to using @handler (@listener is deprecated)
prologic Mar 5, 2009 8484fc85f774 lib.smtp: Switched to using @handler (@listener is deprecated)
prologic Mar 5, 2009 5a2f3b28e762 lib.env: Switched to using @handler (@listener is deprecated)
prologic Mar 5, 2009 a03f991128aa lib.config: Switched to using @handler (@listener is deprecated)
prologic Mar 5, 2009 d86bd2d8b1a8 lib.web.sessions: Switched to using @handler (@listener is deprecated)
prologic Mar 5, 2009 2a398bd8c5bb lib.web.dispatchers: Reuse the Request Event rather than recreate a new one.
prologic Mar 5, 2009 455838c34a89 lib.web.utils: Retabbed. Rewrite parseQueryString to use urlparse.parse_qs and u
prologic Mar 5, 2009 d7792bfa867e docs: Updated
prologic Mar 5, 2009 022471401e26 lib.web.dispatchers: The channel will in fact end with ":request" not be equal t
prologic Mar 5, 2009 ee1fbb8d821c Merged with 5f898166ae4f
prologic Mar 5, 2009 5f898166ae4f Backed out changeset 1123b4e86c96 - I souldn't code on little sleep :)
prologic Mar 5, 2009 5b7f11c2a1f9 lib.web.wsgi: Renamed request, response instance variables to _request and _resp
prologic Mar 5, 2009 1123b4e86c96 lib.web.wsgi: As Gateway Components are used in the context of either a BaseServ
prologic Mar 5, 2009 aba60fe198e7 lib.web.wsgi: Removed *args, **kwargs from Application constructor (if we need c
prologic Mar 5, 2009 faedef60910b lib.web.dispatchers: Modified the DefaultDispatcher's behavior such that if the
prologic Mar 5, 2009 31ec8f294186 lib.web.wsgi: Removed Filter (I'm not sure this works, is used or is useful!)
prologic Mar 5, 2009 d1f36aa3f861 lib.web: Removed Filter. (I'm not sure this Component works, is used or useful!)
prologic Mar 5, 2009 a3f3b97b8c29 docs: Updated
prologic Mar 5, 2009 afb3b98fee68 lib.web.wsgI: Fixed type, it's not Gateway :)
prologic Mar 5, 2009 bdd24f233174 lib.web.wsgi: Replaced Middleware alias with an equivilant function to display a
prologic Mar 5, 2009 2bdcdd107c01 lib.web: Added deprecation note about the direct import of Application, Middlewa
prologic Mar 5, 2009 cf38e660881d lib.web.wsgi: Renamed Middleware to Gateway (will deprecated Middlware in 1.2)
prologic Mar 5, 2009 a41b21907f3b lib.web: Import wsgi as a module. Import tools too. Removed import of Applicatio
prologic Mar 5, 2009 6d132209ddec lib.web.servers: Simplified Server properties.
prologic Mar 5, 2009 44bf868b2cf2 lib.web.servers: Changed default channel for BaseServer (and Server) and child c
prologic Mar 5, 2009 6c3ee5065460 lib.web.wsgi: Fixed typo (weird way of spelling 'status').
prologic Mar 5, 2009 a3c1f574bbe7 lib.web.wsgi: Pass in wsgi.version, wsgi.errors, wsgi.multithread, wsgi.multipro
prologic Mar 5, 2009 63962c6913c6 lib.web.wsgi: Pass in SERVER_NAME and SERVER_PORT to Middleware loaded apps.
prologic Mar 5, 2009 b45a3aed63be lib.web.wsgi: Fixed Application request/response and error handling. (NOTE: This
prologic Mar 5, 2009 5f8182635e00 lib.web.wsgi: Fixed creation of Response object (needs a reference to the reques
prologic Mar 5, 2009 8c68540998bf lib.web.wsgi: Build Host object for Request.remote from environ["REMOTE_ADDR"] a
prologic Mar 5, 2009 b6d4094c65f6 lib.web.wsgI: Pass in the parsed protocol.
prologic Mar 5, 2009 ae47f3aba1b2 lib.web.wsgi: Pass in environ["wsgi.url_scheme"] to Request as the scheme.
prologic Mar 5, 2009 348177987d68 lib.web.wsgI: Parse the SERVER_PROTOCOL, because we get it as 'HTTP/x.y' - we wa
prologic Mar 5, 2009 8b2b8184b677 lib.web.wsgi: Simplified Component registration in Application Component and rem
prologic Mar 5, 2009 b2e855a3127b lib.web.wsgI: Added in extra imports we need.
prologic Mar 5, 2009 9e31573923c5 lib.web.wsgi: Switched to using @handler (@listener is deprecated).
prologic Mar 5, 2009 d6e40fd3feb5 lib.web.webob: Set self.script_name to self.base for all Request objects. (I'm n
prologic Mar 5, 2009 de9837d187a5 lib.web.webob: Set self.remote for Request objects only if self.sock is not None
prologic Mar 5, 2009 f1d30346f090 lib.web.webob: Set scheme to Reqeust.scheme (default: 'http') if an empty scheme
prologic Mar 5, 2009 8208456a7bbb docs/graphs: Updated
prologic Mar 5, 2009 6b54150b9dad docs/graphs: Updated
prologic Mar 5, 2009 301b99c908ea circuits: (blanket chnage) Switched to @handler everywhere. Removed import of ci
prologic Mar 5, 2009 da705ddef4f0 docs: Updated
prologic Mar 5, 2009 9741a7b544a1 Makefile: Ignore circuits.version in generated docs
prologic Mar 5, 2009 e2a8f2849153 docs/graphs: Updated
prologic Mar 5, 2009 e625898da5de docs/Performance: Updated status
prologic Mar 5, 2009 58216d5a5083 tools: Changed the way graph(x) displays the registered components to look more
prologic Mar 5, 2009 45af34c7655e docs: Updated
prologic Mar 5, 2009 e96ec2bd947e tools: (docs) Updated doc string for reprhandler
prologic Mar 5, 2009 c41164218bc7 docs: Updated
prologic Mar 5, 2009 ce5ddc850b1e tools: (docs) Fixed typo
prologic Mar 5, 2009 19cb25184505 tools: (docs) Updated doc string for inspect(x)
prologic Mar 5, 2009 f06d69788be2 tools: (docs) Updated doc string for graph(x)
prologic Mar 5, 2009 2584c1e5a911 docs: Added missing epydoc generated files
prologic Mar 5, 2009 874e1d767d3b docs: Updated
prologic Mar 5, 2009 cf6d973ac696 docs: Updated
prologic Mar 5, 2009 a57109d295f2 core: (docs) Fixed example handler usage in handler doc string.
prologic Mar 5, 2009 54df46eb5b05 bridge: Switched to using handler (listener is deprecated).
prologic Mar 5, 2009 cc9316b0b3df bridge: Removed __all__ (not needed).
prologic Mar 5, 2009 583ed87629bb bridge: (docs) Updated module doc string.
prologic Mar 5, 2009 5e7f74fc9eb5 docs: Updated
prologic Mar 5, 2009 88434a6d98b1 core: (docs) Remoevd superfluous documentation on channel.
prologic Mar 5, 2009 21131ef30e7d core: (docs) Fixed indentation
prologic Mar 5, 2009 290f184479ee core: (docs) Removed most of the doc string from Component (most of this is alre
prologic Mar 5, 2009 0f7ec091e3d4 core: (docs) Updated doc string of BaseComponent.register
prologic Mar 5, 2009 19f73fc4b002 core: (docs) Updated doc string of BaseComponent.__call__
prologic Mar 5, 2009 eb1512f53747 core: (docs) Updated doc string of BaseComponent
prologic Mar 5, 2009 e56786b5bec2 core: (docs) Documented the return values and types of the (Optional) operator c
prologic Mar 5, 2009 856fe6e43521 core: Renamed Manager.handlers(...) to _getHandlers (no need for a public interf
prologic Mar 5, 2009 d92ba465c94c circuits: Added a sleep of 1s in the main doc string example so that at least it
prologic Mar 5, 2009 ef28aba23d00 core: (docs) Updated doc string for Manager.__len__
prologic Mar 5, 2009 66afd56f7c2f core: (docs) Updated doc string of Manager
prologic Mar 5, 2009 a88541fa9ef6 core: (docs) Updated doc string for HandlersType (metaclass).
prologic Mar 5, 2009 1ec17fc2051a core: (docs) Added deprecated note for the use of listener(...) - planned to be
prologic Mar 5, 2009 5fa44593edb3 core: (docs) Added deprecated note of the use of type in kwargs for handler(...)
prologic Mar 5, 2009 bd4746a1054c core: (docs) Updated coc string example of handler
prologic Mar 5, 2009 4fc9a3e9732d docs: Updated
prologic Mar 5, 2009 b588f3bdd4f3 core: (docs) Updated doc string for BaseComponent.unregister
prologic Mar 5, 2009 8e23af843afb core: Started and Stopped both now take a single argument. (component,) - The co
prologic Mar 5, 2009 90e71ddca994 core: (docs) Updated doc string of Manager.send