# # ChangeLog for pyyaml/trunk/tests3/test_constructor.py # # Generated by Trac 0.12.2 # 05/18/13 11:05:15 Mon, 29 Dec 2008 18:11:08 GMT xi [329] * pyyaml/trunk/lib3/yaml/constructor.py (modified) * pyyaml/trunk/lib3/yaml/emitter.py (modified) * pyyaml/trunk/tests3/data/construct-python-bytes.code (added) * pyyaml/trunk/tests3/data/construct-python-bytes.data (added) * pyyaml/trunk/tests3/data/construct-python-long-short.code (modified) * pyyaml/trunk/tests3/data/construct-python-name-module.code (modified) * pyyaml/trunk/tests3/data/construct-python-name-module.data (modified) * pyyaml/trunk/tests3/data/construct-python-object.code (modified) * pyyaml/trunk/tests3/data/construct-python-object.data (modified) * pyyaml/trunk/tests3/data/construct-python-str-utf8.code (modified) * pyyaml/trunk/tests3/data/construct-python-unicode-ascii.code (modified) * pyyaml/trunk/tests3/data/construct-python-unicode-utf8.code (modified) * pyyaml/trunk/tests3/data/construct-str-utf8.code (modified) * pyyaml/trunk/tests3/data/recursive-set.recursive (modified) * pyyaml/trunk/tests3/test_constructor.py (modified) * pyyaml/trunk/tests3/test_recursive.py (modified) Fixed the remaining Python 3 compatibility issues. Mon, 29 Dec 2008 17:24:05 GMT xi [328] * pyyaml/trunk/lib/yaml/cyaml.py (deleted) * pyyaml/trunk/lib/yaml/emitter.py (modified) * pyyaml/trunk/lib/yaml/representer.py (modified) * pyyaml/trunk/lib/yaml/resolver.py (modified) * pyyaml/trunk/lib/yaml/scanner.py (modified) * pyyaml/trunk/lib3 (copied) * pyyaml/trunk/lib3/yaml/__init__.py (modified) * pyyaml/trunk/lib3/yaml/composer.py (modified) * pyyaml/trunk/lib3/yaml/constructor.py (modified) * pyyaml/trunk/lib3/yaml/dumper.py (modified) * pyyaml/trunk/lib3/yaml/emitter.py (modified) * pyyaml/trunk/lib3/yaml/error.py (modified) * pyyaml/trunk/lib3/yaml/loader.py (modified) * pyyaml/trunk/lib3/yaml/parser.py (modified) * pyyaml/trunk/lib3/yaml/reader.py (modified) * pyyaml/trunk/lib3/yaml/representer.py (modified) * pyyaml/trunk/lib3/yaml/resolver.py (modified) * pyyaml/trunk/lib3/yaml/scanner.py (modified) * pyyaml/trunk/lib3/yaml/serializer.py (modified) * pyyaml/trunk/setup.py (modified) * pyyaml/trunk/tests3 (copied) * pyyaml/trunk/tests3/canonical.py (modified) * pyyaml/trunk/tests3/data/construct-binary.code (modified) * pyyaml/trunk/tests3/data/emitting-unacceptable-unicode-character-bug.code (modified) * pyyaml/trunk/tests3/data/serializer-is-already-opened.dumper-error (modified) * pyyaml/trunk/tests3/data/serializer-is-closed-1.dumper-error (modified) * pyyaml/trunk/tests3/data/serializer-is-closed-2.dumper-error (modified) * pyyaml/trunk/tests3/data/serializer-is-not-opened-1.dumper-error (modified) * pyyaml/trunk/tests3/data/serializer-is-not-opened-2.dumper-error (modified) * pyyaml/trunk/tests3/test_appliance.py (modified) * pyyaml/trunk/tests3/test_canonical.py (modified) * pyyaml/trunk/tests3/test_constructor.py (modified) * pyyaml/trunk/tests3/test_emitter.py (modified) * pyyaml/trunk/tests3/test_errors.py (modified) * pyyaml/trunk/tests3/test_mark.py (modified) * pyyaml/trunk/tests3/test_reader.py (modified) * pyyaml/trunk/tests3/test_recursive.py (modified) * pyyaml/trunk/tests3/test_representer.py (modified) * pyyaml/trunk/tests3/test_resolver.py (modified) * pyyaml/trunk/tests3/test_structure.py (modified) * pyyaml/trunk/tests3/test_tokens.py (modified) * pyyaml/trunk/tests3/test_yaml_ext.py (modified) Added basic support for Python 3 (Thanks ... Sun, 28 Dec 2008 21:42:35 GMT xi [325] * pyyaml/trunk/setup.py (modified) * pyyaml/trunk/tests/test_appliance.py (modified) * pyyaml/trunk/tests/test_constructor.py (modified) * pyyaml/trunk/tests/test_recursive.py (modified) * pyyaml/trunk/tests/test_yaml_ext.py (modified) Minor 2.3 and win32 compatibility fixes; clarify the 'feature not found' ...