Changeset 378 for pyyaml/trunk/announcement.msg
- Timestamp:
- 05/29/11 23:28:15 (2 years ago)
- File:
-
- 1 edited
-
pyyaml/trunk/announcement.msg (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
pyyaml/trunk/announcement.msg
r369 r378 1 From: Kirill Simonov <xi@ gamma.dn.ua>1 From: Kirill Simonov <xi@resolvent.net> 2 2 To: python-list@python.org, python-announce@python.org, yaml-core@lists.sourceforge.net 3 Subject: [ANN] PyYAML-3. 09: YAML parser and emitter for Python3 Subject: [ANN] PyYAML-3.10: YAML parser and emitter for Python 4 4 5 5 ======================== 6 Announcing PyYAML-3. 096 Announcing PyYAML-3.10 7 7 ======================== 8 8 … … 11 11 http://pyyaml.org/wiki/PyYAML 12 12 13 Note that PyYAML supports both Python 2 and Python 3. For14 compatibility notes, please see15 16 http://pyyaml.org/wiki/PyYAMLDocumentation#Python3support17 18 13 19 14 Changes 20 15 ======= 21 16 22 * Fixed use of uninitialized memory when emitting anchors with 23 LibYAML bindings (Thank to cegner(at)yahoo-inc(dot)com). 24 * Fixed emitting incorrect BOM characters for UTF-16 (Thank to 25 Valentin Nechayev) 26 * Fixed the emitter for folded scalars not respecting the preferred 27 line width (Thank to Ingy). 28 * Fixed a subtle ordering issue with emitting '%TAG' directives 29 (Thank to Andrey Somov). 30 * Fixed performance regression with LibYAML bindings. 17 * Do not try to build LibYAML bindings on platforms other than CPython; 18 this fixed installation under Jython (Thank to olt(at)bogosoft(dot)com). 19 * Clear cyclic references in the parser and the emitter 20 (Thank to kristjan(at)ccpgames(dot)com). 21 * LibYAML bindings are rebuilt with the latest version of Cython. 31 22 32 23 … … 37 28 PyYAML documentation: http://pyyaml.org/wiki/PyYAMLDocumentation 38 29 39 TAR.GZ package: http://pyyaml.org/download/pyyaml/PyYAML-3. 09.tar.gz40 ZIP package: http://pyyaml.org/download/pyyaml/PyYAML-3. 09.zip30 TAR.GZ package: http://pyyaml.org/download/pyyaml/PyYAML-3.10.tar.gz 31 ZIP package: http://pyyaml.org/download/pyyaml/PyYAML-3.10.zip 41 32 Windows installers: 42 http://pyyaml.org/download/pyyaml/PyYAML-3.09.win32-py2.3.exe 43 http://pyyaml.org/download/pyyaml/PyYAML-3.09.win32-py2.4.exe 44 http://pyyaml.org/download/pyyaml/PyYAML-3.09.win32-py2.5.exe 45 http://pyyaml.org/download/pyyaml/PyYAML-3.09.win32-py2.6.exe 46 http://pyyaml.org/download/pyyaml/PyYAML-3.09.win32-py3.0.exe 47 http://pyyaml.org/download/pyyaml/PyYAML-3.09.win32-py3.1.exe 33 http://pyyaml.org/download/pyyaml/PyYAML-3.10.win32-py2.3.exe 34 http://pyyaml.org/download/pyyaml/PyYAML-3.10.win32-py2.4.exe 35 http://pyyaml.org/download/pyyaml/PyYAML-3.10.win32-py2.5.exe 36 http://pyyaml.org/download/pyyaml/PyYAML-3.10.win32-py2.6.exe 37 http://pyyaml.org/download/pyyaml/PyYAML-3.10.win32-py3.0.exe 38 http://pyyaml.org/download/pyyaml/PyYAML-3.10.win32-py3.1.exe 39 http://pyyaml.org/download/pyyaml/PyYAML-3.10.win32-py3.2.exe 48 40 49 41 PyYAML SVN repository: http://svn.pyyaml.org/pyyaml
Note: See TracChangeset
for help on using the changeset viewer.
