| [ini backend] pass optional kwargs w/ using anyconfig.backend.base.mk_opt_args (but not enabled yet in actual) |
|
More...
|
over 13 years ago
|
| add an utility function mk_opt_args to process kwargs passed to load*/dump* methods and only pass valid kwargs to backend's load*/dump* methods |
|
More...
|
over 13 years ago
|
| [ini backend] pass optional arguments to configparser.SafeConfigParser{,readfp} if passed in load* |
|
More...
|
over 13 years ago
|
| only allow kwargs for *ConfigParser.{load*,dump*} |
|
More...
|
over 13 years ago
|
| fix a syntax error that trailing ',' was missing |
|
More...
|
over 13 years ago
|
| export anyconfig.api.{container, logging, set_loglevel} |
|
More...
|
over 13 years ago
|
| add dump log message |
|
More...
|
over 13 years ago
|
| minor doc fixes |
|
More...
|
over 13 years ago
|
| add experiemntal support of building sub RPMs for python 3.x |
|
More...
|
over 13 years ago
|
| add python 3 classifier field |
|
More...
|
over 13 years ago
|
| make setup.py runnable by pthon 3.x |
|
More...
|
over 13 years ago
|
| add changelog entry to explain py3k port |
|
More...
|
over 13 years ago
|
| add test target env, python 3.3 |
|
More...
|
over 13 years ago
|
| don't make unicode str as u'' is undefined and becomes syntax error in python-3.2 |
|
More...
|
over 13 years ago
|
| revert previous commit causing conversion error in json backend |
|
More...
|
over 13 years ago
|
| remove useless pred. |
|
More...
|
over 13 years ago
|
| yet another py3k compat fix; generator class does not have 'next' method in py3k |
|
More...
|
over 13 years ago
|
| do not run tests for anyconfig.backend.yaml_.YamlConfigParser if PyYAML module is not available |
|
More...
|
over 13 years ago
|
| make them work w/ py3k by importing some compat modules and function, 'iteritems' from anyconfig.compat |
|
More...
|
over 13 years ago
|
| add to keep compatibility w/ py3k |
|
More...
|
over 13 years ago
|
| enable travis-CI test for python-3.2 temporary |
|
More...
|
over 13 years ago
|
| some minor fixes to make them work with python3 |
|
More...
|
over 13 years ago
|
| add some changelog entries for the next release 0.0.3.9 |
|
More...
|
over 13 years ago
|
| move snapshot-versioning-mode code from anyconfig.globals to setup.py |
|
More...
|
over 13 years ago
|
| added a list of supported config file formats |
|
More...
|
over 13 years ago
|
| update the usage output of CLI frontend, anyconfig_cli |
|
More...
|
over 13 years ago
|
| s/Debug/Verbose/ |
|
More...
|
over 13 years ago
|
| add -s/--silent and -v/--verbose option to control log level and removed -d/--debug option |
|
More...
|
over 13 years ago
|
| utilize anyconfig.globals and add anyconfig.api.set_loglevel |
|
More...
|
over 13 years ago
|
| change the log level of the message when loading config files |
|
More...
|
over 13 years ago
|