summaryrefslogtreecommitdiff
path: root/tests/data
Commit message (Expand)AuthorAgeFilesLines
* Fix float resolver for '.' and '._'Tina Müller2021-09-231-2/+0
* Add a test for the YAML 1.1 typesTina Müller2021-09-232-0/+273
* Fix issue with representing Enum typesThom Smith2021-09-232-1/+2
* 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-172-0/+10
* Add tests for timezone (#363)Tina Müller (tinita)2019-12-202-12/+18
* 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-072-0/+7
* Fix handling of __slots__ (#161)Filip Salomonsson2019-12-072-0/+4
* Skip certain unicode tests when maxunicode not > 0xffffTina Müller2019-03-125-0/+0
* Allow to turn off sorting keys in DumperTina Müller2019-03-082-0/+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
* removed a test which fails when wheel is imported.Kirill Simonov2016-06-161-1/+0
* 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-298-0/+6
* Fixed a problem when CDumper incorrectly serializes a node anchor.Kirill Simonov2009-08-291-0/+1
* Fixed str/bytes issues with Python 3 in _yaml.pyx.Kirill Simonov2008-12-303-0/+6
* Handle the encoding of input and output streams in a uniform way.Kirill Simonov2008-12-305-34/+514
* Share data files between Py2 and Py3 test suites.Kirill Simonov2008-12-2939-7/+40
* 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-2811-26/+26
* Fixed test errors for LibYAML bindings; added a test on emitting nodes in all...Kirill Simonov2008-12-276-0/+0
* Added a test for single dot being a float bug.Kirill Simonov2008-09-302-0/+2
* Make compose() and load() ensure that the input stream contains a single docu...Kirill Simonov2007-08-213-0/+9
* Add the tests for checking the libyaml bug.Kirill Simonov2007-03-222-0/+9
* Fix loss of microsecond precision in datetime.datetime constructor (fix #30).Kirill Simonov2006-10-042-0/+2
* Fix loading an empty YAML stream.Kirill Simonov2006-09-122-0/+1
* Fix a test to work under Python 2.3.Kirill Simonov2006-08-201-0/+4
* The 'N' plain scalar was still recognized as ``!!bool``. Fix it (close #26).Kirill Simonov2006-08-162-0/+6
* Fix timestamp constructing and representing (close #25).Kirill Simonov2006-08-163-1/+13
* Completely rewrite the libyaml bindings.Kirill Simonov2006-08-131-0/+0
* Subclass all base classes from `object`.Kirill Simonov2006-08-0315-0/+17
* Fix a bug when a block scalar is incorrectly emitted in the simple key context.Kirill Simonov2006-07-302-0/+10
* To make porting easier, rewrite Parser not using generators.Kirill Simonov2006-07-031-0/+3
* Fix invalid output of single-quoted scalars in cases when a singleKirill Simonov2006-06-302-0/+3
* Fix several problems caused by ill-formed documents.Kirill Simonov2006-06-162-0/+5
* Add ind and qnan values to a float test.Kirill Simonov2006-05-241-1/+1
* Add a test case belonging to the previous commit.Kirill Simonov2006-05-222-0/+2
* Add a test case for #15.Kirill Simonov2006-05-212-0/+2
* Fix a bug in a test.Kirill Simonov2006-05-061-1/+1
* Fix #11 (Thanks to edemaine(at)mit.edu).Kirill Simonov2006-05-062-0/+2
* Prepare setup.py for release. Fix #7.Kirill Simonov2006-04-232-0/+12
* Raise an error for colons in the flow context.Kirill Simonov2006-04-231-0/+1
* Add support for pickling/unpickling python objects.Kirill Simonov2006-04-222-0/+44
* Fix !!python/name for Python 2.3. Clear the yaml module namespace.Kirill Simonov2006-04-212-2/+2
* Add more unit tests.Kirill Simonov2006-04-1828-0/+51
* Add more unit tests for error messages.Kirill Simonov2006-04-1823-0/+99
* Rename error-message to loader-error and add new examples.Kirill Simonov2006-04-1879-0/+10
* Fix #4 (Thanks to murphy(at)rubychan.de)Kirill Simonov2006-04-172-0/+6