| refactor: rename a keyword argument, s/_namedtuple_cls_key/_ac_ntpl_cls_key/g in anyconfig.mergeabledict |
|
More...
|
over 10 years ago
|
| enhancement: add orderddict version of some mergeable dict classes |
|
More...
|
over 10 years ago
|
| enhancement: add python 3.5 as a test target env in tox; use https://copr.fedoraproject.org/coprs/mstuchli/Python3.5/. |
|
More...
|
over 10 years ago
|
| refactor: make classes of mergeable dicts except for UpdateWithReplaceDict inherit implementation of update method from UpdateWithReplaceDict to remove duplicated codes and share its basic algorithm. |
|
More...
|
over 10 years ago
|
| fix: workaround to make the order of dict items stable |
|
More...
|
over 10 years ago
|
| refactor: add dict inherited classes to split and deprecate MergeableDict in the future |
|
More...
|
over 10 years ago
|
| change: remove refs to anyconfig.backend.base.Base.container, switch to anyconfig.backend.base.to_container (anyconfig.mergeabledict.create_from) instead |
|
More...
|
over 10 years ago
|
| refactor: delay to make a dict as much as possible in mergeabledict.create_from |
|
More...
|
over 10 years ago
|
| change: remove refs to api.container; switch to api.to_container instead |
|
More...
|
over 10 years ago
|
| refactor: remove an extra spaces |
|
More...
|
over 10 years ago
|
| change: remove the class method 'convert_to' from MergeableDict class to make it light and simple |
|
More...
|
over 10 years ago
|
| change: switch to use anyconfig.mergeabledict.convert_to instead of MergeableDict.convert_to and remove all refering it everywhere. |
|
More...
|
over 10 years ago
|
| change: remove the class method 'create' from MergeableDict class to make it light and simple |
|
More...
|
over 10 years ago
|
| change: switch to use anyconfig.mergeabledict.create_from instead of MergeableDict.create and remove all refering it. |
|
More...
|
over 10 years ago
|
| fix: too long line |
|
More...
|
over 10 years ago
|
| refactor: make anyconfig.mergeabledict.create_from factory for *MergeableDict classes, and add test cases |
|
More...
|
over 10 years ago
|
| api: add an optional keyword argument 'ac_ordered' to anyconfig.mergeabledict.create_from to chose OrderedMergeableDict instead of MergeableDict to keep the order of keys of dicts. |
|
More...
|
over 10 years ago
|
| doc: minor corrections and cleanups in docstrings |
|
More...
|
over 10 years ago
|
| doc: just add . |
|
More...
|
over 10 years ago
|
| fix: correct version in the changelog as 0.5.0 is not released |
|
More...
|
over 10 years ago
|
| refactor: re-order changelog notes in anyconfig.mergeabledict |
|
More...
|
over 10 years ago
|
| refactor: utilize a module local utility function and remove duplicated code |
|
More...
|
over 10 years ago
|
| doc: add a note of the limitation of namedtuple blocks conversion of some dicts |
|
More...
|
over 10 years ago
|
| fix: add workaround to try to keep the order of keys of dicts to make it consistent between dump and load. |
|
More...
|
over 10 years ago
|
| fix: make anyconfig.mergeabledict.convert_to process objects other than {Ordered,}MergeableDict instances like namedtuple objects correctly. |
|
More...
|
over 10 years ago
|
| refactor: s/dic/obj/ as it may not be a dict |
|
More...
|
over 10 years ago
|
| fix: (comment) indentation fix |
|
More...
|
over 10 years ago
|
| api: consolidate duplicated schema processing code into an utility function '_load_schema' and make keyword argument 'ac_schema' passed to the API {single_,multi_,}load position-independent. |
|
More...
|
over 10 years ago
|
| fix: format_checker is an optional keyword argument and does not need to set explicitly |
|
More...
|
over 10 years ago
|
| fix: remove an extran leading white spaces |
|
More...
|
over 10 years ago
|