summaryrefslogtreecommitdiff
path: root/tests
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
* Fix float resolver for '.' and '._'Tina Müller2021-09-231-2/+0
* Use with statements to eliminate ResourceWarningsThom Smith2021-09-2316-91/+145
* Add a test for the YAML 1.1 typesTina Müller2021-09-234-0/+427
* Fix issue with representing Enum typesThom Smith2021-09-233-1/+5
* Move code from lib3 to libThom Smith2021-09-2221-0/+0
* 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-132-2/+2
* Build modernization (GHA, wheels, setuptools) (#407)Brad Solomon2021-01-132-8/+18
* Move test files back into tests/data/Ingy döt Net2020-03-183-0/+2
* Prevents arbitrary code execution during python/object/new constructor (#386)Riccardo Schirone2020-03-174-2/+44
* Add tests for timezone (#363)Tina Müller (tinita)2019-12-204-12/+40
* increase size of index, line, and column fields (#310)Dwight Guth2019-12-202-2/+34
* Fix for Python 3.10 (#329)Hugo van Kemenade2019-12-204-4/+4
* Enable certain unicode tests when maxunicode not > 0xffffTina Müller2019-12-205-2/+0
* Allow add_multi_constructor with None (#358)Tina Müller (tinita)2019-12-076-0/+135
* Fix handling of __slots__ (#161)Filip Salomonsson2019-12-074-2/+28
* Skip certain unicode tests when maxunicode not > 0xffffTina Müller2019-03-126-0/+4
* Allow to turn off sorting keys in DumperTina Müller2019-03-086-0/+71
* Apply FullLoader/UnsafeLoader changes to lib3Tina Müller2019-03-083-10/+10
* 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-304-10/+14
* Now, for py3k!Alex Gaynor2017-08-262-7/+5
* Make pyyaml safe by default.Alex Gaynor2017-08-262-7/+5
* Suspicious 'expected an exception' messages trimmedPeter Murphy2017-05-102-37/+12
* Added emoticon test data files (which will probably break testing)Peter Murphy2017-05-092-0/+11
* Allow colon in a plain scalar in a flow context (#45)Daniel Beer2017-02-081-1/+0
* Fixed handling --verbose flag in the test appliance.Kirill Simonov2016-08-252-0/+2
* removed a test which fails when wheel is imported.Kirill Simonov2016-06-161-1/+0
* Raise an error when test suite failed.Kirill Simonov2016-06-154-4/+6
* Clear cyclic references in the parser and the emitter to avoid extra GC calls.Kirill Simonov2011-05-302-0/+6
* Fixed tests on the Windows platform.Kirill Simonov2009-08-312-0/+2
* Fixed another encoding issue.Kirill Simonov2009-08-312-2/+57
* Fixed a problem with a scanner error not detected when no line break at the e...Kirill Simonov2009-08-291-0/+2
* Fixed emitting of invalid BOM for UTF-16.Kirill Simonov2009-08-2910-52/+60
* Fixed a problem when CDumper incorrectly serializes a node anchor.Kirill Simonov2009-08-293-2/+7
* Final touches before the release.Kirill Simonov2008-12-301-0/+3
* Minor compatibility fixes.Kirill Simonov2008-12-301-1/+7
* Fixed str/bytes issues with Python 3 in _yaml.pyx.Kirill Simonov2008-12-307-5/+131
* Handle the encoding of input and output streams in a uniform way.Kirill Simonov2008-12-308-36/+633
* Use Cython if available; added Python 3 support to _yaml.pyx.Kirill Simonov2008-12-292-7/+5
* Share data files between Py2 and Py3 test suites.Kirill Simonov2008-12-2975-8/+1853
* Minor 2.3 and win32 compatibility fixes; clarify the 'feature not found' mess...3.07Kirill Simonov2008-12-284-10/+20
* Fixed an issue with ReaderError generated by the LibYAML wrapper.Kirill Simonov2008-12-281-17/+17
* Refactored the test suite; updated include and library paths in setup.cfg.Kirill Simonov2008-12-2830-1641/+1666
* Fixed test errors for LibYAML bindings; added a test on emitting nodes in all...Kirill Simonov2008-12-279-1/+42
* Minor fixes in the test subsystem to prevent failures in LibYAML bindings tests.Kirill Simonov2008-12-272-5/+7
* Added the script tests/test_all.py.Kirill Simonov2008-10-011-0/+15