summaryrefslogtreecommitdiff
path: root/tests/data
Commit message (Expand)AuthorAgeFilesLines
* Fixed a problem with a scanner error not detected when no line break at the e...xi2009-08-291-0/+2
* Fixed emitting of invalid BOM for UTF-16.xi2009-08-298-0/+6
* Fixed a problem when CDumper incorrectly serializes a node anchor.xi2009-08-291-0/+1
* Fixed str/bytes issues with Python 3 in _yaml.pyx.xi2008-12-303-0/+6
* Handle the encoding of input and output streams in a uniform way.xi2008-12-305-34/+514
* Share data files between Py2 and Py3 test suites.xi2008-12-2939-7/+40
* Fixed an issue with ReaderError generated by the LibYAML wrapper.xi2008-12-281-17/+17
* Refactored the test suite; updated include and library paths in setup.cfg.xi2008-12-2811-26/+26
* Fixed test errors for LibYAML bindings; added a test on emitting nodes in all...xi2008-12-276-0/+0
* Added a test for single dot being a float bug.xi2008-09-302-0/+2
* Make compose() and load() ensure that the input stream contains a single docu...xi2007-08-213-0/+9
* Add the tests for checking the libyaml bug.xi2007-03-222-0/+9
* Fix loss of microsecond precision in datetime.datetime constructor (fix #30).xi2006-10-042-0/+2
* Fix loading an empty YAML stream.xi2006-09-122-0/+1
* Fix a test to work under Python 2.3.xi2006-08-201-0/+4
* The 'N' plain scalar was still recognized as ``!!bool``. Fix it (close #26).xi2006-08-162-0/+6
* Fix timestamp constructing and representing (close #25).xi2006-08-163-1/+13
* Completely rewrite the libyaml bindings.xi2006-08-131-0/+0
* Subclass all base classes from `object`.xi2006-08-0315-0/+17
* Fix a bug when a block scalar is incorrectly emitted in the simple key context.xi2006-07-302-0/+10
* To make porting easier, rewrite Parser not using generators.xi2006-07-031-0/+3
* Fix invalid output of single-quoted scalars in cases when a singlexi2006-06-302-0/+3
* Fix several problems caused by ill-formed documents.xi2006-06-162-0/+5
* Add ind and qnan values to a float test.xi2006-05-241-1/+1
* Add a test case belonging to the previous commit.xi2006-05-222-0/+2
* Add a test case for #15.xi2006-05-212-0/+2
* Fix a bug in a test.xi2006-05-061-1/+1
* Fix #11 (Thanks to edemaine(at)mit.edu).xi2006-05-062-0/+2
* Prepare setup.py for release. Fix #7.xi2006-04-232-0/+12
* Raise an error for colons in the flow context.xi2006-04-231-0/+1
* Add support for pickling/unpickling python objects.xi2006-04-222-0/+44
* Fix !!python/name for Python 2.3. Clear the yaml module namespace.xi2006-04-212-2/+2
* Add more unit tests.xi2006-04-1828-0/+51
* Add more unit tests for error messages.xi2006-04-1823-0/+99
* Rename error-message to loader-error and add new examples.xi2006-04-1879-0/+10
* Fix #4 (Thanks to murphy(at)rubychan.de)xi2006-04-172-0/+6
* Refactor resolver.xi2006-04-167-51/+111
* Major refactoring.xi2006-04-154-2/+7
* Implement yaml.dump().xi2006-04-111-0/+4
* Emitter is done!!!xi2006-04-094-5/+17
* Add style information to events generated by Parser.xi2006-04-037-1/+170
* Loose indentation rules for the following cases:xi2006-03-194-2/+46
* Back to work :). Rename markers to marks.xi2006-03-181-0/+0
* Fixed a silly bug in ''scan_line_break''.master@60xi2006-03-012-0/+6
* Remove y/n from the boolean constants.xi2006-02-252-2/+2
* Ready for the initial release.xi2006-02-2547-0/+309
* Fix a few bugs.xi2006-02-241-1/+1
* Constructor is done.xi2006-02-243-1/+5
* Working on Constructor.xi2006-02-2317-0/+41
* Implement Composer and BaseResolver.xi2006-02-204-0/+11