Changes between Version 26 and Version 27 of PyYAML
- Timestamp:
- 08/31/09 05:52:00 (4 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
PyYAML
v26 v27 28 28 == Requirements == 29 29 30 PyYAML requires Python 2.3 or higher. PyYAML also supports Python 3. 0.30 PyYAML requires Python 2.3 or higher. PyYAML also supports Python 3. 31 31 32 32 33 33 == Download and Installation == 34 34 35 The current stable release of PyYAML: '''3.0 8'''.35 The current stable release of PyYAML: '''3.09'''. 36 36 37 37 Download links: 38 38 39 * '''TAR.GZ package''': http://pyyaml.org/download/pyyaml/PyYAML-3.0 8.tar.gz40 * '''ZIP package''': http://pyyaml.org/download/pyyaml/PyYAML-3.0 8.zip39 * '''TAR.GZ package''': http://pyyaml.org/download/pyyaml/PyYAML-3.09.tar.gz 40 * '''ZIP package''': http://pyyaml.org/download/pyyaml/PyYAML-3.09.zip 41 41 * '''Windows installers''': 42 * http://pyyaml.org/download/pyyaml/PyYAML-3.08.win32-py2.3.exe (for Python 2.3) 43 * http://pyyaml.org/download/pyyaml/PyYAML-3.08.win32-py2.4.exe (for Python 2.4) 44 * http://pyyaml.org/download/pyyaml/PyYAML-3.08.win32-py2.5.exe (for Python 2.5) 45 * http://pyyaml.org/download/pyyaml/PyYAML-3.08.win32-py2.6.exe (for Python 2.6) 46 * http://pyyaml.org/download/pyyaml/PyYAML-3.08.win32-py3.0.exe (for Python 3.0) 42 * http://pyyaml.org/download/pyyaml/PyYAML-3.09.win32-py2.3.exe (for Python 2.3) 43 * http://pyyaml.org/download/pyyaml/PyYAML-3.09.win32-py2.4.exe (for Python 2.4) 44 * http://pyyaml.org/download/pyyaml/PyYAML-3.09.win32-py2.5.exe (for Python 2.5) 45 * http://pyyaml.org/download/pyyaml/PyYAML-3.09.win32-py2.6.exe (for Python 2.6) 46 * http://pyyaml.org/download/pyyaml/PyYAML-3.09.win32-py3.0.exe (for Python 3.0) 47 * http://pyyaml.org/download/pyyaml/PyYAML-3.09.win32-py3.1.exe (for Python 3.1) 47 48 48 49 Unpack the archive and install the package by executing … … 110 111 111 112 == History == 113 114 '''3.09 (2009-08-31)''' 115 116 * Fixed use of uninitialized memory when emitting anchors with 117 LibYAML bindings (Thank to cegner(at)yahoo-inc(dot)com). 118 * Fixed emitting incorrect BOM characters for UTF-16 (Thank to 119 Valentin Nechayev) 120 * Fixed the emitter for folded scalars not respecting the preferred 121 line width (Thank to Ingy). 122 * Fixed a subtle ordering issue with emitting `%TAG` directives 123 (Thank to Andrey Somov). 124 * Fixed performance regression with LibYAML bindings. 112 125 113 126 '''3.08 (2008-12-31)'''
