Age | Commit message (Collapse) | Author | |
---|---|---|---|
2012-04-06 | Correct the statemachine's ensure_any method. | Lance Stout | |
It had not been updated to use the new condition instead of the old threading event. | |||
2012-03-28 | Tidy up the state machine and use a threading condition instead of an event. | Lance Stout | |
Fixes issue #154 | |||
2010-11-06 | Logging no longer uses root logger. | Lance Stout | |
Each module should now log into its own logger. | |||
2010-10-20 | pep8 fixes on core library | Nathan Fritz | |
2010-10-20 | reconnect if session isn't established within 15 seconds | Nathan Fritz | |
2010-10-20 | fixed logic error in state machine | Nathan Fritz | |
2010-10-14 | fixed socket name collision in xmlstream.py and fixed python 3.x compatibility | Nathan Fritz | |
2010-10-13 | new state machine in place | Nathan Fritz | |