Refactor resolver.
commita56d81985b7f9d27f770e4ec312f224a2a6a30ba
authorxi <xi@18f92427-320e-0410-9341-c67f048884a3>
Sun, 16 Apr 2006 23:45:21 +0000 (16 23:45 +0000)
committerxi <xi@18f92427-320e-0410-9341-c67f048884a3>
Sun, 16 Apr 2006 23:45:21 +0000 (16 23:45 +0000)
treed992f053e2751201b0750f72d39aa6037f364c77
parent6d52fd5c231b9810da0e68d0e24f954803229357
Refactor resolver.

git-svn-id: http://svn.pyyaml.org/pyyaml/trunk@137 18f92427-320e-0410-9341-c67f048884a3
24 files changed:
lib/yaml/__init__.py
lib/yaml/composer.py
lib/yaml/detector.py [deleted file]
lib/yaml/dumper.py
lib/yaml/emitter.py
lib/yaml/events.py
lib/yaml/loader.py
lib/yaml/parser.py
lib/yaml/representer.py
lib/yaml/resolver.py [new file with mode: 0644]
lib/yaml/serializer.py
lib/yaml/tokens.py
tests/data/documents.events
tests/data/mappings.events
tests/data/resolver.data [new file with mode: 0644]
tests/data/resolver.path [new file with mode: 0644]
tests/data/scalars.events
tests/data/sequences.events
tests/data/sloppy-indentation.canonical
tests/test_appliance.py
tests/test_detector.py [deleted file]
tests/test_emitter.py
tests/test_resolver.py [new file with mode: 0644]
tests/test_yaml.py