summaryrefslogtreecommitdiff
path: root/tests/lib
Commit message (Expand)AuthorAgeFilesLines
* Rework the safety related API codesafety-apiIngy döt Net2018-06-282-5/+5
* Make pyyaml safe by default.Alex Gaynor2017-08-262-7/+5
* Suspicious 'expected an exception' messages trimmedPeter Murphy2017-05-101-17/+6
* Fixed handling --verbose flag in the test appliance.Kirill Simonov2016-08-251-0/+1
* Raise an error when test suite failed.Kirill Simonov2016-06-152-2/+3
* Clear cyclic references in the parser and the emitter to avoid extra GC calls.Kirill Simonov2011-05-301-0/+3
* Fixed tests on the Windows platform.Kirill Simonov2009-08-311-0/+1
* Fixed another encoding issue.Kirill Simonov2009-08-311-1/+29
* Fixed emitting of invalid BOM for UTF-16.Kirill Simonov2009-08-291-26/+27
* Fixed a problem when CDumper incorrectly serializes a node anchor.Kirill Simonov2009-08-291-1/+3
* Minor compatibility fixes.Kirill Simonov2008-12-301-1/+7
* Fixed str/bytes issues with Python 3 in _yaml.pyx.Kirill Simonov2008-12-301-3/+3
* Handle the encoding of input and output streams in a uniform way.Kirill Simonov2008-12-303-2/+119
* Share data files between Py2 and Py3 test suites.Kirill Simonov2008-12-2918-0/+1833