2004-04-05
@tundra
Updated to use distutils for installation. ...
tundra committed on 5 Apr 2004
@tundra
Added setup.py to the distribution.
tundra committed on 5 Apr 2004
@tundra
Initial revision
tundra committed on 5 Apr 2004
2004-04-02
@tundra
Improved symbol table out formatting somewhat.
tundra committed on 2 Apr 2004
@tundra
Added code to prevent variable names beginning with DOLLAR.
tundra committed on 2 Apr 2004
@tundra
Sorted error and warning messages in the source code.
tundra committed on 2 Apr 2004
@tundra
Changed requirement to Python 2.3 or later.
tundra committed on 2 Apr 2004
@tundra
Restrucured predefined symbols for ease of maintenance and to make use ...
tundra committed on 2 Apr 2004
@tundra
Corrected return logic in the face of an API error to use the newer ...
tundra committed on 2 Apr 2004
2004-04-01
@tundra
Added predefined variable dump on direct invocation.
tundra committed on 1 Apr 2004
@tundra
Changed to always output literals report since we don't know whether ...
tundra committed on 1 Apr 2004
@tundra
Changed to only produce debug and litvar output reports if those ...
tundra committed on 1 Apr 2004
@tundra
Implemented several pre-defined variables to reflect running system.
tundra committed on 1 Apr 2004
@tundra
Updated to use the object returned by tconfpy rather than a tuple of ...
tundra committed on 1 Apr 2004
@tundra
Changed return mechanics to use an object instead of a tuple of lists. ...
tundra committed on 1 Apr 2004
2004-03-31
@tundra
*** empty log message ***
tundra committed on 31 Mar 2004
@tundra
Added an initial explanatory comment.
tundra committed on 31 Mar 2004
@tundra
Added gzip for .3 files. ...
tundra committed on 31 Mar 2004
@tundra
Modified to accomodate the test driver and its documentation.
tundra committed on 31 Mar 2004
@tundra
Reogranized the code considerably. Population of an initial symbol ...
tundra committed on 31 Mar 2004
@tundra
Moved direct invocation logic to end of file. ...
tundra committed on 31 Mar 2004
@tundra
Cleaned up the string too short/too long error messages.
tundra committed on 31 Mar 2004
@tundra
Changed VarDescriptor base class to inherent from 'object'. This ...
tundra committed on 31 Mar 2004
@tundra
Changed the file open logic to only trap on an IO Error. Other errors ...
tundra committed on 31 Mar 2004
2004-03-26
@tundra
Retructured CondStack to prepare the way for ELSE directives.
tundra committed on 26 Mar 2004
@tundra
Inhibited declaration/reference of null-named variable. ...
tundra committed on 26 Mar 2004
2004-03-25
@tundra
Major code reorganization to fix problem with nested conditionals and ...
tundra committed on 25 Mar 2004
@tundra
Added LegalVal and Min/Max defintions to test variables.
tundra committed on 25 Mar 2004
@tundra
Added Legal Values checking for all relevant types.
tundra committed on 25 Mar 2004
@tundra
Cleaned up bugs in the bounds checking logic.
tundra committed on 25 Mar 2004