aboutsummaryrefslogtreecommitdiff
path: root/tests
AgeCommit message (Expand)Author
2021-09-23The yaml.load{,_all} functions require Loader= nowIngy döt Net
2021-09-23Add a basic test file for yaml.load and yaml.dumpIngy döt Net
2021-09-23Fix float resolver for '.' and '._'Tina Müller
2021-09-23Use with statements to eliminate ResourceWarningsThom Smith
2021-09-23Add a test for the YAML 1.1 typesTina Müller
2021-09-23Fix issue with representing Enum typesThom Smith
2021-09-22Move code from lib3 to libThom Smith
2021-09-22Remove 2.7 supportThom Smith
2021-01-13constructor.timezone: __copy_ & __deepcopy__Ovv
2021-01-13Fix for CVE-2020-14343Ingy döt Net
2021-01-13Build modernization (GHA, wheels, setuptools) (#407)Brad Solomon
2020-03-18Move test files back into tests/data/Ingy döt Net
2020-03-17Prevents arbitrary code execution during python/object/new constructor (#386)Riccardo Schirone
2019-12-20Add tests for timezone (#363)Tina Müller (tinita)
2019-12-20increase size of index, line, and column fields (#310)Dwight Guth
2019-12-20Fix for Python 3.10 (#329)Hugo van Kemenade
2019-12-20Enable certain unicode tests when maxunicode not > 0xffffTina Müller
2019-12-07Allow add_multi_constructor with None (#358)Tina Müller (tinita)
2019-12-07Fix handling of __slots__ (#161)Filip Salomonsson
2019-03-12Skip certain unicode tests when maxunicode not > 0xffffTina Müller
2019-03-08Allow to turn off sorting keys in DumperTina Müller
2019-03-08Apply FullLoader/UnsafeLoader changes to lib3Tina Müller
2019-03-08Deprecate/warn usage of yaml.load(input)Ingy döt Net
2018-06-30Reverting https://github.com/yaml/pyyaml/pull/74Ingy döt Net
2017-08-26Now, for py3k!Alex Gaynor
2017-08-26Make pyyaml safe by default.Alex Gaynor
2017-05-10Suspicious 'expected an exception' messages trimmedPeter Murphy
2017-05-09Added emoticon test data files (which will probably break testing)Peter Murphy
2017-02-08Allow colon in a plain scalar in a flow context (#45)Daniel Beer
2016-08-25Fixed handling --verbose flag in the test appliance.Kirill Simonov
2016-06-16removed a test which fails when wheel is imported.Kirill Simonov
2016-06-15Raise an error when test suite failed.Kirill Simonov
2011-05-30Clear cyclic references in the parser and the emitter to avoid extra GC calls.Kirill Simonov
2009-08-31Fixed tests on the Windows platform.Kirill Simonov
2009-08-31Fixed another encoding issue.Kirill Simonov
2009-08-29Fixed a problem with a scanner error not detected when no line break at the e...Kirill Simonov
2009-08-29Fixed emitting of invalid BOM for UTF-16.Kirill Simonov
2009-08-29Fixed a problem when CDumper incorrectly serializes a node anchor.Kirill Simonov
2008-12-30Final touches before the release.Kirill Simonov
2008-12-30Minor compatibility fixes.Kirill Simonov
2008-12-30Fixed str/bytes issues with Python 3 in _yaml.pyx.Kirill Simonov
2008-12-30Handle the encoding of input and output streams in a uniform way.Kirill Simonov
2008-12-29Use Cython if available; added Python 3 support to _yaml.pyx.Kirill Simonov
2008-12-29Share data files between Py2 and Py3 test suites.Kirill Simonov
2008-12-28Minor 2.3 and win32 compatibility fixes; clarify the 'feature not found' mess...Kirill Simonov
2008-12-28Fixed an issue with ReaderError generated by the LibYAML wrapper.Kirill Simonov
2008-12-28Refactored the test suite; updated include and library paths in setup.cfg.Kirill Simonov
2008-12-27Fixed test errors for LibYAML bindings; added a test on emitting nodes in all...Kirill Simonov
2008-12-27Minor fixes in the test subsystem to prevent failures in LibYAML bindings tests.Kirill Simonov
2008-10-01Added the script tests/test_all.py.Kirill Simonov