0
I Use This!
Activity Not Available

Commits : Listings

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