Mercurial > piecrust2
log piecrust/configuration.py @ 138:b540d431f2da
age | author | description |
---|---|---|
Sat, 29 Nov 2014 15:32:19 -0800 | Ludovic Chabant | Make configuration class more like `dict`, add support for merging `dicts`. |
Wed, 15 Oct 2014 23:01:05 -0700 | Ludovic Chabant | Better support for times in YAML interop. |
Sun, 31 Aug 2014 23:48:18 -0700 | Ludovic Chabant | Propertly create `OrderedDict`s when loading YAML. |
Fri, 29 Aug 2014 21:28:55 -0700 | Ludovic Chabant | Use `SafeLoader` instead of `BaseLoader` for Yaml parsing. |
Fri, 29 Aug 2014 16:42:15 -0700 | Ludovic Chabant | I don't care what the YAML spec says, ordered maps are the only sane way. |
Mon, 11 Aug 2014 22:36:47 -0700 | Ludovic Chabant | Upgrade to Python 3. |
Sun, 10 Aug 2014 23:43:16 -0700 | Ludovic Chabant | Gigantic change to basically make PieCrust 2 vaguely functional. |