summaryrefslogtreecommitdiff
path: root/python/skytools/config.py
AgeCommit message (Collapse)Author
2013-01-25skytools.Config: fix the case if filename is missingTarvi Pillessaar
2013-01-14skytools.Config: New default variables.Marko Kreen
config_dir - directory where config is located at config_file - config file itself.
2012-02-17added support for sizes specified in human readable formatmartinko
Config options that hold size in bytes can now be specified in human readable format. Examples: 1, 2 B, 3K, 4 MB
2011-11-08config.py: resubmit lost commitmartinko
2011-08-22config.py: added items() and has_section() methods to simplify certain usecasesmartinko
2011-08-22minor typos fixedmartinko
2011-05-31skytools.Config: switch to turn off all default valuesMarko Kreen
2011-01-17DBScript: allow override config parameters from command line (--set).Marko Kreen
2010-11-02skytools.Config: fix bug in has_option()Marko Kreen
2010-09-14skytools.config: apply defaults to only main sectionMarko Kreen
Otherwise they appear in all sections. Patch by Martin Otto
2010-09-14skytools.config: always check main sectionMarko Kreen
Patch by Martin Otto
2010-06-23skytools.Config: .options() and .has_options() methods.Marko Kreen
2009-12-03skytools.Config: allow missing filenameMarko Kreen
2009-05-06skytools.Config: getdict() methodMarko Kreen
2009-04-28skytools.Config: use config file name as default job_nameMarko Kreen
2009-02-13python/skytools updateMarko Kreen
- docstrings - some preliminary python 3.0 compat (var names, print()) - sync with 2.1-stable adminscript: - move exec_cmd function to dbscript dbstruct: - support sequnces. SERIAL columns are not automatically created, but the link beteween column and sequence is. psycopgwrapper: - drop support for psycopg1 - beginnings of quick DB-API / DictRow description. quoting: - new unquote_fqident() function, reverse of quote_fqident() - quote_statement() accepts both row and dict dbscript: - catch startup errors - use log.exception for exceptions, will result in nicer logs sqltools: - exists_sequence() _pyquoting: - fix typo in variable name
2007-07-16skytools.config: allow use without config fileMarko Kreen
2007-03-13final public releaseskytools_2_1Marko Kreen