Commit Graph

27 Commits (5775f9791c3181f1b9e8092c14bec2e8c25fecff)
 

Author SHA1 Message Date
David Wilson 5775f9791c Fix package imports. 8 years ago
David Wilson 27a1c9b182 Better default remote context name. 8 years ago
David Wilson 081565358d utils.run_with_broker. 8 years ago
David Wilson 0b0663e21b flake8 8 years ago
David Wilson 34595dd00f Don't infinite loop on short reads. 8 years ago
David Wilson 98da046f81 Remove various bits of debug junk. 8 years ago
David Wilson aeb953738a Fix reception of multiple frames in one read(). 8 years ago
David Wilson 29f38d578c Replace GetStream/SetStream with Disconnect() 8 years ago
David Wilson e042bfa954 Fix CallError when no traceback is active. 8 years ago
David Wilson 0b0e828c04 Fixes/improvements
Get rid of syslog.
Get rid of section comments.
Move IOLOG to separate logger to avoid infinite loop.
Change function docstring style.
Delete log Formatter.
Implement LogHandler to forward logs to parent.
Delete Pickle(), simplify Unpickle().
Have slave Finalize() when parent disconnects.
Delete AddStream().
8 years ago
David Wilson 9e2b1d24be Fix memory leak. 8 years ago
David Wilson b9e4dd62e9 Fix _UpdateStream race. 8 years ago
David Wilson da77cb5870 Fixes
CallError rather than trying to preserve exceptions.
Dead sentinel value instead of killed everywhere.
Simplify Channel.
MasterModuleResponder error response.
Simplify Unpickle().
Simplify reprs everywhere.
AllowClass() instead of AllowModule().
Get rid of needless property().
Split ExternalContextMain up into class.
econtext.utils module.
8 years ago
David Wilson cd9b93dd17 Turn into a package. 8 years ago
David Wilson 89e282734c Fixes
* Tidy up docstrings.
* Start work on IoLogger and LogForwarder.
* Fix race in Stream.Accept / AddHandleCb CALL_FUNCTION
* Fix stdout slave stream corruption.
* Fix HOSTNAME vs. socket.gethostname().
* Remove silly locking.
* Move handle management to Context for later reconnects.
8 years ago
David Wilson 07ba2de7b0 Replace dodgy synchronization
Use Queue.Queue() rather than event.
8 years ago
David Wilson e62b891b9a SSH working
* Get rid of persistent functions for now.
* Split select into read/write sides for unidirectional SSH IO.
* Put more of Loop in a try/except.
8 years ago
David Wilson 1a30570057 Working recursive module import OS X
* Replace Log() with logging package.
* Better namespace handle ranges.
* Replace poll() with select().
* Implement module loader.
* Pickle protocol 2.
* Abstract BasicStream and generalize Loop()
* base64 rather than hex.
* Reuse stdio don't connect back (yet).
* Get rid of use_channel for now.
* Fix input_buffer arithmetic.
* Extraneous os.wait()?
* Move demos to subdir child can't access.
8 years ago
David Wilson 4666cbb435 setup.py. 8 years ago
David Wilson 9d0c2139d0 fixes 8 years ago
David Wilson 6db7f23e35 old file 8 years ago
David Wilson e1236f857a Perms, move tests 8 years ago
David Wilson 9ed5d771f5 whitespace. 8 years ago
David Wilson 09f3bda1bb econtext-head 8 years ago
David Wilson b4bba0357a econtext-20070515-1322 8 years ago
David Wilson 94b94fb838 econtext-20070515-0811 8 years ago
David Wilson b35689bfe8 econtext-20070514-1643 8 years ago