Completely rewrite the libyaml bindings.
commitcc48dfaed13825e8d78ad1c3de8b51668fdeab92
authorxi <xi@18f92427-320e-0410-9341-c67f048884a3>
Sun, 13 Aug 2006 13:46:20 +0000 (13 13:46 +0000)
committerxi <xi@18f92427-320e-0410-9341-c67f048884a3>
Sun, 13 Aug 2006 13:46:20 +0000 (13 13:46 +0000)
tree7aeaec62cdbf6ae5d0b8fe297559a8041b57b2dd
parent728d62da5c3915c4c2d76a00c93cfae031639391
Completely rewrite the libyaml bindings.

git-svn-id: http://svn.pyyaml.org/pyyaml/trunk@223 18f92427-320e-0410-9341-c67f048884a3
ext/_yaml.pxd
ext/_yaml.pyx
lib/yaml/__init__.py
lib/yaml/composer.py
lib/yaml/cyaml.py [new file with mode: 0644]
lib/yaml/resolver.py
tests/data/recursive-list.recursive [moved from tests/data/recurive-list.recursive with 100% similarity]
tests/test_yaml_ext.py