log src/tools/config.py @ 2177:09cfec4d8d19

age author description
2016-04-17 Goffi use of /usr/bin/env instead of /usr/bin/python in shebang
2016-03-09 Goffi core (tools/config): fixed fixConfigOption:
2016-02-29 Goffi core (memory, config): moved parseMainConf to tools/config so it can be used by frontends too
2016-01-24 Goffi core (config): getConfig now returns unicode and raise exceptions.ParsingError in case of parsing problem
2016-01-23 Goffi core (config): _dict values are now handled with json syntax
2016-01-03 Goffi copyright update
2015-07-22 souliane tools (config): when reading a list or dict from the config file, ignore spaces immediately following the delimiter
2015-04-16 souliane massive (preventive) addition of 'u' (unicode) before the strings passed to logging functions
2015-03-30 Goffi 2015 copyright dates update
2014-10-16 Goffi core (config): fixed a bad option check
2014-10-11 Goffi core (config): added the Exception default value which raise an exception instead of returning the default in getConfig
2014-10-07 Goffi core: better management of default value in getConfig
2014-06-09 souliane memory, tools (config): move special config retrieval from memory to tools
2014-06-08 souliane tools (config): fixConfigOption creates the section if it doesn't exist
2014-05-23 souliane tools: add missing file src/tools/config.py