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