summaryrefslogtreecommitdiff
path: root/tests/test_errors.py
Commit message (Expand)AuthorAgeFilesLines
* Share data files between Py2 and Py3 test suites.xi2008-12-291-66/+0
* Refactored the test suite; updated include and library paths in setup.cfg.xi2008-12-281-89/+64
* 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-211-0/+18
* Fix !!python/name for Python 2.3. Clear the yaml module namespace.xi2006-04-211-1/+1
* Add more unit tests for error messages.xi2006-04-181-0/+30
* Rename error-message to loader-error and add new examples.xi2006-04-181-4/+4
* Major refactoring.xi2006-04-151-14/+2
* Remove y/n from the boolean constants.xi2006-02-251-5/+6
* Ready for the initial release.xi2006-02-251-12/+10
* Implement Composer and BaseResolver.xi2006-02-201-2/+10
* Cleanup error messages.xi2006-02-201-8/+26
* Parser is done. Add iterator interfaces for Scanner and Parser.xi2006-02-191-4/+2
* Working on the scanner.xi2006-02-171-0/+32