summaryrefslogtreecommitdiff
path: root/loader.py
Commit message (Collapse)AuthorAgeFilesLines
* added context manager, mypy cleanup (w. Optional) added tests0.15.50Anthon van der Neut2018-08-051-5/+5
|
* Apply oitnb and mypy 0.620, then make everything work again0.15.48Anthon van der Neut2018-08-031-9/+19
|
* typing no longer needed, fix issue #117 (2.6 support)0.14.9Anthon van der Neut2017-04-221-2/+1
|
* fix issue 106, Text undefined in 3.5.10.14.1Anthon van der Neut2017-03-221-3/+5
| | | | Reported by Charles Bouchard-L?gar?
* update for mypy --strict, prepare de-inheritance (Loader/Dumper)0.14.0Anthon van der Neut2017-03-211-24/+33
|
* fix issue #74: YAML 1.2 support for non-round-trip loaders0.12.17Anthon van der Neut2016-11-151-7/+7
|
* initial type info, drop 2.60.12.0Anthon van der Neut2016-08-151-15/+8
|
* quick fix for issue 380.11.14Anthon van der Neut2016-07-071-3/+3
|
* added optional preservation of quotes around scalarsAnthon van der Neut2016-07-061-2/+2
|
* corrected parser_.py nameAnthon van der Neut2016-03-271-2/+2
|
* pep8 compliance, util.load_yaml_guess_indent0.11.2Anthon van der Neut2016-02-271-2/+4
|
* - introducing version support and differentiation for RoundTripLoader0.11.0Anthon van der Neut2016-02-181-10/+8
| | | | | | 1.2 no longer interprets sexagesimals, octals wihtout 0o, Yes/No/On/Off by default - added round_trip_load/round_trip_load_all
* - make sure there is a space before # if scalar pushes (through indent)Anthon van der Neut2016-02-161-13/+12
| | | | | a comment from its original column - flake 8
* Jython compatibilityAnthon van der Neut2015-10-081-6/+15
|
* - main problem in moving stuff from yaml/py to yaml was thatAnthon van der Neut2015-08-281-0/+53
parser.py clashes with built-in parser module (CPython, C-module) which is inlucded from pkg_resources/__init__.py - no C compile yet