0
I Use This!
Activity Not Available

Commits : Listings

Analyzed about 1 month ago. based on code collected about 1 month ago.
Jul 20, 2025 — Jul 20, 2026
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
make use of anyconfig.utils.is_path instead of own one
ssato
as Satoru SATOH
More... almost 11 years ago
refactor: move a function is_path from anyconfig.backends to anyconfig.utils and make anyconfig.get_path_from_stream return argument itself if given argument is a path.
ssato
as Satoru SATOH
More... almost 11 years ago
s/ac_merge/merge
ssato
as Satoru SATOH
More... almost 11 years ago
s/merge=/ac_merge=/g
ssato
as Satoru SATOH
More... almost 11 years ago
doc: replace merge= with ac_merge= to follow changes in some public APIs
ssato
as Satoru SATOH
More... almost 11 years ago
refactor: removed some optional arguments, `ignore_missing`, `merge` and `marker`, from definitions of some public APIs as these may not be changed from default in common use cases.
ssato
as Satoru SATOH
More... almost 11 years ago
refactor: remove `ignore_missing` argument from some definitions of public APIs as it does not have much meanings.
ssato
as Satoru SATOH
More... almost 11 years ago
fix: try to find parser for schema files even if ac_parser optional argument was given in anyconfig.api.{single,multi}_load.
ssato
as Satoru SATOH
More... almost 11 years ago
refacotr: make details of exceptions printed in some warnings
ssato
as Satoru SATOH
More... almost 11 years ago
follow changes in replacement of forced_type argument with ac_parser
ssato
as Satoru SATOH
More... almost 11 years ago
add an utility function to determine if given object was a parser object
ssato
as Satoru SATOH
More... almost 11 years ago
Replaced `forced_type` optional argument of some public APIs with `ac_parser` to allow skip of config parser search by passing parser object previously found and instantiated.
ssato
as Satoru SATOH
More... almost 11 years ago
refactor: make find_loader test cases not depend on a few specific backends
ssato
as Satoru SATOH
More... almost 11 years ago
fix: remove extra '.' in extensions of bson backend
ssato
as Satoru SATOH
More... almost 11 years ago
fix: allow updating extensions of yaml backend
ssato
as Satoru SATOH
More... almost 11 years ago
refactor: change test helper method name, s/__isinstance/_assert_isinstance/g in ...tests.api.Test_10_find_loader.
ssato
as Satoru SATOH
More... almost 11 years ago
split and sort out test cases in anyconfig.tests.api to fix for pylint's warn, too-many-statements and too-many-public-methods.
ssato
as Satoru SATOH
More... almost 11 years ago
simplify the code around validation and make it less verbose
ssato
as Satoru SATOH
More... almost 11 years ago
minor expression updates
ssato
as Satoru SATOH
More... almost 11 years ago
shorten local variable name, s/conf_updates/cups/g
ssato
as Satoru SATOH
More... almost 11 years ago
simplify the conditional statement of validation during load
ssato
as Satoru SATOH
More... almost 11 years ago
simplify the conditional statements to check schema
ssato
as Satoru SATOH
More... almost 11 years ago
add common options module for some API functions
ssato
as Satoru SATOH
More... almost 11 years ago
add prefix 'ac_' to a few backend-specific keyword options: safe (yaml) and parse_value (ini)
ssato
as Satoru SATOH
More... almost 11 years ago
do not alias dict as 'container'
ssato
as Satoru SATOH
More... almost 11 years ago
add test cases of ini backend (parse_value keyword option)
ssato
as Satoru SATOH
More... almost 11 years ago
fix a bug that ini (configparser) backend behaves different from original; may close #28
ssato
as Satoru SATOH
More... almost 11 years ago
fix a bug to pass extra keyword parameters to yaml.safe_load
ssato
as Satoru SATOH
More... almost 11 years ago
fix a bug that anyconfig.backend.base.LParser.load_from_string does not process and pass process keyword args `kwargs`.
ssato
as Satoru SATOH
More... almost 11 years ago
refactor anyconfig.mergeabledict.is_dict_like to compare the class of given objects w/ dict instead of MergeableDict
ssato
as Satoru SATOH
More... almost 11 years ago