index
:
slixmpp
3449-xmpp-connection-stuck-forever-after-error-in-start_tls
WIP
adhoc-execute-next
compiler
disco
exp_idle_call
markup
master
sleek-merge
slix-1.7
Personal fork of SleekXMPP
louiz@louiz.org
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
sleekxmpp
/
thirdparty
/
statemachine.py
Age
Commit message (
Expand
)
Author
2014-08-23
fix args, kwargs which were broken with #310. this is essentially the same bu...
Robin Gloster
2014-08-23
cleanup semicolons, whitespace and mutable default arguments
Robin Gloster
2014-08-18
Revert "cleanup semicolons, whitespace and mutable default arguments"
Robin Gloster
2014-08-18
cleanup semicolons, whitespace and mutable default arguments
Robin Gloster
2013-07-26
fix: replace mutable argument (a list) in StateMachine constructor
Jean-Philippe Caruana
2012-08-10
Fix handling state machine lock when quick exiting.
Lance Stout
2012-08-10
Exit transition immediately if already in the desired state.
Lance Stout
2012-04-06
Correct the statemachine's ensure_any method.
Lance Stout
2012-03-28
Tidy up the state machine and use a threading condition instead of an event.
Lance Stout
2010-11-06
Logging no longer uses root logger.
Lance Stout
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