| 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). |
| | 23 | * Python 3 support (Thank to Erick Tryzelaar). |
| | 24 | * Use Cython instead of Pyrex to build LibYAML bindings. Note |
| | 25 | that the source package is distributed with a pre-generated |
| | 26 | '_yaml.c' file so you don't need Cython installed to build |
| | 27 | LibYAML bindings. |
| | 28 | * Refactored support for unicode and byte input/output streams. |
| 41 | | TAR.GZ package: http://pyyaml.org/download/pyyaml/PyYAML-3.07.tar.gz |
| 42 | | ZIP package: http://pyyaml.org/download/pyyaml/PyYAML-3.07.zip |
| 43 | | Windows installer: |
| 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 |
| | 37 | TAR.GZ package: http://pyyaml.org/download/pyyaml/PyYAML-3.08.tar.gz |
| | 38 | ZIP package: http://pyyaml.org/download/pyyaml/PyYAML-3.08.zip |
| | 39 | Windows installers: |
| | 40 | http://pyyaml.org/download/pyyaml/PyYAML-3.08.win32-py2.3.exe |
| | 41 | http://pyyaml.org/download/pyyaml/PyYAML-3.08.win32-py2.4.exe |
| | 42 | http://pyyaml.org/download/pyyaml/PyYAML-3.08.win32-py2.5.exe |
| | 43 | http://pyyaml.org/download/pyyaml/PyYAML-3.08.win32-py2.6.exe |
| | 44 | http://pyyaml.org/download/pyyaml/PyYAML-3.08.win32-py3.0.exe |