summaryrefslogtreecommitdiff
path: root/ext
Commit message (Collapse)AuthorAgeFilesLines
* allow version 1.2 using C loader/dumper0.15.62Anthon van der Neut2018-08-292-3/+16
| | | | | | | | | | This just allows to use version 1.2 instead of 1.1 fixed. There is no actual parsing/dumping code changed. So documents with YAML 1.2 specific features (e.g. octals) are likely to fail. *When this change indeed resolves your problem, please **Close** this issue*. *(You can do so using the WorkFlow pull-down (close to the top right of this page))*
* update C code with minimal changes from libyamlAnthon van der Neut2018-08-219-86/+126
|
* allow cloader to handle JSON's forward slash escapeAnthon van der Neut2018-08-201-0/+4
|
* update C extension for 3.7, fixes issue #137Anthon van der Neut2018-02-071-2956/+6160
| | | | Issue reported by Daniel Blanchard
* appveyor changesAnthon van der Neut2017-07-231-0/+1
|
* more typos and trailing whitespaceAnthon van der Neut2017-06-107-34/+27
|
* typosAnthon van der Neut2017-06-102-18/+18
|
* update from libyamlAnthon van der Neut2017-06-094-15/+14
|
* fix spelling mistakesedward2017-02-094-37/+37
|
* corrected parser_.py nameAnthon van der Neut2016-03-272-7/+7
|
* Fix for issue 13, not installing on JenkinsAnthon van der Neut2015-09-172-2/+2
| | | | | The test compile in setup.py/__init__.py would still rely on libyaml to be installed.
* include libyamlAnthon van der Neut2015-09-1411-0/+12830
|
* renamed cython module to _ruamel_yaml fixing issue #10Anthon van der Neut2015-09-134-2137/+2137
|
* - modifications to get _yaml.pyx working againAnthon van der Neut2015-09-122-3754/+6602
| | | | | - disable old PyYAML tests as they use open() without explicit close thereby running out of file handles (too much to fix for now)
* - add ext/_yaml.c etc to the source treeAnthon van der Neut2014-11-234-0/+24843
- tests for yaml to work on 2.6/3.3/3.4