0
I Use This!
Inactive

Commits : Listings

Analyzed 20 days ago. based on code collected 21 days ago.
Jul 20, 2025 — Jul 20, 2026
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
added some more test cases for anyconfig.api.multi_load
ssato
as Satoru SATOH
More... over 13 years ago
changed anyconfig.api.{multi_,}load to allow multi_load accepting both list of paths and its glob pattern
ssato
as Satoru SATOH
More... over 13 years ago
exported list_types
ssato
as Satoru SATOH
More... over 13 years ago
added test cases for anyconfig.backend.backends.list_types()
ssato
as Satoru SATOH
More... over 13 years ago
added anyconfig.backend.backends.list_types method to list supported config types
ssato
as Satoru SATOH
More... over 13 years ago
enhanced test cases to catch cases noted in the previous commits
ssato
as Satoru SATOH
More... over 13 years ago
fixed anyconfig.Bunch.update_w_merge(..., merge_lists=True) to process cases if former Bunch objects have keys of which values are list not presented in the later Bunch objects while merging series of Bunch objects
ssato
as Satoru SATOH
More... over 13 years ago
added the usage section
ssato
as Satoru SATOH
More... over 13 years ago
prepared for the next release 0.0.3.4
ssato
as Satoru SATOH
More... over 13 years ago
made anyconfig.load supports list of config file paths like anyconfig.multi_load, and added corresponding test cases
ssato
as Satoru SATOH
More... over 13 years ago
moved is_iterable() from anyconfig.Bunch to anyconfig.utils and added some doctest cases
ssato
as Satoru SATOH
More... over 13 years ago
removed extra white spaces warned by PEP8
ssato
as Satoru SATOH
More... over 13 years ago
enhanced module's doc and added some usage examples
ssato
as Satoru SATOH
More... over 13 years ago
commented some package metadata descs
ssato
as Satoru SATOH
More... over 13 years ago
prepared for the next release 0.0.3.3
ssato
as Satoru SATOH
More... over 13 years ago
changed python pkg name and some related changes
ssato
as Satoru SATOH
More... over 13 years ago
followed API changes in anyconfig.api
ssato
as Satoru SATOH
More... over 13 years ago
Changed APIs and some cleanups:
ssato
as Satoru SATOH
More... over 13 years ago
replaced ugly immediate str data w/ None, passed to anyconfig.api.find_parser in anyconfig.api.loads
ssato
as Satoru SATOH
More... over 13 years ago
made python package dir automatically found, and coverage option set from env. val 'WITH_COVERAGE'
ssato
as Satoru SATOH
More... over 13 years ago
0.0.3.2-1
ssato
as Satoru SATOH
More... over 13 years ago
0.0.3.2-1
ssato
as Satoru SATOH
More... over 13 years ago
Fixed a few that yaml.* and etree.* not defined when yaml and etree module is not found, causing build time error
ssato
as Satoru SATOH
More... over 13 years ago
prepare for 0.0.3.1
ssato
as Satoru SATOH
More... over 13 years ago
added some changelog entries
ssato
as Satoru SATOH
More... over 13 years ago
updated the copyright header
ssato
as Satoru SATOH
More... over 13 years ago
made anyconfig.api.loads parse given str w/ anyconfig.parser.parse if no parser type was specified
ssato
as Satoru SATOH
More... over 13 years ago
follow changes in anyconfig.parser.parse_attrlist{,_0} and added test cases for these
ssato
as Satoru SATOH
More... over 13 years ago
made anyconfig.parser.parse_attrlist returning a dict instead of a list of tuples of (key, value). Original version is kept as anyconfig.parser.parse_attrlist_0.
ssato
as Satoru SATOH
More... over 13 years ago
added missing imports and fixed corresponding test cases
ssato
as Satoru SATOH
More... over 13 years ago