Age | Commit message (Collapse) | Author | |
---|---|---|---|
2013-01-25 | skytools.Config: fix the case if filename is missing | Tarvi Pillessaar | |
2013-01-14 | skytools.Config: New default variables. | Marko Kreen | |
config_dir - directory where config is located at config_file - config file itself. | |||
2012-02-17 | added support for sizes specified in human readable format | martinko | |
Config options that hold size in bytes can now be specified in human readable format. Examples: 1, 2 B, 3K, 4 MB | |||
2011-11-08 | config.py: resubmit lost commit | martinko | |
2011-08-22 | config.py: added items() and has_section() methods to simplify certain usecases | martinko | |
2011-08-22 | minor typos fixed | martinko | |
2011-05-31 | skytools.Config: switch to turn off all default values | Marko Kreen | |
2011-01-17 | DBScript: allow override config parameters from command line (--set). | Marko Kreen | |
2010-11-02 | skytools.Config: fix bug in has_option() | Marko Kreen | |
2010-09-14 | skytools.config: apply defaults to only main section | Marko Kreen | |
Otherwise they appear in all sections. Patch by Martin Otto | |||
2010-09-14 | skytools.config: always check main section | Marko Kreen | |
Patch by Martin Otto | |||
2010-06-23 | skytools.Config: .options() and .has_options() methods. | Marko Kreen | |
2009-12-03 | skytools.Config: allow missing filename | Marko Kreen | |
2009-05-06 | skytools.Config: getdict() method | Marko Kreen | |
2009-04-28 | skytools.Config: use config file name as default job_name | Marko Kreen | |
2009-02-13 | python/skytools update | Marko 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-16 | skytools.config: allow use without config file | Marko Kreen | |
2007-03-13 | final public releaseskytools_2_1 | Marko Kreen | |