Working on Constructor.
commitd9d88a4c942e30cd12d09d911425d2022d9094ab
authorxi <xi@18f92427-320e-0410-9341-c67f048884a3>
Thu, 23 Feb 2006 00:18:34 +0000 (23 00:18 +0000)
committerxi <xi@18f92427-320e-0410-9341-c67f048884a3>
Thu, 23 Feb 2006 00:18:34 +0000 (23 00:18 +0000)
tree3273d56d41681bc4a6c40228d7f853e0f3b7ce81
parentdb82b0f5828351f5c4430a0f3056ae8c13b2cc93
Working on Constructor.

git-svn-id: http://svn.pyyaml.org/branches/pyyaml3000@55 18f92427-320e-0410-9341-c67f048884a3
27 files changed:
lib/yaml/__init__.py
lib/yaml/composer.py
lib/yaml/constructor.py [new file with mode: 0644]
lib/yaml/nodes.py
lib/yaml/parser.py
lib/yaml/resolver.py
lib/yaml/scanner.py
tests/data/bool.data [new file with mode: 0644]
tests/data/bool.detect [new file with mode: 0644]
tests/data/duplicate-mapping-key.error-message [new file with mode: 0644]
tests/data/float.data [new file with mode: 0644]
tests/data/float.detect [new file with mode: 0644]
tests/data/int.data [new file with mode: 0644]
tests/data/int.detect [new file with mode: 0644]
tests/data/merge.data [new file with mode: 0644]
tests/data/merge.detect [new file with mode: 0644]
tests/data/null.data [new file with mode: 0644]
tests/data/null.detect [new file with mode: 0644]
tests/data/str.data [new file with mode: 0644]
tests/data/str.detect [new file with mode: 0644]
tests/data/timestamp.data [new file with mode: 0644]
tests/data/timestamp.detect [new file with mode: 0644]
tests/data/value.data [new file with mode: 0644]
tests/data/value.detect [new file with mode: 0644]
tests/test_detector.py [new file with mode: 0644]
tests/test_structure.py
tests/test_yaml.py