Export to GitHub

circuits - default

Source Commits


Commits

Author Date Commit Message
prologic Mar 13, 2009 cbc44c23d123 drivers: (NEW) GTKDriver - Imported from http://paste.pocoo.org/show/107774/ - D
prologic Mar 13, 2009 b71dfaa2819e docs/Tutorial: Reverted back (must have overwritten this :/)
prologic Mar 13, 2009 002abacbedb5 docs: Removd BOM markers
prologic Mar 13, 2009 2e06e10a5f8d tools.tests.test_tools: Fixed test to match previous change
prologic Mar 13, 2009 6b7b7800c2f2 tools: Removed initial component form being printed in detailed inspect report
prologic Mar 13, 2009 9b6805db5b07 tools.tests.test_tools: Hidden components are no more - removed tests
prologic Mar 13, 2009 1bcdf1cb0159 Makefile: how did I commit thsi :)
prologic Mar 13, 2009 0045722165ad core: Make the channel of a BaseComponent default to "*" if the given channel in
prologic Mar 13, 2009 f52210ffc5bf core: _handlers may change as we're iterating - iteratore over a copy
prologic Mar 13, 2009 04a88088235d core: Let's try remove shall we :)
prologic Mar 13, 2009 8201bd34306e core: Better register/unregister functionality - ensures we register not only wi
prologic Mar 13, 2009 dd2287111c06 core.tests.test_core: Added indicator comment where this is failing :/
prologic Mar 13, 2009 32c5ec4eefd0 core: Set self.manager before we even try to push a Registered event
prologic Mar 13, 2009 57bc41bdc106 core.tests.test_core: Removed checks for _hidden (this attribute is gone)
prologic Mar 13, 2009 91b411e6b6e7 core: Fixed Manager._unregisterHandlers (Manager._remove not Manager.remove)
prologic Mar 13, 2009 5a09922c8ad7 tools: Removed detail about hidden componnets in inspect tool as this is removed
prologic Mar 13, 2009 592956c5f436 core: Rewrite the entire registration/unregistration process (uses recursive fun
prologic Mar 13, 2009 da6ee4bb8eb5 tools: Fixed output of inspect and it's event handler details
prologic Mar 13, 2009 9d82da40b49b core: Re-implemented tmap and cmap (optimization and fifxed duplicate handlesr f
prologic Mar 13, 2009 4c92b0363519 tools: Fixed walk and graph functions.
prologic Mar 13, 2009 af71d89faf0f net.sockets: Fixed all event objects and their documentation
prologic Mar 13, 2009 ef3170fb4a01 net.sockets: Fixed Conenct event
prologic Mar 13, 2009 fc41aaad8184 drivers: Greatly simplified this package and it's drivers. Removed auto loading
prologic Mar 13, 2009 796b040a2d9c core: Put try/except/pass around exception handlers in Manager.run in case of un
prologic Mar 13, 2009 4bcba177d6b4 core.tests.test_core: Added start of TestStructures test
prologic Mar 13, 2009 aeefb60f5c72 web.servers: Simplified registration of HTTP to TCPServer in BaseServer
prologic Mar 13, 2009 0a0a9de2b18b tools.tests.test_tools: Uncommented failing test (will fix this now!)
prologic Mar 13, 2009 c79549aa52d5 tools: (NEW) Added new tools root(x) to find the root of a component - ie: it's
prologic Mar 13, 2009 371c1a29cd21 Merged with 953:16df38dafbdf
prologic Mar 13, 2009 f718d3bc87f9 web.main: Fixex the component registered with the server for "base" mdoe.
prologic Mar 13, 2009 0b22f21d5709 web.main: channel for HelloWorld should be "web" - we want to listen to "web" re
prologic Mar 13, 2009 89656ff0894b web.main: Changed default server to "server"
prologic Mar 13, 2009 9314f87b570a web.main: If debug mode, print graph and inspect of manager.
prologic Mar 13, 2009 231669bb562e web.servers: Fixed passing of bind argument to Server
prologic Mar 13, 2009 ee7ea228c85e web.servers: Fixed channels (again)
prologic Mar 13, 2009 0b7e7c98fa17 Backed out changeset edc3f916e02e (need those **kwargs)
prologic Mar 13, 2009 16df38dafbdf web.dispatchers: Removed left over print(s) :/
prologic Mar 13, 2009 edc3f916e02e web.servers: Fixed channels
prologic Mar 13, 2009 90d389f70f37 core: Fixed case where dict can change as we're iterating over it (picked up in
prologic Mar 13, 2009 f251b2898e26 circuits.net.sockets: Fixed default poller variable(s)
prologic Mar 13, 2009 4170f03a9acf circuits.web.main: Fixed passing bind argument to server(s)
prologic Mar 13, 2009 db25ef8fc675 Automated merge with http://hg.softcircuit.com.au/projects/circuits/
prologic Mar 13, 2009 1a41b332c240 Automated merge with http://hg.softcircuit.com.au/projects/circuits/
prologic Mar 12, 2009 34d78afa4184 tools.tests.test_tools: Because you can't guarentee the order, just test the len
prologic Mar 12, 2009 40abc011b784 core.tests.test_core: Fixed testing of event args and kwargs
prologic Mar 12, 2009 6e5b5ae29fe9 core.tests.test_core: Removed SignalTest - turns out there is no good way to tes
prologic Mar 12, 2009 6219b9407a48 Ooops, nosetests doesn't have very good matching skills :)
prologic Mar 12, 2009 402a546f394b Fixed imports. Simplified doc strings. All tests working...
prologic Mar 12, 2009 c945cd1f8d2d circuits.net.tests: Simplified doc string of sockets test sutie and fixed import
prologic Mar 12, 2009 deb11fbbb317 circuits.core.tests: Simplified doc strigns of tests and fixed imports
prologic Mar 12, 2009 d67351d9011e Reorganized test suites
prologic Mar 13, 2009 248bd2c22f08 circuits.web.main: Added -v/--validate (WSGI Validation Support) and fixed bindi
prologic Mar 13, 2009 78eb6ba4acf2 circuits: Added circuits.web entry point
prologic Mar 13, 2009 03a571211141 circuits.web.main: (NEW) circutis.web script for a quick server and testing purp
prologic Mar 13, 2009 1618348523d0 circuits.net.sockets: Documented and tighended down all Event objects
prologic Mar 13, 2009 f59cf8c93ecb circuits.net.sockets: Documented constants and changed default TIMEOUT to 0.001m
prologic Mar 13, 2009 82233ea222be circuits.net.sockets: Fixed import of pollers
prologic Mar 13, 2009 8a165b709b9b circuits.net.sockets: Updated doc string of sockets module.
prologic Mar 13, 2009 cfa827673c5b web.wsgi: Fixed import of io.File
prologic Mar 13, 2009 4ebe7ae32cd7 circuits: Fixed imports
prologic Mar 13, 2009 22686d857926 drivers: Updated main doc string.
prologic Mar 13, 2009 ffd2c26ba8f4 drivers: This is a package - indicate so in header comments.
prologic Mar 13, 2009 4d669df9efe6 drivers: Renamed driver modules
prologic Mar 23, 2009 8350b52d4bf3 docs/html: Updated
prologic Mar 13, 2009 23ddea2acfa4 drivers: Use circuits.core to import from
prologic Mar 23, 2009 a79fc8a51633 Added tag 1.1.1 for changeset 9c1e26e6b850
prologic Mar 13, 2009 c8e135d25444 circuits: Added version moduel
prologic Mar 23, 2009 9c1e26e6b850 MANIFEST.in: Fixes #31 and #32
prologic Mar 13, 2009 43bbdbaf883f (WARNING): Completed library restructure. -Everything- is potentially broken\!
prologic Mar 22, 2009 233c6da7b49a tests.test_bridge: Disabled this test for 1.1 as it will not be fixed, but is fi
prologic Mar 12, 2009 3c28a6ea57fb MANIFEST: Removed ez_setup.py
prologic Mar 22, 2009 715b48de4cb8 docs/html: Updated
prologic Mar 12, 2009 b340496af53e examples/primes.py: Remvoed primes example - this needs to be rewritten a lot si
prologic Mar 21, 2009 472a9fec6fd8 Added tag 1.1 for changeset b587c1f60400
prologic Mar 12, 2009 7fc04ce71dbc examples/circ.py: Remvoed this example - it's a little too complex and depends o
prologic Mar 21, 2009 b587c1f60400 docs/ChangeLog: Updated for 1.1 - Am not going to categorize ChangeLog entries a
prologic Mar 12, 2009 b381d896a932 Removed ann components and ai examples - This is too imature to be in here
prologic Mar 21, 2009 02464acf608f docs/ChangeLog: Up to 414
prologic Mar 12, 2009 a911c5d66404 docs: Changed web example to use operator to register Server and Root components
prologic Mar 21, 2009 a232476ae4d4 docs/ChangeLog: Removed BOM markert
prologic Mar 12, 2009 ed20108a7d76 docs: Added local copies of WikiStart and docs/CircutisWeb from Trac wiki docs
prologic Mar 16, 2009 178af97ff0ca docs/html: Updated
prologic Mar 12, 2009 533b82f62fbb docs/update: Fixed update script
prologic Mar 16, 2009 aeb367fe719d lib.web: Renamed httpauth modules to _httpauth (excluding this form docs)
prologic Mar 12, 2009 614fa33f7371 docs: (NEW) sync script to syncronize local Trac wiki with upstream
prologic Mar 16, 2009 2ddd94226b3a lib.web.tools: Fixed doc string of auth tools
prologic Mar 12, 2009 2346ea889279 docs/docs_Contributing.wiki: Sycned
prologic Mar 16, 2009 7042a1e90b51 core: Use values() as the list can changed if we iter over it instead.
prologic Mar 12, 2009 a28540f847bb docs: Renamed all Trac wiki docs to their fully qualified path names where _ rep
prologic Mar 16, 2009 6fb02c696c12 tests.test_sockets: Fixed UDP test by fixing the channel
prologic Mar 12, 2009 22ed00676fd4 docs: Renamed all Trac wiki docs to their fully qualified path names where _ rep
prologic Mar 14, 2009 c07827b3e70d core: Fixed Manager.unregister in the case where a Component's manager is it fac
prologic Mar 12, 2009 7f5ab7b77bbf core: If no event is given in Manager.push / Manager.send ; Then make the channe
prologic Mar 14, 2009 ae7b851a84c5 core: Fixed sending of Unregistered event
prologic Mar 12, 2009 fa25f4df15c1 core: Fixed Event.__repr__ to accomodate the fact that self.channel might be eit
prologic Mar 13, 2009 b64f9768907f tools: Removed initial component form being printed in detailed inspect report
prologic Mar 12, 2009 b75e3cd291c0 core: Moved channel as a class variable (default: None) in Event object.
prologic Mar 13, 2009 fa4f2d483874 core: _handlers may change as we're iterating - iteratore over a copy
prologic Mar 12, 2009 8f4e784198ec circuits: Removed import of listener
prologic Mar 14, 2009 ccf5fe964876 Imported circuits-dev-980:04a88088235d.patch