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
fix a potential bug that list_parsers_by_extension() try to access to a protected member '_extensions' in anyconfig.backend.backends
ssato
as Satoru SATOH
More... over 10 years ago
try to silence pylint warns a definition of a function 'cmp' overwrite built-in, in anyconfig.backend.backends
ssato
as Satoru SATOH
More... over 10 years ago
make _dummy_fun returning None (when no xml modules available) and process such cases in etree_to_container (xml backend)
ssato
as Satoru SATOH
More... over 10 years ago
make _dummy_fun returns a empty dict to make parser returning empty result even if yaml moduel is not found in yaml backend
ssato
as Satoru SATOH
More... over 10 years ago
add a hack to silence pyflakes warns that some modules are imported but not used in anyconfig.compat
ssato
as Satoru SATOH
More... over 10 years ago
fix a potential bug that kwarg parameter sep not used in anyconfig.backend.ini_._to_s
ssato
as Satoru SATOH
More... over 10 years ago
add some doctest cases of anyconfig.tests.common.MaskedImportLoader
ssato
as Satoru SATOH
More... over 10 years ago
update 'anyconfig_cli --help' output and add an example of ignore_missing use case in REAMDE
ssato
as Satoru SATOH
More... over 10 years ago
update the changelog in the rpm spec to prepare for the next release 0.0.5
ssato
as Satoru SATOH
More... over 10 years ago
make xml backend loader worked although it nees a lot more work
ssato
as Satoru SATOH
More... over 10 years ago
change the name of function from etree_getroot_fromfile to etree_getroot_fromsrc as it can process not only file but also URLs, etc. in anyconfig.backend.xml_
ssato
as Satoru SATOH
More... over 10 years ago
just change comment expression at the lxml import line
ssato
as Satoru SATOH
More... over 10 years ago
just re-format logging messages in anyconfig.backend.xml_
ssato
as Satoru SATOH
More... over 10 years ago
Merge branch 'coverage'
ssato
as Satoru SATOH
More... over 10 years ago
start to try implement test cases if modules are missing in anyconfig.backend.tests.yaml_
ssato
as Satoru SATOH
More... over 10 years ago
implement custom module loader to block importing some modules for testing in anyconfig.tests.common
ssato
as Satoru SATOH
More... over 10 years ago
add missing test cases of some options like list, wrong one and itpye/otype combinations in anyconfig.cli
ssato
as Satoru SATOH
More... over 10 years ago
add -x/--ignore-missing option to allow ignoring missing files in anyconfig_cli, and a corresponding test case
ssato
as Satoru SATOH
More... over 10 years ago
introduce 'ignore_missing' optional parameter to anyconfig.backend.json_.JsonConfigParser.load; it does not simply inherit the parent's method
ssato
as Satoru SATOH
More... over 10 years ago
introduce 'ignore_missing' optional parameter to ignore missing config file[s] in anyconfig.apy.*load()
ssato
as Satoru SATOH
More... over 10 years ago
introduce 'ignore_missing' optional parameter to ignore missing config files in anyconfig.backend.base.ConfigParser
ssato
as Satoru SATOH
More... over 10 years ago
add some test cases of anyconfig.mergeabledict not covered
ssato
as Satoru SATOH
More... over 10 years ago
just update the header and an unit test case class name in anyconfig.tests.globals
ssato
as Satoru SATOH
More... over 10 years ago
add some not covered test cases missing loader/dumper in anyconfig.api
ssato
as Satoru SATOH
More... over 10 years ago
add a coupld of doctest cases of quoted string patterns
ssato
as Satoru SATOH
More... over 10 years ago
add a test case of anyconfig.backend.backends.cmp_cps
ssato
as Satoru SATOH
More... over 10 years ago
tweak working dir during tests
ssato
as Satoru SATOH
More... over 10 years ago
add coveralls badge
ssato
as Satoru SATOH
More... over 10 years ago
add coveralls settings
ssato
as Satoru SATOH
More... over 10 years ago
add coveralls as additional test requirements
ssato
as Satoru SATOH
More... over 10 years ago