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