test/data/vclamp_jpk/README: Document sample versions
[hooke.git] / hooke / command_stack.py
2012-11-19 W. Trevor KingConvert from "print ..." to "print(...)"
2012-11-18 W. Trevor KingRan update-copyright.py
2012-02-16 W. Trevor KingRun update-copyright.py.
2012-01-08 W. Trevor KingRan update_copyright.py.
2011-10-11 W. Trevor KingAdd motivational blurb to command_stack docstring.
2011-04-28 W. Trevor KingRan update_copyright.py.
2010-09-29 W. Trevor KingUpdate hooke.command_stack.CommandStack doctests for...
2010-08-22 W. Trevor KingAdjust Hooke internals to use unsafe YAML (not just...
2010-08-21 W. Trevor KingFix item -> items() bug in command_stack.py (now loaded...
2010-08-21 W. Trevor KingAdd doctests proving recursive curve->command_stack...
2010-08-21 W. Trevor KingRemove CommandStack.__getstate__ to avoid type ambiguit...
2010-08-21 W. Trevor KingTransition from v0.1 XML playlists to v0.2 YAML playlists.
2010-08-20 W. Trevor KingFlesh out command stack execution.
2010-08-15 W. Trevor KingAdd "or '.'" after dirname() calls in hooke.command_sta...
2010-08-14 W. Trevor KingAdded command stack saving and loading.
2010-08-13 W. Trevor KingAdded hooke.plugin.playlist.ApplyCommandStack and relat...
2010-08-12 W. Trevor KingChange CommandMessage.command from Command instance...
2010-08-12 W. Trevor KingAdded CurveEngine.run_command and reorganized CommandSt...
2010-08-12 W. Trevor KingInitial work on hooke.command_stack and hooke.playlist...
2010-08-12 W. Trevor KingWe'll keep most command stack functionality in a new...