# # ChangeLog for pyyaml/trunk/ext/_yaml.pyx # # Generated by Trac 0.12.2 # 05/25/13 17:32:45 Mon, 29 Dec 2008 23:21:43 GMT xi [331] * pyyaml/trunk/ext/_yaml.h (modified) * pyyaml/trunk/ext/_yaml.pyx (modified) * pyyaml/trunk/lib3/yaml/__init__.py (modified) * pyyaml/trunk/lib3/yaml/cyaml.py (copied) * pyyaml/trunk/setup.py (modified) * pyyaml/trunk/tests/lib3/test_structure.py (modified) * pyyaml/trunk/tests/lib3/test_yaml_ext.py (modified) Use Cython if available; added Python 3 support to _yaml.pyx. Sat, 27 Dec 2008 14:50:08 GMT xi [310] * pyyaml/trunk/ext/_yaml.pyx (modified) Fixed a bug in CDumper when ascend_resolver() is never called. Tue, 21 Aug 2007 20:25:34 GMT xi [258] * pyyaml/trunk/ext/_yaml.pyx (modified) * pyyaml/trunk/lib/yaml/__init__.py (modified) * pyyaml/trunk/lib/yaml/composer.py (modified) * pyyaml/trunk/lib/yaml/constructor.py (modified) * pyyaml/trunk/tests/data/empty-documents.single-loader-error (added) * pyyaml/trunk/tests/data/explicit-document.single-loader-error (added) * pyyaml/trunk/tests/data/implicit-document.single-loader-error (added) * pyyaml/trunk/tests/test_errors.py (modified) Make compose() and load() ensure that the input stream contains a single ... Thu, 26 Jul 2007 19:10:44 GMT xi [257] * pyyaml/trunk/ext/_yaml.pyx (modified) Fixed _yaml.pyx to work with the latest Pyrex. Tue, 12 Sep 2006 13:53:30 GMT xi [233] * pyyaml/trunk/ext/_yaml.pyx (modified) * pyyaml/trunk/lib/yaml/composer.py (modified) * pyyaml/trunk/tests/data/empty-document-bug.canonical (added) * pyyaml/trunk/tests/data/empty-document-bug.data (added) Fix loading an empty YAML stream. Sun, 13 Aug 2006 13:46:20 GMT xi [223] * pyyaml/trunk/ext/_yaml.pxd (modified) * pyyaml/trunk/ext/_yaml.pyx (modified) * pyyaml/trunk/lib/yaml/__init__.py (modified) * pyyaml/trunk/lib/yaml/composer.py (modified) * pyyaml/trunk/lib/yaml/cyaml.py (added) * pyyaml/trunk/lib/yaml/resolver.py (modified) * pyyaml/trunk/tests/data/recursive-list.recursive (moved) * pyyaml/trunk/tests/test_yaml_ext.py (modified) Completely rewrite the libyaml bindings. Fri, 21 Jul 2006 13:52:03 GMT xi [209] * pyyaml/trunk/ext/_yaml.pxd (modified) * pyyaml/trunk/ext/_yaml.pyx (modified) * pyyaml/trunk/tests/test_yaml_ext.py (modified) Update libyaml bindings. Fri, 07 Jul 2006 19:39:29 GMT xi [205] * pyyaml/trunk/ext/_yaml.h (modified) * pyyaml/trunk/ext/_yaml.pxd (modified) * pyyaml/trunk/ext/_yaml.pyx (modified) * pyyaml/trunk/tests/test_yaml_ext.py (modified) Update PyRex based bindings to libyaml to include Parser functions. Fri, 30 Jun 2006 08:07:42 GMT xi [196] * pyyaml/trunk/ext/_yaml.pyx (modified) Trying to make libyaml bindings faster. Mon, 19 Jun 2006 20:30:29 GMT xi [195] * pyyaml/trunk/Makefile (modified) * pyyaml/trunk/ext (added) * pyyaml/trunk/ext/_yaml.h (added) * pyyaml/trunk/ext/_yaml.pxd (added) * pyyaml/trunk/ext/_yaml.pyx (added) * pyyaml/trunk/lib/yaml/constructor.py (modified) * pyyaml/trunk/setup_ext.py (added) * pyyaml/trunk/tests/test_build_ext.py (added) * pyyaml/trunk/tests/test_yaml_ext.py (added) Add pyrex-based bindings for the libyaml scanner.