Export to GitHub

circuits - default

Source Commits


Commits

Author Date Commit Message
prologic Feb 4, 2010 95b3a006dc76 Fixes Issue #17 * Re-include docs dir and everything inside. * Fix Makefile to
prologic Feb 3, 2010 f4663ff549bf examples/ircbot.py: * Fixed example - use of __call__ (callable components) has
prologic Feb 1, 2010 3122248bf002 Merged with e96a76ca2ddf
prologic Feb 1, 2010 e96a76ca2ddf Added tag 1.2.1 for changeset c2311528f42f
prologic Feb 1, 2010 c6f374e3a961 docs: Updated for 1.2.1
prologic Feb 1, 2010 c2311528f42f Merged with c335e09f4d78
prologic Feb 1, 2010 c335e09f4d78 Added tag 1.2.1 for changeset f2a8870baa97
prologic Feb 1, 2010 3ed6a115f474 docs: Updated for 1.2.1 release
prologic Feb 1, 2010 f2a8870baa97 docs: Updated generated API Docs
prologic Jan 23, 2010 f3f5f2617e81 circutis.web.dispatchers: By using a set for the set of possible paths (targets)
prologic Jan 22, 2010 e929413f601e circuits.web.wsgi: Default path and query string to "" if PATH_INFO/QUERY_STRING
prologic Jan 22, 2010 00f53a69ba5f circuits.web.wsgI; Process response before calling start_response and permanatel
prologic Jan 12, 2010 5923ceb6a61a LICENSE: Updated year
prologic Jan 21, 2010 67a155e6beb3 MANIFEST.in: Removed non-existent patterns. (Fixes #4)
prologic Jan 21, 2010 47eafb786b88 circuits.web.wsgi: Fixed WSGI Application deployment of circuits.web web applica
prologic Jan 21, 2010 b93126504c71 circuits.net.sockets: Removed a print left over by some debuggin
prologic Jan 20, 2010 ddbd601dc165 circuits.web.wsgi: * Call start_response(...) first to set an appropriate statu
prologic Jan 20, 2010 12da15468623 Merged with 9a140a9a912f
prologic Jan 13, 2010 9a140a9a912f Added tag 1.2 for changeset 5347a60398b5
prologic Jan 19, 2010 67dcf55fa6fd circuits.app: Fixed python-2.5 compatibility. (Thanks Sandro for the patch)
prologic Jan 13, 2010 5347a60398b5 circuits: Updated website and download urls
prologic Jan 13, 2010 d4807dad5007 Added tag 1.2 for changeset a216700dc5df
prologic Oct 4, 2009 a216700dc5df Applied 2.5 compatibility patch from dsuch
prologic Jul 21, 2009 6aa827eed851 circuits.core: Add ability to explicitly define non-handlers (ie: normal methods
prologic Jul 16, 2009 22fdb316d4db Added tag 1.2 for changeset 750724fce684
prologic Jul 16, 2009 750724fce684 Merged with d6341c3b839d
prologic Jul 15, 2009 d6341c3b839d Added tag 1.2 for changeset 17fe786ded32
prologic Jul 16, 2009 717ff164d4f6 net.sockets: I believe this fixes the "Address in use" issue (Fixes #60)
prologic Jul 15, 2009 17fe786ded32 examples: Tested and fixed (Closes #54)
prologic Jun 24, 2009 6b48dbd550c5 Fixes #64
prologic Jul 15, 2009 93f2c911fc91 examples: Tested and fixed (See #54)
prologic Jul 15, 2009 824b319ebe4c circuits.web.dispatchers: Fixes #63
prologic Jul 15, 2009 bf575e2d2db1 Merged with b7486f7a54da
prologic Jun 26, 2009 f30f44dc5f4a Fixes #62
prologic Jul 15, 2009 ee0f020b22ac examples: Tested and fixed examples (See: #54)
prologic Jul 15, 2009 9ef1db3fb92a examples/filewatch.py: Badly named example - renamed to tail.py
prologic Jul 15, 2009 f78cfb17a5fb drivers._pygame: Guard against import failure of pygame and raise appropriate ex
prologic Jul 15, 2009 6f3c87c1d420 drivers._inotify: Guard against import failure of pyinotify and raise appropriat
prologic Jul 15, 2009 c6c6612ccd40 drivers: Removed unused Exception subclass
prologic Jul 15, 2009 b7486f7a54da Added tag 1.2 for changeset 1d0d07df9879
prologic Jul 13, 2009 1d0d07df9879 tests.test_version: Don't try the mercurial version test if mercurial is not ins
prologic Jul 13, 2009 3cf59ed9b2ad web.tests.test_core: Trying to fix #58 (See: #58)
prologic Jul 13, 2009 c76c654c9b55 examples/echoserer.py: Misspelled example (thanks thunderbolt)
prologic Jul 13, 2009 52c2e90452a1 core.tests.test_core: Fixed tests for exceptions/errors (channel changed) - Fixe
prologic Jul 10, 2009 108c45e63cd3 .hgtags: Removed 1.2rc1 tag
prologic Jul 10, 2009 409cacd3b72b Added tag 1.2 for changeset 54529bf43a2d
prologic Jul 10, 2009 7b5b04cfce76 Added tag 1.2rc1 for changeset 54529bf43a2d
prologic Jul 9, 2009 54529bf43a2d io: Catch IOError (13) - Permission denied, when creating the default stdin, std
prologic Jul 2, 2009 090af46eb6e5 web.dispatchers: Ooops - where did this come from :)
prologic Jul 2, 2009 78efeabbb64e examples/web/shadowauth.py: Set executable bit
prologic Jun 27, 2009 4b25fc4a8a4d examples/web/shadowauth.py: Added example of shadow auth component (by riskable)
prologic Jun 26, 2009 f960406c8885 examples/web: Added examples of using XMLRPC and JSONRPC dispatchers
prologic Jun 26, 2009 639254c2930f examples/web/fileupload.py: Added a simple example of using forms to upload the
prologic Jun 26, 2009 521f78377f5f examples/web/forms.py: Added a basic example of using forms and dealing with dat
prologic Jun 26, 2009 4d62eb0c3722 /examples/web/sessions.py: Added example of using the Sessions Component for cir
prologic Jul 2, 2009 bcb9bd6566ab examples/web/makotemplates.py: Added basic example of using mako as a templating
prologic Jun 24, 2009 3be058f4a3bb setup.py: Fixed distutils setup - Closes #55
prologic Jun 24, 2009 1d8188080162 circuits: Removed duplicate import of Timer
prologic Jun 24, 2009 c2a5d200bf63 core.debugger: Fixed repr of handler in debug output.
prologic Jun 23, 2009 af45abe9db9c web.main: Fixed starting of validator server (wrong no. of arguments passed).
prologic Jun 23, 2009 98f613f68676 core.debugger: Updated to use new 'exception' channel (was changed due to clashi
prologic Jun 22, 2009 0cccde69fead core: Set channel for Error events to "exception"
prologic Jun 22, 2009 80835864dd78 io: Close the file after an EOF condition
prologic Jul 2, 2009 74949fa7805c io: Removed left over print from debuggin
prologic Jun 22, 2009 60fa8ae371f7 io: Added EOF Event - Push EOF event if there is no more data to be read (trigge
prologic Jul 2, 2009 a6e290fdbdb1 Imported b2ae9b46ed3d
prologic Jul 2, 2009 e2c9883690b0 Imported a701146e0df8
prologic Jun 23, 2009 143278a896a6 Merged with 48f07d762fca
prologic Jun 22, 2009 48f07d762fca examples/web/filtering.py: Added example of filtering (aka WSGI Middleware) for
prologic Jun 20, 2009 8c13bd33ce99 core.workers: Set (private) ._running value (.running is read-only)
prologic Jun 20, 2009 77f3bfcbb2d1 core: Change .running to a read-only property
prologic Jun 20, 2009 09f25a5b38bc app: Added Daemon Component to facilitate daemonizing an application/system on P
prologic Jun 20, 2009 36635602a670 docs: Synced with Wiki
prologic Jun 18, 2009 feecb4f8cb25 core.tests.test_core: Fixed original tests cases for testing error handling - Ad
prologic Jun 17, 2009 0f21a964d789 core.workers: Use BaseComponent isntead of Component - we don't need start/stop/
prologic Jun 17, 2009 67cdf82eb270 core.bridge: Just use getattr to test if we need to ignore a duplciate event
prologic Jun 17, 2009 82ba50db3f90 core: Removed _resulsts instance variable from Event object
prologic Jun 17, 2009 8f869d80fad7 docs/html: API Docs Updated
prologic Jun 17, 2009 eed5e1d41451 docs: Synced with Trac
prologic Jun 15, 2009 ae642fcd34c6 web.decorators: (Experimental) Simple web decorators/wrappers for json output an
prologic Jun 11, 2009 8a0e8418fec6 io: Added seek(...) handler to File Component.
prologic Jun 11, 2009 eadc2a421f15 core: Remoevd _wait/wait - deprecated (never released). "waiting for an event" j
prologic Jun 10, 2009 5e7926afd3d1 web.wrappers: Fixed base attribute (base url) for Request objects
prologic Jun 10, 2009 681ae92f62a5 core: Fixed isAlive/is_alive checks for python 2.5.x compatibility
prologic Jun 8, 2009 818085dab43f web.dispatchers: return a 404 if the handler has no varargs or no varkw to pass
prologic Jun 8, 2009 45adf680b829 examples/inheritance.py: Addecd an example of Event Handler Inheritance
prologic Jun 7, 2009 3b7ba8879389 web.wrappers: Fixed .base attribute of Request objects to contain the port of te
prologic Jun 7, 2009 aa8af3fd1ae9 web.dispatchers: Removed caching of channels in Dispatcher - it made an assumpti
prologic Jun 23, 2009 16ea4a251de1 Backed out changeset edc4bdd46375 - This broke a required features of teh Dispat
prologic May 30, 2009 edc4bdd46375 web.dispatcher: Fixed _getChannel to return the correct channel when Controllers
prologic May 26, 2009 73c75f08bc2f core: Fixed imports (for signal handling) for java platform
prologic May 26, 2009 a299d1b912fd net.sockets: Fixed SocketType for platforms that don't have socket._socket attri
prologic May 19, 2009 7690d56af990 examples/dirwatch.py: Fixed import of INotifyDriver
prologic May 18, 2009 f8f4bda31621 net.sockets: Fixes #48
prologic May 11, 2009 bc794ae7cf4d setup.py: Fixed import of setup from distutils (forgot core - strange :/)
prologic May 11, 2009 2af0aad2f309 Backed out changeset 79347653f988
prologic May 11, 2009 79347653f988 circuits: Removed __name__ attribute from circuits package
prologic May 5, 2009 6abfbcc3607f web.wrappers: Fixed test for body in response object to test for both str and un
prologic May 5, 2009 f1f7ff5010bc web.dispatchers: Check the type of params and set appropriately for JSONRPC disp
prologic May 5, 2009 c1d1cc29eeb7 web.dispatchers: Try to sanitize params dict for JSONRPC dispatcheR