# # ChangeLog for pyyaml/branches/working-on-emitter/lib/yaml/tokens.py # # Generated by Trac 0.12.2 # 05/25/13 03:28:26 Mon, 20 Mar 2006 19:25:39 GMT xi [121] * pyyaml/branches/working-on-emitter (copied) * pyyaml/branches/working-on-emitter/examples (copied) * pyyaml/branches/working-on-emitter/lib/yaml/composer.py (copied) * pyyaml/branches/working-on-emitter/lib/yaml/constructor.py (copied) * pyyaml/branches/working-on-emitter/lib/yaml/error.py (copied) * pyyaml/branches/working-on-emitter/lib/yaml/events.py (copied) * pyyaml/branches/working-on-emitter/lib/yaml/nodes.py (copied) * pyyaml/branches/working-on-emitter/lib/yaml/parser.py (copied) * pyyaml/branches/working-on-emitter/lib/yaml/reader.py (copied) * pyyaml/branches/working-on-emitter/lib/yaml/scanner.py (copied) * pyyaml/branches/working-on-emitter/lib/yaml/tokens.py (copied) * pyyaml/branches/working-on-emitter/tests/data/document-separator-in-quoted-scalar.error-message (copied) * pyyaml/branches/working-on-emitter/tests/data/sloppy-indentation.canonical (copied) * pyyaml/branches/working-on-emitter/tests/data/sloppy-indentation.data (copied) * pyyaml/branches/working-on-emitter/tests/data/test_mark.marks (copied) * pyyaml/branches/working-on-emitter/tests/test_appliance.py (copied) * pyyaml/branches/working-on-emitter/tests/test_mark.py (copied) * pyyaml/branches/working-on-emitter/tests/test_structure.py (copied) * pyyaml/branches/working-on-emitter/tests/test_tokens.py (copied) * pyyaml/branches/working-on-emitter/tests/test_yaml.py (copied) * pyyaml/trunk/tests/data/invalid-indentation-for-quoted-scalar.error-message (deleted) * pyyaml/trunk/tests/data/test_marker.markers (deleted) * pyyaml/trunk/tests/test_marker.py (deleted) Add a branch for working on Emitter. 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, ...