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