Timeline
Not logged in

Many hyperlinks are disabled.
Use anonymous login to enable hyperlinks.

14 check-ins using file py/morg.py version 8ab9ab634f

2014-09-05
01:07
Minor last-minute fixes merged in from dev branch. check-in: 96041dd4d2 user: mvnathan tags: rel
01:06
  • Changed email address on copyright page because the one I originally had in mind was already taken.
  • Minor formatting fix to process page.
check-in: 3b00f8ed6b user: mvnathan tags: dev
01:04
  • Added changelog and release notes.
  • Updated home page and copyright page for version 0.1.0 release.
check-in: 543f7c4447 user: mvnathan tags: rel
00:17
Merged from dev to rel in preparation for release of version 0.1.0, which has a working interpreter, but not much else. The next release should have database support... check-in: 2b692adcf5 user: mvnathan tags: rel
2014-09-04
19:44
Added morglib.command to list of modules exported via __all__ and updated documentation for morglib.command.base to reflect that it should be used as a base class for all Morg commands, built-in and user-defined. check-in: a3a3e75f76 user: mvnathan tags: dev
19:00
Added support for --help option to the exit commands. check-in: 93aa565cbd user: mvnathan tags: dev
18:59
Simplified command-line parsing for the help command. check-in: 46982c5453 user: mvnathan tags: dev
2014-09-02
04:27
Fixed a bug in how the unique prefixes were being handled in case we did find the appropriate command. check-in: bdc0ddb7e3 user: mvnathan tags: dev
04:06
Allow commands to be shortened to shortest unique prefix. check-in: cd10f4a05f user: mvnathan tags: dev
03:42
The example command used for illustration of the help command's usage is now near the middle of the list of available commands rather than being the first one on it. check-in: 33c599e894 user: mvnathan tags: dev
03:28
EOF no longer shows up in the help commands list. check-in: ed6368a669 user: mvnathan tags: dev
03:15
Cache help text rather than building it each time. check-in: 9892334850 user: mvnathan tags: dev
02:55
Added command-line parsing to help command to make it deal properly with malformed input. check-in: 11a4cd2744 user: mvnathan tags: dev
02:54
Don't log argument parsing error because logging would not yet be initialized. Instead, just print to stderr and quit. check-in: 103b43f4ad user: mvnathan tags: dev