Major refactoring.
commit6d52fd5c231b9810da0e68d0e24f954803229357
authorxi <xi@18f92427-320e-0410-9341-c67f048884a3>
Sat, 15 Apr 2006 23:54:52 +0000 (15 23:54 +0000)
committerxi <xi@18f92427-320e-0410-9341-c67f048884a3>
Sat, 15 Apr 2006 23:54:52 +0000 (15 23:54 +0000)
tree01a40354d0f9dda749f4601b6a21e1e8b85ebc2e
parent5b3ffc5848ec0b8c5555fc66e6f67b9baab4739a
Major refactoring.

git-svn-id: http://svn.pyyaml.org/pyyaml/trunk@136 18f92427-320e-0410-9341-c67f048884a3
31 files changed:
examples/yaml-hl/yaml_hl.py
lib/yaml/__init__.py
lib/yaml/composer.py
lib/yaml/constructor.py
lib/yaml/detector.py
lib/yaml/dumper.py [new file with mode: 0644]
lib/yaml/emitter.py
lib/yaml/error.py
lib/yaml/events.py
lib/yaml/loader.py [new file with mode: 0644]
lib/yaml/nodes.py
lib/yaml/parser.py
lib/yaml/reader.py
lib/yaml/representer.py
lib/yaml/resolver.py [deleted file]
lib/yaml/scanner.py
lib/yaml/serializer.py
lib/yaml/yaml_object.py [deleted file]
tests/data/construct-custom.code
tests/data/construct-custom.data
tests/data/spec-08-07.canonical
tests/data/tags.events
tests/test_appliance.py
tests/test_canonical.py
tests/test_constructor.py
tests/test_detector.py
tests/test_emitter.py
tests/test_errors.py
tests/test_representer.py
tests/test_structure.py
tests/test_tokens.py