# # ChangeLog for pyyaml/trunk/lib/yaml/composer.py # # Generated by Trac 0.12.2 # 05/20/13 02:30:00 Sun, 13 Aug 2006 13:46:20 GMT xi [223] * pyyaml/trunk/ext/_yaml.pxd (modified) * pyyaml/trunk/ext/_yaml.pyx (modified) * pyyaml/trunk/lib/yaml/__init__.py (modified) * pyyaml/trunk/lib/yaml/composer.py (modified) * pyyaml/trunk/lib/yaml/cyaml.py (added) * pyyaml/trunk/lib/yaml/resolver.py (modified) * pyyaml/trunk/tests/data/recursive-list.recursive (moved) * pyyaml/trunk/tests/test_yaml_ext.py (modified) Completely rewrite the libyaml bindings. Thu, 03 Aug 2006 16:07:29 GMT xi [222] * pyyaml/trunk/lib/yaml/composer.py (modified) * pyyaml/trunk/lib/yaml/constructor.py (modified) * pyyaml/trunk/lib/yaml/emitter.py (modified) * pyyaml/trunk/lib/yaml/error.py (modified) * pyyaml/trunk/lib/yaml/events.py (modified) * pyyaml/trunk/lib/yaml/nodes.py (modified) * pyyaml/trunk/lib/yaml/parser.py (modified) * pyyaml/trunk/lib/yaml/reader.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/lib/yaml/serializer.py (modified) * pyyaml/trunk/lib/yaml/tokens.py (modified) * pyyaml/trunk/tests/data/duplicate-key.former-loader-error.code (added) * pyyaml/trunk/tests/data/duplicate-key.former-loader-error.data (moved) * pyyaml/trunk/tests/data/duplicate-mapping-key.former-loader-error.code (added) * pyyaml/trunk/tests/data/duplicate-mapping-key.former-loader-error.data (moved) * pyyaml/trunk/tests/data/duplicate-merge-key.former-loader-error.code (added) * pyyaml/trunk/tests/data/duplicate-merge-key.former-loader-error.data (moved) * pyyaml/trunk/tests/data/duplicate-value-key.former-loader-error.code (added) * pyyaml/trunk/tests/data/duplicate-value-key.former-loader-error.data (moved) * pyyaml/trunk/tests/data/recurive-list.recursive (added) * pyyaml/trunk/tests/data/recursive-anchor.former-loader-error (moved) * pyyaml/trunk/tests/data/recursive-dict.recursive (added) * pyyaml/trunk/tests/data/recursive-set.recursive (added) * pyyaml/trunk/tests/data/recursive-state.recursive (added) * pyyaml/trunk/tests/data/recursive-tuple.recursive (added) * pyyaml/trunk/tests/data/recursive.former-dumper-error (moved) * pyyaml/trunk/tests/test_constructor.py (modified) * pyyaml/trunk/tests/test_recursive.py (modified) * pyyaml/trunk/tests/test_resolver.py (modified) * pyyaml/trunk/tests/test_structure.py (modified) Subclass all base classes from `object`. Hold references to the objects ... Mon, 03 Jul 2006 11:29:45 GMT xi [198] * pyyaml/trunk/lib/yaml/composer.py (modified) * pyyaml/trunk/lib/yaml/constructor.py (modified) * pyyaml/trunk/lib/yaml/parser.py (modified) * pyyaml/trunk/lib/yaml/scanner.py (modified) * pyyaml/trunk/tests/data/no-block-mapping-end-2.loader-error (added) To make porting easier, rewrite Parser not using generators. Fix ... Tue, 18 Apr 2006 17:15:54 GMT xi [142] * pyyaml/trunk/lib/yaml/composer.py (modified) * pyyaml/trunk/lib/yaml/constructor.py (modified) * pyyaml/trunk/tests/test_recursive.py (added) * pyyaml/trunk/tests/test_yaml.py (modified) Add support for recursive nodes to Composer. Constructor does not ... Sun, 16 Apr 2006 23:45:21 GMT xi [137] * pyyaml/trunk/lib/yaml/__init__.py (modified) * pyyaml/trunk/lib/yaml/composer.py (modified) * pyyaml/trunk/lib/yaml/dumper.py (modified) * pyyaml/trunk/lib/yaml/emitter.py (modified) * pyyaml/trunk/lib/yaml/events.py (modified) * pyyaml/trunk/lib/yaml/loader.py (modified) * pyyaml/trunk/lib/yaml/parser.py (modified) * pyyaml/trunk/lib/yaml/representer.py (modified) * pyyaml/trunk/lib/yaml/resolver.py (moved) * pyyaml/trunk/lib/yaml/serializer.py (modified) * pyyaml/trunk/lib/yaml/tokens.py (modified) * pyyaml/trunk/tests/data/documents.events (modified) * pyyaml/trunk/tests/data/mappings.events (modified) * pyyaml/trunk/tests/data/resolver.data (added) * pyyaml/trunk/tests/data/resolver.path (added) * pyyaml/trunk/tests/data/scalars.events (modified) * pyyaml/trunk/tests/data/sequences.events (modified) * pyyaml/trunk/tests/data/sloppy-indentation.canonical (modified) * pyyaml/trunk/tests/test_appliance.py (modified) * pyyaml/trunk/tests/test_emitter.py (modified) * pyyaml/trunk/tests/test_resolver.py (moved) * pyyaml/trunk/tests/test_yaml.py (modified) Refactor resolver. Sat, 15 Apr 2006 23:54:52 GMT xi [136] * pyyaml/trunk/examples/yaml-hl/yaml_hl.py (modified) * pyyaml/trunk/lib/yaml/__init__.py (modified) * pyyaml/trunk/lib/yaml/composer.py (modified) * pyyaml/trunk/lib/yaml/constructor.py (modified) * pyyaml/trunk/lib/yaml/detector.py (modified) * pyyaml/trunk/lib/yaml/dumper.py (added) * pyyaml/trunk/lib/yaml/emitter.py (modified) * pyyaml/trunk/lib/yaml/error.py (modified) * pyyaml/trunk/lib/yaml/events.py (modified) * pyyaml/trunk/lib/yaml/loader.py (added) * pyyaml/trunk/lib/yaml/nodes.py (modified) * pyyaml/trunk/lib/yaml/parser.py (modified) * pyyaml/trunk/lib/yaml/reader.py (modified) * pyyaml/trunk/lib/yaml/representer.py (modified) * pyyaml/trunk/lib/yaml/resolver.py (deleted) * pyyaml/trunk/lib/yaml/scanner.py (modified) * pyyaml/trunk/lib/yaml/serializer.py (modified) * pyyaml/trunk/lib/yaml/yaml_object.py (deleted) * pyyaml/trunk/tests/data/construct-custom.code (modified) * pyyaml/trunk/tests/data/construct-custom.data (modified) * pyyaml/trunk/tests/data/spec-08-07.canonical (modified) * pyyaml/trunk/tests/data/tags.events (modified) * pyyaml/trunk/tests/test_appliance.py (modified) * pyyaml/trunk/tests/test_canonical.py (modified) * pyyaml/trunk/tests/test_constructor.py (modified) * pyyaml/trunk/tests/test_detector.py (modified) * pyyaml/trunk/tests/test_emitter.py (modified) * pyyaml/trunk/tests/test_errors.py (modified) * pyyaml/trunk/tests/test_representer.py (modified) * pyyaml/trunk/tests/test_structure.py (modified) * pyyaml/trunk/tests/test_tokens.py (modified) Major refactoring. Tue, 11 Apr 2006 00:34:16 GMT xi [133] * pyyaml/trunk/lib/yaml/__init__.py (modified) * pyyaml/trunk/lib/yaml/composer.py (modified) * pyyaml/trunk/lib/yaml/constructor.py (modified) * pyyaml/trunk/lib/yaml/detector.py (added) * pyyaml/trunk/lib/yaml/emitter.py (modified) * pyyaml/trunk/lib/yaml/events.py (modified) * pyyaml/trunk/lib/yaml/nodes.py (modified) * pyyaml/trunk/lib/yaml/representer.py (added) * pyyaml/trunk/lib/yaml/resolver.py (modified) * pyyaml/trunk/lib/yaml/serializer.py (added) * pyyaml/trunk/lib/yaml/yaml_object.py (added) * pyyaml/trunk/tests/data/scalars.events (modified) * pyyaml/trunk/tests/test_emitter.py (modified) * pyyaml/trunk/tests/test_representer.py (added) * pyyaml/trunk/tests/test_yaml.py (modified) Implement yaml.dump(). Sun, 09 Apr 2006 19:51:02 GMT xi [132] * pyyaml/trunk/lib/yaml/__init__.py (modified) * pyyaml/trunk/lib/yaml/composer.py (modified) * pyyaml/trunk/lib/yaml/emitter.py (modified) * pyyaml/trunk/lib/yaml/events.py (modified) * pyyaml/trunk/lib/yaml/nodes.py (modified) * pyyaml/trunk/lib/yaml/parser.py (modified) * pyyaml/trunk/lib/yaml/resolver.py (modified) * pyyaml/trunk/lib/yaml/scanner.py (modified) * pyyaml/trunk/tests/data/documents.events (modified) * pyyaml/trunk/tests/data/mappings.events (modified) * pyyaml/trunk/tests/data/sequences.events (modified) * pyyaml/trunk/tests/data/tags.events (added) * pyyaml/trunk/tests/test_appliance.py (modified) * pyyaml/trunk/tests/test_emitter.py (modified) * pyyaml/trunk/tests/test_yaml.py (modified) Emitter is done!!! Mon, 03 Apr 2006 18:20:25 GMT xi [130] * pyyaml/trunk/examples/yaml-hl/yaml_hl_ascii.cfg (modified) * pyyaml/trunk/examples/yaml-hl/yaml_hl_html.cfg (modified) * pyyaml/trunk/lib/yaml/composer.py (modified) * pyyaml/trunk/lib/yaml/events.py (modified) * pyyaml/trunk/lib/yaml/parser.py (modified) * pyyaml/trunk/lib/yaml/reader.py (modified) * pyyaml/trunk/lib/yaml/scanner.py (modified) * pyyaml/trunk/lib/yaml/tokens.py (modified) * pyyaml/trunk/tests/data/aliases.events (copied) * pyyaml/trunk/tests/data/documents.events (copied) * pyyaml/trunk/tests/data/mappings.events (copied) * pyyaml/trunk/tests/data/scalars.events (copied) * pyyaml/trunk/tests/data/sequences.events (copied) * pyyaml/trunk/tests/data/spec-08-12.canonical (modified) * pyyaml/trunk/tests/data/spec-08-12.data (modified) * pyyaml/trunk/tests/test_appliance.py (modified) * pyyaml/trunk/tests/test_emitter.py (copied) * pyyaml/trunk/tests/test_structure.py (modified) * pyyaml/trunk/tests/test_yaml.py (modified) Add style information to events generated by Parser. Sun, 19 Mar 2006 13:00:38 GMT xi [118] * pyyaml/trunk/lib/yaml/composer.py (modified) * pyyaml/trunk/lib/yaml/events.py (modified) * pyyaml/trunk/lib/yaml/parser.py (modified) * pyyaml/trunk/lib/yaml/scanner.py (modified) * pyyaml/trunk/lib/yaml/tokens.py (modified) * pyyaml/trunk/tests/test_appliance.py (modified) * pyyaml/trunk/tests/test_structure.py (modified) * pyyaml/trunk/tests/test_tokens.py (modified) * Add the token STREAM-START. * Add parsing events: STREAM-START, ... Sat, 18 Mar 2006 13:37:09 GMT xi [116] * pyyaml/trunk/lib/yaml/composer.py (modified) * pyyaml/trunk/lib/yaml/constructor.py (modified) * pyyaml/trunk/lib/yaml/error.py (modified) * pyyaml/trunk/lib/yaml/events.py (modified) * pyyaml/trunk/lib/yaml/nodes.py (modified) * pyyaml/trunk/lib/yaml/parser.py (modified) * pyyaml/trunk/lib/yaml/reader.py (modified) * pyyaml/trunk/lib/yaml/scanner.py (modified) * pyyaml/trunk/lib/yaml/tokens.py (modified) * pyyaml/trunk/tests/data/test_mark.marks (moved) * pyyaml/trunk/tests/test_mark.py (moved) * pyyaml/trunk/tests/test_yaml.py (modified) Back to work :). Rename markers to marks. Sun, 05 Mar 2006 22:19:08 GMT xi [63] * pyyaml (moved) * pyyaml/branches (copied) * pyyaml/tags (copied) * pyyaml/trunk (copied) Rename pyyaml-ng to ppyyaml to make it simpler. Sat, 04 Mar 2006 22:43:48 GMT xi [62] * pyyaml-ng/branches (added) * pyyaml-ng/tags (added) * pyyaml-ng/trunk (copied) Move pyyaml3000 to a separate directory.