summaryrefslogtreecommitdiff
path: root/py
Commit message (Expand)AuthorAgeFilesLines
* preserve eol comments on flow style sequences/mappingsAnthon van der Neut2015-03-297-15/+91
* version bump, tox rerunAnthon van der Neut2015-03-271-2/+2
|\
* | flow mapping style preservation + testsAnthon van der Neut2015-03-273-1/+13
|/
* preserve flow style on sequences for roundtrip handling 'a: b, c, d'Anthon van der Neut2015-03-265-1/+14
* initial test and first step implementation to preserve (flow) styleAnthon van der Neut2015-03-263-4/+35
* now installs and tests for pypy (by testing in setup.py and notAnthon van der Neut2015-03-181-1/+1
* scalars with preserved newlinesAnthon van der Neut2015-03-113-9/+36
* scalarstring addedAnthon van der Neut2015-03-106-4/+32
* check using distribute compilerAnthon van der Neut2015-03-101-1/+1
* include commit pyyaml dd 20141128Anthon van der Neut2015-03-093-5/+71
* - tox no longer replicates dependency on ruamel.baseAnthon van der Neut2015-01-282-13/+28
* - add dependency on ruamel.baseAnthon van der Neut2015-01-141-1/+1
* updated documentation based on feedback from Sess (leycec@gmail.com)Anthon van der Neut2015-01-123-1/+51
* - move configobj -> YAML generator to own moduleAnthon van der Neut2014-11-261-42/+2
* reenable _yaml.so generationAnthon van der Neut2014-11-251-1/+1
* - move comment classes in own module commentsAnthon van der Neut2014-11-2510-147/+241
* - make !!omap and !!set take parameters. Thre are still some restrictions:Anthon van der Neut2014-11-246-82/+223
* bump version, update changesAnthon van der Neut2014-11-241-1/+1
* - fix value comment occuring as on previous line (looking like eol comment)Anthon van der Neut2014-11-243-63/+25
* - INI conversion in yamlAnthon van der Neut2014-11-242-0/+188
* - add ext/_yaml.c etc to the source treeAnthon van der Neut2014-11-231-1/+7
* - change install so that you can include ruamel.yaml instead of ruamel.yaml.pyAnthon van der Neut2014-11-233-1/+516
* - merge py2 and py3 code basesAnthon van der Neut2014-11-2218-0/+6689