summaryrefslogtreecommitdiff
path: root/cyaml.py
Commit message (Collapse)AuthorAgeFilesLines
* pep8 compliance, util.load_yaml_guess_indent0.11.2Anthon van der Neut2016-02-271-3/+5
|
* - introducing version support and differentiation for RoundTripLoader0.11.0Anthon van der Neut2016-02-181-3/+3
| | | | | | 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-8/+8
| | | | | a comment from its original column - flake 8
* Jython compatibilityAnthon van der Neut2015-10-081-6/+10
|
* renamed cython module to _ruamel_yaml fixing issue #10Anthon van der Neut2015-09-131-1/+1
|
* - main problem in moving stuff from yaml/py to yaml was thatAnthon van der Neut2015-08-281-0/+88
parser.py clashes with built-in parser module (CPython, C-module) which is inlucded from pkg_resources/__init__.py - no C compile yet