summaryrefslogtreecommitdiff
path: root/tests
Commit message (Expand)AuthorAgeFilesLines
* Clear cyclic references in the parser and the emitter to avoid extra GC calls.xi2011-05-302-0/+6
* Fixed tests on the Windows platform.xi2009-08-312-0/+2
* Fixed another encoding issue.xi2009-08-312-2/+57
* 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-2910-52/+60
* Fixed a problem when CDumper incorrectly serializes a node anchor.xi2009-08-293-2/+7
* Final touches before the release.xi2008-12-301-0/+3
* Minor compatibility fixes.xi2008-12-301-1/+7
* Fixed str/bytes issues with Python 3 in _yaml.pyx.xi2008-12-307-5/+131
* Handle the encoding of input and output streams in a uniform way.xi2008-12-308-36/+633
* Use Cython if available; added Python 3 support to _yaml.pyx.xi2008-12-292-7/+5
* Share data files between Py2 and Py3 test suites.xi2008-12-2975-8/+1853
* Minor 2.3 and win32 compatibility fixes; clarify the 'feature not found' mess...xi2008-12-284-10/+20
* 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-2830-1641/+1666
* Fixed test errors for LibYAML bindings; added a test on emitting nodes in all...xi2008-12-279-1/+42
* Minor fixes in the test subsystem to prevent failures in LibYAML bindings tests.xi2008-12-272-5/+7
* Added the script tests/test_all.py.xi2008-10-011-0/+15
* Added a test for single dot being a float bug.xi2008-09-302-0/+2
* A single dot is not a float value (fixes #62).xi2007-11-181-1/+1
* Make compose() and load() ensure that the input stream contains a single docu...xi2007-08-214-0/+27
* 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-044-0/+10
* 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-165-7/+41
* Completely rewrite the libyaml bindings.xi2006-08-132-14/+125
* Subclass all base classes from `object`.xi2006-08-0319-17/+69
* Fix a bug when a block scalar is incorrectly emitted in the simple key context.xi2006-07-302-0/+10
* Update libyaml bindings.xi2006-07-211-2/+11
* Update PyRex based bindings to libyaml to include Parser functions.xi2006-07-071-2/+30
* 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
* Add pyrex-based bindings for the libyaml scanner.xi2006-06-192-0/+58
* 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
* Revamp the inf/nan handling again.xi2006-05-222-1/+14
* Add a test case for #15.xi2006-05-212-0/+2
* Final touches before the release.xi2006-05-151-1/+1
* Fix a bug in a test.xi2006-05-061-1/+1
* Fix #11 (Thanks to edemaine(at)mit.edu).xi2006-05-063-2/+8
* Prepare setup.py for release. Fix #7.xi2006-04-235-5/+17
* Raise an error for colons in the flow context.xi2006-04-231-0/+1
* Add support for pickling/unpickling python objects.xi2006-04-224-1/+179
* Fix !!python/name for Python 2.3. Clear the yaml module namespace.xi2006-04-216-11/+22
* Add more unit tests.xi2006-04-1830-90/+106
* Add support for recursive nodes to Composer. Constructor does not support rec...xi2006-04-182-0/+23
* Add more unit tests for error messages.xi2006-04-1824-0/+129