History for tconfpy / tconfpy.py
2005-01-19
@tundra
Added logic to check each entry in an in-memory parse to make sure it is a string.
tundra committed on 19 Jan 2005
@tundra
Changed to return TotalLines along with the other stuff. ...
tundra committed on 19 Jan 2005
@tundra
Switched to copy.copy for initializing passed symbol and template tables. ...
tundra committed on 19 Jan 2005
@tundra
Broke out symbol table validation feature into ValidateSymbolTable(). ...
tundra committed on 19 Jan 2005
@tundra
Fixed bug wherein templates were not properly being identified within namespaces.
tundra committed on 19 Jan 2005
2005-01-17
@tundra
Minor formatting change for PROGINFO and mkmsg.proginfo.
tundra committed on 17 Jan 2005
2005-01-14
@tundra
Implemented ability to use boolean state within existential tests.
tundra committed on 14 Jan 2005
@tundra
Use textual copyright symbol so it renders properly on different platforms.
tundra committed on 14 Jan 2005
@tundra
Implemented support for in-memory parsing of configurations stored in a list.
tundra committed on 14 Jan 2005
2005-01-13
@tundra
Minor editorial cleanups, removal of unused variables.
tundra committed on 13 Jan 2005
@tundra
Branched to the 2.x release because the API is no longer backward compatible. ...
tundra committed on 13 Jan 2005
@tundra
Further cleanup of SymbolTable instance variables. ...
tundra committed on 13 Jan 2005
@tundra
Converted Symbol Table to a first-class object in its own right.
tundra committed on 13 Jan 2005
@tundra
Added ability to pass name of calling program to the API via the ...
tundra committed on 13 Jan 2005
2004-05-02
@tundra
BUGFIX: The content of literal blocks inside a False conditional block ...
tundra committed on 2 May 2004
2004-04-27
@tundra
Fixed default value for TemplatesOnly.
tundra committed on 27 Apr 2004
@tundra
Added ReturnPredefs API option.
tundra committed on 27 Apr 2004
2004-04-26
@tundra
Added variable templating feature.
tundra committed on 26 Apr 2004
2004-04-24
@tundra
Swapped .OSTYPE and .PLATFORM definitions.
tundra committed on 24 Apr 2004
2004-04-17
@tundra
Added .OSTYPE to predefined system variables.
tundra committed on 17 Apr 2004
2004-04-16
@tundra
Added code to properly condition variable references within ...
tundra committed on 16 Apr 2004
@tundra
Rewrote the existential conditional code so that variable names and ...
tundra committed on 16 Apr 2004
@tundra
Changed order of formal parameters in API so debug is last. ...
tundra committed on 16 Apr 2004
@tundra
Restructured and simplified NAMESPACE code considerably. ...
tundra committed on 16 Apr 2004
2004-04-14
@tundra
Created symbolic value PERIOD. ...
tundra committed on 14 Apr 2004
@tundra
Added startup check to make sure initially passed namespace is legit.
tundra committed on 14 Apr 2004
@tundra
Fixed bug that prevented environment variables from being derefenced. ...
tundra committed on 14 Apr 2004
@tundra
Insured that [NAMESPACE] always relative to root namespace.
tundra committed on 14 Apr 2004
@tundra
Reorganized code to use a common symbol name validation routine. ...
tundra committed on 14 Apr 2004
2004-04-13
@tundra
Combined reserved and predfined symbols into a single data dictionary.
tundra committed on 13 Apr 2004