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
/
xmlstream
/
statemachine.py
Age
Commit message (
Expand
)
Author
2010-07-02
allow 'ensure' to block if a transition is occurring
Tom Nichols
2010-07-02
added optional 'block_on_transition' param for 'ensure' function that's calle...
Tom Nichols
2010-07-02
'wait' could delay longer than desired if waiting threads were notified but d...
Tom Nichols
2010-07-01
proper logging.
Tom Nichols
2010-07-01
fix for statemachine where operations would unintentionally block if the lock...
Tom Nichols
2010-06-08
fixed mis-named variable, doc typo and using conformant Condition methods.
sleek-0.9-conn-fixes1
0.9-conn-fixes1
Thom Nichols
2010-06-07
added documentation for transition_ctx and removed some superfluous comment l...
Thom Nichols
2010-06-07
added __str__
Thom Nichols
2010-06-07
context manager now returns a boolean 'result' as the context variable to ind...
Thom Nichols
2010-06-07
context manager is working but there's a fatal flaw: inside the body of the '...
Thom Nichols
2010-06-03
added function execution on transition, and more unit tests.
Thom Nichols
2010-06-03
added function to retrieve the current state
Thom Nichols
2010-06-02
overhauled state machine. Now allows for atomic transitions.
Thom Nichols
2010-03-26
changed license to MIT
sleek-0.9RC1
0.9RC1
Nathan Fritz
2009-09-01
* fixed some python3 transition bugs
Nathan Fritz
2009-06-03
moved seesmic branch to trunk
Nathan Fritz