log configmix/__init__.py @ 139:c87b0dc54e1d

age author description
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
Wed, 14 Mar 2018 23:58:47 +0100 Franz Glasner Put a copyright and license note into every source file of the configmix package
Wed, 14 Mar 2018 23:54:00 +0100 Franz Glasner Put copyright and license into the README.txt
Fri, 02 Mar 2018 01:48:11 +0100 Franz Glasner Put a Copyright and License notice into the package's __init__.py
Thu, 01 Mar 2018 19:25:49 +0100 Franz Glasner Use "Repository" instead of "Path" and use "$Header$" instead of "$HGheader"
Thu, 01 Mar 2018 00:15:21 +0100 Franz Glasner Put the $HGheader$ into the package file
Wed, 28 Feb 2018 00:36:11 +0100 Franz Glasner Optimize the documentation: make references working with Sphinx using :role:`target`
Tue, 27 Feb 2018 23:42:11 +0100 Franz Glasner Generate readable HTML documentation and an API documentation
Tue, 27 Feb 2018 22:35:34 +0100 Franz Glasner Adjusted the Copyright and change the RCS keywords in accordance with "kwarchive"
Tue, 19 Apr 2016 12:28:47 +0200 Franz Glasner +++++ v0.5 v0.5
Thu, 07 Apr 2016 23:23:07 +0200 Franz Glasner +++++ v0.4.1 v0.4.1
Thu, 31 Mar 2016 19:19:24 +0200 Franz Glasner +++++ v0.4 v0.4
Mon, 21 Mar 2016 13:49:23 +0100 Franz Glasner +++++ v0.3 v0.3
Fri, 18 Mar 2016 09:28:34 +0100 Franz Glasner +++++ v0.2 v0.2
Wed, 16 Mar 2016 12:41:57 +0100 Franz Glasner An extended `itemsx()` method for INI-style configuration files to get interpreted selected options from a section
Thu, 10 Mar 2016 17:30:55 +0100 Franz Glasner +++++ v0.1 v0.1
Thu, 10 Mar 2016 15:08:20 +0100 Franz Glasner A convenience function to load and merge a list of configuration files with different styles
Wed, 09 Mar 2016 11:43:18 +0100 Franz Glasner Return the `default' argument when the given `user' argument is `None' and when it is the first call on merge
Wed, 09 Mar 2016 11:32:08 +0100 Franz Glasner Deactivate the "dict_merge()" function from yconfig
Wed, 09 Mar 2016 11:19:20 +0100 Franz Glasner A "safe_merge" that makes (shallow) copies instead of directly manipulating given containers
Wed, 09 Mar 2016 11:09:33 +0100 Franz Glasner FIX: Style
Wed, 09 Mar 2016 09:05:41 +0100 Franz Glasner Two differend tree merge function implementations: not yet finished
Tue, 08 Mar 2016 20:11:17 +0100 Franz Glasner Renamed the project from "MixConfig" to "ConfigMix" base mixconfig/__init__.py@b8372ea2635c