| make use of anyconfig.utils.is_path instead of own one |
|
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. |
|
More...
|
almost 11 years ago
|
| s/ac_merge/merge |
|
More...
|
almost 11 years ago
|
| s/merge=/ac_merge=/g |
|
More...
|
almost 11 years ago
|
| doc: replace merge= with ac_merge= to follow changes in some public APIs |
|
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. |
|
More...
|
almost 11 years ago
|
| refactor: remove `ignore_missing` argument from some definitions of public APIs as it does not have much meanings. |
|
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. |
|
More...
|
almost 11 years ago
|
| refacotr: make details of exceptions printed in some warnings |
|
More...
|
almost 11 years ago
|
| follow changes in replacement of forced_type argument with ac_parser |
|
More...
|
almost 11 years ago
|
| add an utility function to determine if given object was a parser object |
|
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. |
|
More...
|
almost 11 years ago
|
| refactor: make find_loader test cases not depend on a few specific backends |
|
More...
|
almost 11 years ago
|
| fix: remove extra '.' in extensions of bson backend |
|
More...
|
almost 11 years ago
|
| fix: allow updating extensions of yaml backend |
|
More...
|
almost 11 years ago
|
| refactor: change test helper method name, s/__isinstance/_assert_isinstance/g in ...tests.api.Test_10_find_loader. |
|
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. |
|
More...
|
almost 11 years ago
|
| simplify the code around validation and make it less verbose |
|
More...
|
almost 11 years ago
|
| minor expression updates |
|
More...
|
almost 11 years ago
|
| shorten local variable name, s/conf_updates/cups/g |
|
More...
|
almost 11 years ago
|
| simplify the conditional statement of validation during load |
|
More...
|
almost 11 years ago
|
| simplify the conditional statements to check schema |
|
More...
|
almost 11 years ago
|
| add common options module for some API functions |
|
More...
|
almost 11 years ago
|
| add prefix 'ac_' to a few backend-specific keyword options: safe (yaml) and parse_value (ini) |
|
More...
|
almost 11 years ago
|
| do not alias dict as 'container' |
|
More...
|
almost 11 years ago
|
| add test cases of ini backend (parse_value keyword option) |
|
More...
|
almost 11 years ago
|
| fix a bug that ini (configparser) backend behaves different from original; may close #28 |
|
More...
|
almost 11 years ago
|
| fix a bug to pass extra keyword parameters to yaml.safe_load |
|
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`. |
|
More...
|
almost 11 years ago
|
| refactor anyconfig.mergeabledict.is_dict_like to compare the class of given objects w/ dict instead of MergeableDict |
|
More...
|
almost 11 years ago
|