just change the url to a reference |
|
More...
|
almost 12 years ago
|
prepare to release 0.0.3.9 |
|
More...
|
almost 12 years ago
|
update the changelog entry for the next release 0.0.3.9 |
|
More...
|
almost 12 years ago
|
minor module description updates |
|
More...
|
almost 12 years ago
|
minor module description updates |
|
More...
|
almost 12 years ago
|
change the env var name to swtich to snapshot versioning mode when making bdist |
|
More...
|
almost 12 years ago
|
make output dir created if not exist |
|
More...
|
almost 12 years ago
|
[xml backend] follow internal API changes (arguments passed to load*), and add dump* method placeholders |
|
More...
|
almost 12 years ago
|
add MIT license txt |
|
More...
|
almost 12 years ago
|
update some doc text |
|
More...
|
almost 12 years ago
|
remove top-level if statements to collect supported config parsers |
|
More...
|
almost 12 years ago
|
suppres the error, "AttributeError: '_io.StringIO' object has no attribute 'buffer'" |
|
More...
|
almost 12 years ago
|
add some CLI frontend test cases |
|
More...
|
almost 12 years ago
|
make CLI frontend works w/ python 3.x |
|
More...
|
almost 12 years ago
|
extend anyconfig.backend.base.ConfigParser.supports class method to make it usable for backend's availability checks |
|
More...
|
almost 12 years ago
|
revert previous change (import anyconfig.globals.logging instead of logging module) for anyconfig.cli |
|
More...
|
almost 12 years ago
|
load and utilize custom logger instead of logging module |
|
More...
|
almost 12 years ago
|
[json, yaml, xml, properties backend] set class variable _supported |
|
More...
|
almost 12 years ago
|
[ini backend] set class variable _supported |
|
More...
|
almost 12 years ago
|
introduce new class variable for config parsers and check it also when checking supportability of that config file format |
|
More...
|
almost 12 years ago
|
make dummy config parser implemented if required modules are not available |
|
More...
|
almost 12 years ago
|
[ini backend] add a quick hacked workaround for ConfigParser in python 2.6 |
|
More...
|
almost 12 years ago
|
[json backend] remove optional 'encoding' parameter as it seems that that parameter is not defined in json modules of some python versions |
|
More...
|
almost 12 years ago
|
update the changelog entry for the next 0.0.3.9 release |
|
More...
|
almost 12 years ago
|
allow backend specific options passed to [{single,multi}_]load*/dump* APIs, and add some tests for such cases |
|
More...
|
almost 12 years ago
|
[ini backend] add test cases if configparser specific options passed to load*/dump* methods |
|
More...
|
almost 12 years ago
|
[ini backend] allow configparser specific options passed to load*/dump* methods |
|
More...
|
almost 12 years ago
|
[properties backend] follow internal API changes in base class |
|
More...
|
almost 12 years ago
|
[yaml backend] pass optional kwargs w/ using anyconfig.backend.base.mk_opt_args, and add some test cases |
|
More...
|
almost 12 years ago
|
[json backend] pass optional kwargs w/ using anyconfig.backend.base.mk_opt_args, and add some test cases |
|
More...
|
almost 12 years ago
|