James Mills is sharing code with you

Bitbucket is a code hosting site. Unlimited public and private repositories. Free for small teams.

Don't show this again

prologic / circuits http://pypi.python.org/pypi/circuits

circuits is a Lightweight Event driven and Asynchronous Application Framework for the Python Programming Language with a strong Component Architecture.

Clone this repository (size: 8.8 MB): HTTPS / SSH
hg clone https://bitbucket.org/prologic/circuits
hg clone ssh://hg@bitbucket.org/prologic/circuits

Commit 9c27ee47262a Raw commit »

commit
9c27ee47262a
parent
695978aaf92c
parent
309511a9ae5e
branch
default

Merged with aspidites - Fixing issue with WIndows and unix related improts

Comments

    Log in to comment »

    File Lines added Lines removed
    .hgchurn 1
    .hgtags 6
    CHANGES 4
    RELEASE.rst 61 4
    circuits/app/daemon.py 4 4
    circuits/app/env.py 4 4
    circuits/app/startup.py 9 9
    circuits/core/bridge.py 3 3
    circuits/core/components.py 12 8
    circuits/core/debugger.py 12 7
    circuits/core/events.py 19 5
    circuits/core/futures.py 11 3
    circuits/core/manager.py 16 13
    circuits/core/pollers.py 16 16
    circuits/core/pools.py 1 1
    circuits/core/timers.py 1 1
    circuits/io/__init__.py 8 204
    circuits/io/events.py 42
    circuits/io/file.py 113
    circuits/io/notify.py 12 5
    circuits/io/serial.py 92
    circuits/net/protocols/http.py 2 2
    circuits/net/protocols/irc.py 32 32
    circuits/net/protocols/line.py 2 2
    circuits/net/sockets.py 37 38
    circuits/tools/__init__.py 1
    circuits/web/client.py 6 6
    circuits/web/dispatchers/dispatcher.py 1 1
    circuits/web/dispatchers/jsonrpc.py 3 3
    circuits/web/dispatchers/routes.py 1 1
    circuits/web/dispatchers/websockets.py 3 3
    circuits/web/dispatchers/xmlrpc.py 2 2
    circuits/web/events.py 27 18
    circuits/web/http.py 29 29
    circuits/web/servers.py 2 2
    circuits/web/wsgi.py 1 1
    docs/source/api/circuits.rst
    docs/source/api/circuits_app.rst 2 2
    docs/source/api/circuits_core.rst 2 2
    docs/source/api/circuits_core_loader.rst 22
    docs/source/api/circuits_io.rst 8 29
    docs/source/api/circuits_io_events.rst 42
    docs/source/api/circuits_io_file.rst 21
    docs/source/api/circuits_io_serial.rst 21
    docs/source/api/circuits_web.rst 2 2
    docs/source/changes.rst 8
    docs/source/conf.py 1 1
    docs/source/contributors.rst 20
    docs/source/index.rst 3 1
    docs/source/requirements.txt
    docs/source/roadmap.rst
    docs/source/start/requirements.rst
    examples/dirwatch.py
    examples/keyecho.py
    examples/portforward.py
    examples/telnet.py
    examples/web/fileupload.py
    examples/web/shadowauth.py
    examples/web/ssl-forward-cert.py
    examples/web/terminal/terminal.py
    examples/web/wiki/macros/__init__.py
    scripts/circuits.bench
    setup.py
    tests/app/app.py
    tests/app/test_config.py
    tests/app/test_env.py
    tests/app/test_logger.py
    tests/core/signalapp.py
    tests/core/test_all_channels.py
    tests/core/test_bridge.py
    tests/core/test_component_repr.py
    tests/core/test_core.py
    tests/core/test_debugger.py
    tests/core/test_dynamic_handlers.py
    tests/core/test_errors.py
    tests/core/test_event.py
    tests/core/test_event_serialization.py
    tests/core/test_feedback.py
    tests/core/test_filters.py
    tests/core/test_future.py
    tests/core/test_generator_value.py
    tests/core/test_greenlet.py
    tests/core/test_inheritence.py
    tests/core/test_ipc.py
    tests/core/test_loader.py
    tests/core/test_manager_repr.py
    tests/core/test_pools.py
    tests/core/test_priority.py
    tests/core/test_value.py
    tests/core/test_value_serialization.py
    tests/core/test_workers.py
    tests/io/test_io.py
    tests/io/test_notify.py
    tests/net/protocols/test_irc.py
    tests/net/protocols/test_line.py
    tests/net/server.py
    tests/net/test_pipe.py
    tests/net/test_tcp.py
    tests/net/test_udp.py
    tests/net/test_unix.py
    tests/tools/test_tools.py
    tests/web/conftest.py
    tests/web/multipartform.py
    tests/web/test_client.py
    tests/web/test_core.py
    tests/web/test_future.py
    tests/web/test_gzip.py
    tests/web/test_http.py
    tests/web/test_main.py
    tests/web/test_value.py
    tests/web/test_web_task.py
    tests/web/test_websockets.py