| 17 | | * setup.py checks whether LibYAML is installed and if so, builds |
| 18 | | and installs LibYAML bindings. To force or disable installation |
| 19 | | of LibYAML bindings, use '--with-libyaml' or '--without-libyaml' |
| 20 | | respectively. |
| 21 | | * Building LibYAML bindings no longer requires Pyrex installed. |
| 22 | | * 'yaml.load()' raises an exception if the input stream contains |
| 23 | | more than one YAML document. |
| 24 | | * Fixed exceptions produced by LibYAML bindings. |
| 25 | | * Fixed a dot '.' character being recognized as !!float. |
| 26 | | * Fixed Python 2.3 compatibility issue in constructing !!timestamp values. |
| 27 | | * Windows binary packages are built against the LibYAML stable branch. |
| 28 | | * Added attributes 'yaml.__version__' and 'yaml.__with_libyaml__'. |
| | 17 | * The emitter learned to use an optional indentation indicator |
| | 18 | for block scalar; thus scalars with leading whitespaces |
| | 19 | could now be represented in a literal or folded style. |
| | 20 | * The test suite is now included in the source distribution. |
| | 21 | To run the tests, type 'python setup.py test'. |
| | 22 | * Refactored the test suite: dropped unittest in favor of |
| | 23 | a custom test appliance. |
| | 24 | * Fixed the path resolver in the LibYAML-based dumper. |
| | 25 | * Forced an explicit document end indicator when there is |
| | 26 | a possibility of parsing ambiguity. |
| | 27 | * More setup.py improvements: the package should be usable |
| | 28 | when any combination of setuptools, Pyrex and LibYAML |
| | 29 | is installed. |
| | 30 | * Windows binary packages are built against LibYAML-0.1.2. |
| | 31 | * Other minor fixes and improvements (Thank to Ingy dot Net |
| | 32 | and Andrey Somov). |
| 40 | | http://pyyaml.org/download/pyyaml/PyYAML-3.06.win32-py2.3.exe |
| 41 | | http://pyyaml.org/download/pyyaml/PyYAML-3.06.win32-py2.4.exe |
| 42 | | http://pyyaml.org/download/pyyaml/PyYAML-3.06.win32-py2.5.exe |
| 43 | | http://pyyaml.org/download/pyyaml/PyYAML-3.06.win32-py2.6.exe |
| | 44 | http://pyyaml.org/download/pyyaml/PyYAML-3.07.win32-py2.3.exe |
| | 45 | http://pyyaml.org/download/pyyaml/PyYAML-3.07.win32-py2.4.exe |
| | 46 | http://pyyaml.org/download/pyyaml/PyYAML-3.07.win32-py2.5.exe |
| | 47 | http://pyyaml.org/download/pyyaml/PyYAML-3.07.win32-py2.6.exe |