# # ChangeLog for pyyaml/trunk/lib/yaml/representer.py # # Generated by Trac 0.12.2 # 05/20/13 00:34:29 Mon, 30 May 2011 04:19:04 GMT xi [380] * pyyaml/trunk/CHANGES (modified) * pyyaml/trunk/announcement.msg (modified) * pyyaml/trunk/lib/yaml/constructor.py (modified) * pyyaml/trunk/lib/yaml/reader.py (modified) * pyyaml/trunk/lib/yaml/representer.py (modified) Dropped support for Python 2.3 and 2.4. 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 ... Thu, 22 Mar 2007 16:13:32 GMT xi [248] * pyyaml/trunk/lib/yaml/representer.py (modified) Improve output of float values. Fix #49. Fri, 08 Dec 2006 15:36:53 GMT xi [235] * pyyaml/trunk/lib/yaml/constructor.py (modified) * pyyaml/trunk/lib/yaml/parser.py (modified) * pyyaml/trunk/lib/yaml/representer.py (modified) Use the types module instead of constructing type objects by hand. Fix ... Wed, 16 Aug 2006 18:22:38 GMT xi [225] * pyyaml/trunk/lib/yaml/constructor.py (modified) * pyyaml/trunk/lib/yaml/representer.py (modified) * pyyaml/trunk/tests/data/construct-timestamp.code (modified) * pyyaml/trunk/tests/data/timestamp-bugs.code (added) * pyyaml/trunk/tests/data/timestamp-bugs.data (added) * pyyaml/trunk/tests/test_constructor.py (modified) * pyyaml/trunk/tests/test_representer.py (modified) Fix timestamp constructing and representing (close #25). 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 ... Tue, 11 Jul 2006 11:32:39 GMT xi [206] * pyyaml/trunk/lib/yaml/representer.py (modified) Fix a bug in Representer.represent_object: copy_reg.dispatch_table was ... Mon, 22 May 2006 19:49:54 GMT xi [173] * pyyaml/trunk/lib/yaml/constructor.py (modified) * pyyaml/trunk/lib/yaml/reader.py (modified) * pyyaml/trunk/lib/yaml/representer.py (modified) * pyyaml/trunk/tests/test_constructor.py (modified) * pyyaml/trunk/tests/test_representer.py (modified) Revamp the inf/nan handling again. Mon, 15 May 2006 18:43:58 GMT xi [168] * pyyaml/trunk/lib/yaml/constructor.py (modified) * pyyaml/trunk/lib/yaml/representer.py (modified) Dynamically determine the inf and nan values. Should fix #14. Thanks to ... Thu, 04 May 2006 10:46:11 GMT xi [152] * pyyaml/trunk/lib/yaml/__init__.py (modified) * pyyaml/trunk/lib/yaml/dumper.py (modified) * pyyaml/trunk/lib/yaml/representer.py (modified) Add a way to override default style chosen by Representer: fix #9 Sun, 23 Apr 2006 18:13:32 GMT xi [151] * pyyaml/trunk/lib/yaml/representer.py (modified) 1e30000 => 1e300000 Sun, 23 Apr 2006 18:07:52 GMT xi [150] * pyyaml/trunk/lib/yaml/representer.py (modified) * pyyaml/trunk/setup.py (modified) * pyyaml/trunk/tests/data/float-representer-2.3-bug.code (added) * pyyaml/trunk/tests/data/float-representer-2.3-bug.data (added) * pyyaml/trunk/tests/test_appliance.py (modified) * pyyaml/trunk/tests/test_constructor.py (modified) * pyyaml/trunk/tests/test_representer.py (modified) Prepare setup.py for release. Fix #7. Sat, 22 Apr 2006 21:08:32 GMT xi [148] * pyyaml/trunk/lib/yaml/representer.py (modified) Sort object attributes. Sat, 22 Apr 2006 20:40:43 GMT xi [147] * pyyaml/trunk/lib/yaml/__init__.py (modified) * pyyaml/trunk/lib/yaml/constructor.py (modified) * pyyaml/trunk/lib/yaml/representer.py (modified) * pyyaml/trunk/tests/data/construct-python-object.code (added) * pyyaml/trunk/tests/data/construct-python-object.data (added) * pyyaml/trunk/tests/test_constructor.py (modified) * pyyaml/trunk/tests/test_representer.py (modified) Add support for pickling/unpickling python objects. Tue, 18 Apr 2006 19:33:16 GMT xi [143] * pyyaml/trunk/lib/yaml/emitter.py (modified) * pyyaml/trunk/lib/yaml/representer.py (modified) Fix bugs in emitter and representer. Tue, 18 Apr 2006 14:35:28 GMT xi [139] * pyyaml/trunk/lib/yaml/constructor.py (modified) * pyyaml/trunk/lib/yaml/representer.py (modified) * pyyaml/trunk/lib/yaml/serializer.py (modified) Add constructors for some simple python types. 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. Wed, 12 Apr 2006 22:26:41 GMT xi [135] * pyyaml/trunk/lib/yaml/__init__.py (modified) * pyyaml/trunk/lib/yaml/representer.py (modified) * pyyaml/trunk/lib/yaml/serializer.py (modified) Fix allow_unicode (ticket:3). 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().