summaryrefslogtreecommitdiff
path: root/tests/lib
Commit message (Expand)AuthorAgeFilesLines
* The yaml.load{,_all} functions require Loader= nowIngy döt Net2021-09-231-1/+0
* Add a basic test file for yaml.load and yaml.dumpIngy döt Net2021-09-233-1/+26
* Use with statements to eliminate ResourceWarningsThom Smith2021-09-2316-91/+145
* Add a test for the YAML 1.1 typesTina Müller2021-09-232-0/+154
* Fix issue with representing Enum typesThom Smith2021-09-231-0/+3
* Move code from lib3 to libThom Smith2021-09-2221-0/+2105
* Remove 2.7 supportThom Smith2021-09-2221-2150/+0
* constructor.timezone: __copy_ & __deepcopy__Ovv2021-01-131-0/+12
* Fix for CVE-2020-14343Ingy döt Net2021-01-131-1/+1
* Build modernization (GHA, wheels, setuptools) (#407)Brad Solomon2021-01-131-5/+10
* Prevents arbitrary code execution during python/object/new constructor (#386)Riccardo Schirone2020-03-171-1/+17
* Add tests for timezone (#363)Tina Müller (tinita)2019-12-201-0/+11
* increase size of index, line, and column fields (#310)Dwight Guth2019-12-201-1/+17
* Fix for Python 3.10 (#329)Hugo van Kemenade2019-12-202-2/+2
* Allow add_multi_constructor with None (#358)Tina Müller (tinita)2019-12-072-0/+64
* Fix handling of __slots__ (#161)Filip Salomonsson2019-12-071-1/+12
* Skip certain unicode tests when maxunicode not > 0xffffTina Müller2019-03-121-0/+4
* Allow to turn off sorting keys in DumperTina Müller2019-03-082-0/+29
* Deprecate/warn usage of yaml.load(input)Ingy döt Net2019-03-083-9/+9
* Reverting https://github.com/yaml/pyyaml/pull/74Ingy döt Net2018-06-302-5/+7
* 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