summaryrefslogtreecommitdiff
path: root/sleekxmpp/thirdparty/statemachine.py
AgeCommit message (Expand)Author
2014-08-23fix args, kwargs which were broken with #310. this is essentially the same bu...Robin Gloster
2014-08-23cleanup semicolons, whitespace and mutable default argumentsRobin Gloster
2014-08-18Revert "cleanup semicolons, whitespace and mutable default arguments"Robin Gloster
2014-08-18cleanup semicolons, whitespace and mutable default argumentsRobin Gloster
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