0
I Use This!
Inactive

Commits : Listings

Analyzed 22 minutes ago. based on code collected about 18 hours ago.
May 17, 2023 — May 17, 2024
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
added tox configuration for ensuring compatibility to pythons: 2.4, 2.5, 2.6, 2.7, 3.1, and 3.2 More... over 12 years ago
last step towards python 2 and 3 compatibility: replaced "new" module More... over 12 years ago
dict#keys in python 3 returns set, not list More... over 12 years ago
replaced types.MethodType for python 3 compatibility More... over 12 years ago
make callable checking compatible to python 2 and 3 More... over 12 years ago
metaclass declaration compatible to python 2 and 3 More... over 12 years ago
updated readme More... over 12 years ago
applied tiny improvement to readme More... over 12 years ago
raises error if more than one transition is allowed for the same event More... almost 13 years ago
added support to one event to choose among multiple possible transitions, based on their guards More... almost 13 years ago
pass event parameters to the transition action (closes #2) More... almost 13 years ago
allow tests be run without specloud More... almost 13 years ago
module new is deprecated, replaced by types More... almost 13 years ago
merged changes More... almost 13 years ago
extracted methods for event validation (origin state, guards) More... almost 13 years ago
extracted action running method More... almost 13 years ago
extracted guard evaluation method More... almost 13 years ago
refactoring: extract method More... almost 13 years ago
refactoring: extracted more methods More... almost 13 years ago
refactored: extracted a small method More... almost 13 years ago
Merge branch 'individuation' More... almost 13 years ago
merged romulomachado's changes More... almost 13 years ago
bugfix: guards defined as callables weren't working More... almost 13 years ago
Identation fixed according to pep8 More... almost 13 years ago
transitions defined at object level don't affect other objects More... almost 13 years ago
state machine informs all states (from class and from itself) as being its states More... almost 13 years ago
"individuation" supports state changes More... almost 13 years ago
start to implement state machine customization at object level: state machine responds to a transition event added to an object More... almost 13 years ago
some refactoring again More... almost 13 years ago
some refactoring More... almost 13 years ago