Jean-Philippe Caruana
|
a9f2e1482c
|
fix: replace mutable argument (a list) in StateMachine constructor
|
2013-07-26 17:48:33 +02:00 |
|
Lance Stout
|
814a50e36f
|
Fix handling state machine lock when quick exiting.
|
2012-08-10 14:11:44 -07:00 |
|
Lance Stout
|
d11a67702e
|
Exit transition immediately if already in the desired state.
|
2012-08-10 12:41:02 -07:00 |
|
Lance Stout
|
aedbecd673
|
Correct the statemachine's ensure_any method.
It had not been updated to use the new condition instead of the old
threading event.
|
2012-04-06 17:39:51 -04:00 |
|
Lance Stout
|
1bd7824f24
|
Tidy up the state machine and use a threading condition instead of an event.
Fixes issue #154
|
2012-03-28 23:58:38 -07:00 |
|
Lance Stout
|
4fb77ac878
|
Logging no longer uses root logger.
Each module should now log into its own logger.
|
2010-11-06 01:28:59 -04:00 |
|
Nathan Fritz
|
c4699b92e6
|
pep8 fixes on core library
|
2010-10-20 19:43:53 -07:00 |
|
Nathan Fritz
|
77eab6544f
|
reconnect if session isn't established within 15 seconds
|
2010-10-20 19:18:27 -07:00 |
|
Nathan Fritz
|
11a6e6d2e0
|
fixed logic error in state machine
|
2010-10-20 16:57:47 -07:00 |
|
Nathan Fritz
|
0d0b963fe5
|
fixed socket name collision in xmlstream.py and fixed python 3.x compatibility
|
2010-10-14 10:58:07 -07:00 |
|
Nathan Fritz
|
7ad7a29a8f
|
new state machine in place
|
2010-10-13 18:15:21 -07:00 |
|