0
I Use This!
Inactive

Commits : Listings

Analyzed about 18 hours ago. based on code collected about 21 hours ago.
May 02, 2023 — May 02, 2024
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
version bump to 0.2.1 More... over 12 years ago
added spec for state change notification More... over 12 years ago
Bump the version number More... over 12 years ago
Remove storage of machine from _Transition and _Action More... over 12 years ago
Add a state change notification method More... over 12 years ago
refactoring: only StateMachine calls setattr on itself More... over 12 years ago
all tests run on jython More... over 12 years ago
all tests run on pypy More... over 12 years ago
added task "compatible" to Makefile, in order to check multi-Python compatibility using tox More... over 12 years ago
added coverage More... over 12 years ago
improved spec + removed unused line == fluidity.machine with 100% code coverage More... over 12 years ago
Merge branch 'refactoring' More... over 12 years ago
added unittest support to state getters spec More... over 12 years ago
refactoring: states and transitions know their machine More... over 12 years ago
fixed python 3.x compatibility More... over 12 years ago
refactoring: brought all class definitions (states+transitions) to object level at object constructing More... over 12 years ago
applied a little refactoring + removed unused code More... over 12 years ago
refactoring: states run their own actions More... over 12 years ago
refactoring: transitions run themselves More... over 12 years ago
tiny refactoring: renamed method param More... over 12 years ago
refactoring: extracted class ActionRunner More... over 12 years ago
refactoring: extracted class Guard More... over 12 years ago
removed commented code More... over 12 years ago
changed InvalidTransition messages, since there is support to many transitions with the same event More... over 12 years ago
refactoring: added some responsibility to the class _Transition More... over 12 years ago
refactoring: moved to the class _State the responsibility on creating state getter methods More... over 12 years ago
added boolean getters for individual states More... over 12 years ago
added boolean is_.+ methods for the states More... over 12 years ago
version bump to 0.2.0 More... over 12 years ago
improved readme More... over 12 years ago