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
refactor: rename a keyword argument, s/_namedtuple_cls_key/_ac_ntpl_cls_key/g in anyconfig.mergeabledict
ssato
as Satoru SATOH
More... over 10 years ago
enhancement: add orderddict version of some mergeable dict classes
ssato
as Satoru SATOH
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/.
ssato
as Satoru SATOH
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.
ssato
as Satoru SATOH
More... over 10 years ago
fix: workaround to make the order of dict items stable
ssato
as Satoru SATOH
More... over 10 years ago
refactor: add dict inherited classes to split and deprecate MergeableDict in the future
ssato
as Satoru SATOH
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
ssato
as Satoru SATOH
More... over 10 years ago
refactor: delay to make a dict as much as possible in mergeabledict.create_from
ssato
as Satoru SATOH
More... over 10 years ago
change: remove refs to api.container; switch to api.to_container instead
ssato
as Satoru SATOH
More... over 10 years ago
refactor: remove an extra spaces
ssato
as Satoru SATOH
More... over 10 years ago
change: remove the class method 'convert_to' from MergeableDict class to make it light and simple
ssato
as Satoru SATOH
More... over 10 years ago
change: switch to use anyconfig.mergeabledict.convert_to instead of MergeableDict.convert_to and remove all refering it everywhere.
ssato
as Satoru SATOH
More... over 10 years ago
change: remove the class method 'create' from MergeableDict class to make it light and simple
ssato
as Satoru SATOH
More... over 10 years ago
change: switch to use anyconfig.mergeabledict.create_from instead of MergeableDict.create and remove all refering it.
ssato
as Satoru SATOH
More... over 10 years ago
fix: too long line
ssato
as Satoru SATOH
More... over 10 years ago
refactor: make anyconfig.mergeabledict.create_from factory for *MergeableDict classes, and add test cases
ssato
as Satoru SATOH
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.
ssato
as Satoru SATOH
More... over 10 years ago
doc: minor corrections and cleanups in docstrings
ssato
as Satoru SATOH
More... over 10 years ago
doc: just add .
ssato
as Satoru SATOH
More... over 10 years ago
fix: correct version in the changelog as 0.5.0 is not released
ssato
as Satoru SATOH
More... over 10 years ago
refactor: re-order changelog notes in anyconfig.mergeabledict
ssato
as Satoru SATOH
More... over 10 years ago
refactor: utilize a module local utility function and remove duplicated code
ssato
as Satoru SATOH
More... over 10 years ago
doc: add a note of the limitation of namedtuple blocks conversion of some dicts
ssato
as Satoru SATOH
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.
ssato
as Satoru SATOH
More... over 10 years ago
fix: make anyconfig.mergeabledict.convert_to process objects other than {Ordered,}MergeableDict instances like namedtuple objects correctly.
ssato
as Satoru SATOH
More... over 10 years ago
refactor: s/dic/obj/ as it may not be a dict
ssato
as Satoru SATOH
More... over 10 years ago
fix: (comment) indentation fix
ssato
as Satoru SATOH
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.
ssato
as Satoru SATOH
More... over 10 years ago
fix: format_checker is an optional keyword argument and does not need to set explicitly
ssato
as Satoru SATOH
More... over 10 years ago
fix: remove an extran leading white spaces
ssato
as Satoru SATOH
More... over 10 years ago