| 44 | | * http://pyyaml.org/download/pyyaml/PyYAML-3.06.win32-py2.3.exe (for Python 2.3) |
| 45 | | * http://pyyaml.org/download/pyyaml/PyYAML-3.06.win32-py2.4.exe (for Python 2.4) |
| 46 | | * http://pyyaml.org/download/pyyaml/PyYAML-3.06.win32-py2.5.exe (for Python 2.5) |
| 47 | | * http://pyyaml.org/download/pyyaml/PyYAML-3.06.win32-py2.6.exe (for Python 2.6) |
| | 44 | * http://pyyaml.org/download/pyyaml/PyYAML-3.07.win32-py2.3.exe (for Python 2.3) |
| | 45 | * http://pyyaml.org/download/pyyaml/PyYAML-3.07.win32-py2.4.exe (for Python 2.4) |
| | 46 | * http://pyyaml.org/download/pyyaml/PyYAML-3.07.win32-py2.5.exe (for Python 2.5) |
| | 47 | * http://pyyaml.org/download/pyyaml/PyYAML-3.07.win32-py2.6.exe (for Python 2.6) |
| | 113 | |
| | 114 | '''3.07 (2008-12-29)''' |
| | 115 | |
| | 116 | * The emitter learned to use an optional indentation indicator |
| | 117 | for block scalar; thus scalars with leading whitespaces |
| | 118 | could now be represented in a literal or folded style. |
| | 119 | * The test suite is now included in the source distribution. |
| | 120 | To run the tests, type `python setup.py test`. |
| | 121 | * Refactored the test suite: dropped `unittest` in favor of |
| | 122 | a custom test appliance. |
| | 123 | * Fixed the path resolver in `CDumper`. |
| | 124 | * Forced an explicit document end indicator when there is |
| | 125 | a possibility of parsing ambiguity. |
| | 126 | * More `setup.py` improvements: the package should be usable |
| | 127 | when any combination of `setuptools`, `Pyrex` and `LibYAML` |
| | 128 | is installed. |
| | 129 | * Windows binary packages are built against LibYAML-0.1.2. |
| | 130 | * Minor typos and corrections. Thank to Ingy dot Net |
| | 131 | and Andrey Somov. |