summaryrefslogtreecommitdiff
path: root/configobjwalker.py
Commit message (Collapse)AuthorAgeFilesLines
* retrofitted 0.18 changesAnthon van der Neut2023-05-011-5/+6
|
* Apply oitnb and mypy 0.620, then make everything work again0.15.48Anthon van der Neut2018-08-031-1/+1
|
* typing no longer needed, fix issue #117 (2.6 support)0.14.9Anthon van der Neut2017-04-221-2/+1
|
* fix issue #116: Text not available in 3.5.0/3.5.10.14.8Anthon van der Neut2017-04-191-2/+4
| | | | If this solves the issue for you, please close it.
* changes for mypyAnthon van der Neut2017-03-171-0/+4
|
* fix #84, deepcopy not working (reported by Peter Amstutz)0.13.5Anthon van der Neut2016-12-251-1/+1
| | | | added test, implemented __deepcopy__ on CommentedMap and CommentedSeq
* pep8 compliance, util.load_yaml_guess_indent0.11.2Anthon van der Neut2016-02-271-62/+6
|
* - make sure there is a space before # if scalar pushes (through indent)Anthon van der Neut2016-02-161-16/+16
| | | | | a comment from its original column - flake 8
* - main problem in moving stuff from yaml/py to yaml was thatAnthon van der Neut2015-08-281-0/+65
parser.py clashes with built-in parser module (CPython, C-module) which is inlucded from pkg_resources/__init__.py - no C compile yet