Changeset 326 for pyyaml/trunk/announcement.msg
- Timestamp:
- 12/28/08 18:34:19 (4 years ago)
- File:
-
- 1 edited
-
pyyaml/trunk/announcement.msg (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
pyyaml/trunk/announcement.msg
r295 r326 1 1 From: Kirill Simonov <xi@gamma.dn.ua> 2 2 To: python-list@python.org, python-announce@python.org, yaml-core@lists.sourceforge.net 3 Subject: [ANN] PyYAML-3.0 6: YAML parser and emitter for Python3 Subject: [ANN] PyYAML-3.07: YAML parser and emitter for Python 4 4 5 5 ======================== 6 Announcing PyYAML-3.0 66 Announcing PyYAML-3.07 7 7 ======================== 8 8 9 A new bug fixrelease of PyYAML is now available:9 A new release of PyYAML is now available: 10 10 11 11 http://pyyaml.org/wiki/PyYAML … … 15 15 ======= 16 16 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). 29 33 30 34 … … 35 39 PyYAML documentation: http://pyyaml.org/wiki/PyYAMLDocumentation 36 40 37 TAR.GZ package: http://pyyaml.org/download/pyyaml/PyYAML-3.0 6.tar.gz38 ZIP package: http://pyyaml.org/download/pyyaml/PyYAML-3.0 6.zip41 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 39 43 Windows installer: 40 http://pyyaml.org/download/pyyaml/PyYAML-3.0 6.win32-py2.3.exe41 http://pyyaml.org/download/pyyaml/PyYAML-3.0 6.win32-py2.4.exe42 http://pyyaml.org/download/pyyaml/PyYAML-3.0 6.win32-py2.5.exe43 http://pyyaml.org/download/pyyaml/PyYAML-3.0 6.win32-py2.6.exe44 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 44 48 45 49 PyYAML SVN repository: http://svn.pyyaml.org/pyyaml
Note: See TracChangeset
for help on using the changeset viewer.
