log configmix/__init__.py @ 144:7e6ec99d5ff5

age author description
Fri, 13 Apr 2018 09:51:02 +0200 Franz Glasner Allow comments as keys and filter them by default
Sat, 07 Apr 2018 09:24:20 +0200 Franz Glasner An extra hint that filename extension comparisons for loader lookup are case-insensitive
Fri, 06 Apr 2018 22:28:45 +0200 Franz Glasner Allow custom configuration filename extensions and custom loaders that can handle custom configuration file syntax styles
Fri, 06 Apr 2018 09:42:17 +0200 Franz Glasner Indirectly map extensions to configuration file styles
Wed, 04 Apr 2018 09:45:29 +0200 Franz Glasner Begin the handling of JSON-style configuration files
Sat, 24 Mar 2018 20:57:42 +0100 Franz Glasner Implemented a "safe_load()" to load with safe merging
Sat, 24 Mar 2018 18:47:54 +0100 Franz Glasner Reimplement configmix.safe_merge() do to a deepcopy of all source configurations when merging.
Sat, 24 Mar 2018 16:06:08 +0100 Franz Glasner Remove the "_first" parameter from "merge" and "safe_merge" by splitting into two functions
Sat, 24 Mar 2018 15:35:10 +0100 Franz Glasner Enhance documentation of "configmix.load()"
Sat, 24 Mar 2018 15:34:52 +0100 Franz Glasner Don't read the first configuration file a second time.
Wed, 21 Mar 2018 16:53:03 +0100 Franz Glasner Better documentation of the core function in "configmix"
Sun, 18 Mar 2018 19:13:35 +0100 Franz Glasner Bump development version to 0.6.0.dev1
Thu, 15 Mar 2018 00:19:13 +0100 Franz Glasner Remove duplicate copyright/license block
Thu, 15 Mar 2018 00:17:57 +0100 Franz Glasner Remove duplicate "Copyright" output
Thu, 15 Mar 2018 00:10:48 +0100 Franz Glasner Remove header markup from the Python files and put them into the doc .rst files