summaryrefslogtreecommitdiff
path: root/sleekxmpp/thirdparty/statemachine.py
AgeCommit message (Expand)Author
2014-07-17Rename to slixmppFlorent Le Coz
2013-07-26fix: replace mutable argument (a list) in StateMachine constructorJean-Philippe Caruana
2012-08-10Fix handling state machine lock when quick exiting.Lance Stout
2012-08-10Exit transition immediately if already in the desired state.Lance Stout
2012-04-06Correct the statemachine's ensure_any method.Lance Stout
2012-03-28Tidy up the state machine and use a threading condition instead of an event.Lance Stout
2010-11-06Logging no longer uses root logger.Lance Stout
2010-10-20pep8 fixes on core libraryNathan Fritz
2010-10-20reconnect if session isn't established within 15 secondsNathan Fritz
2010-10-20fixed logic error in state machineNathan Fritz
2010-10-14fixed socket name collision in xmlstream.py and fixed python 3.x compatibilityNathan Fritz
2010-10-13new state machine in placeNathan Fritz