All releases of PyYAML


Release Notes: Python 3 is supported.


Release Notes: The emitter learned to output scalars with leading whitespaces in a block style. The test suite is refactored and included in the source distribution. The path resolver in CDumper has been fixed. An explicit document end indicator is forced when there is a possibility of parsing ambiguity. There are other minor fixes and improvements.


Release Notes: The setup.py script detects LibYAML and builds LibYAML bindings automatically. Building LibYAML bindings no longer requires Pyrex installed. 'yaml.load()' raises an exception if the input stream contains more than one YAML document. Exceptions produced by LibYAML bindings have been fixed. A dot '.' character being recognized as !!float has been fixed. A Python 2.3 compatibility issue in constructing !!timestamp values has been fixed. The attributes 'yaml.__version__' and 'yaml.__with_libyaml__' have been added.


Release Notes: Windows binary packages were built with the LibYAML trunk. A bug that prevented processing a live stream of YAML documents in timely manner was fixed. A bug which occurred when the path in add_path_resolver contains boolean values was fixed. A loss of microsecond precision in timestamps was fixed. Loading an empty YAML stream was fixed. A number of other smaller fixes and improvements were made.


Release Notes: Includes experimental LibYAML bindings. Fully supports recursive structures. Fixes a number of bugs and annoyances.


Release Notes: This release fixes Python 2.5 compatibility issues. Numerous bugs in the float handling have been fixed. Scanning of some ill-formed documents has been fixed. There are other minor fixes.


Release Notes: The Win32 installer was fixed. Apparently, bdist_wininst does not work well under Linux. A bug in add_path_resolver was fixed. The yaml-highlight example was added.


Release Notes: The version number reflects the codename of the project (PyYAML 3000) and differentiates it from the abandoned PyYaml module.