# # ChangeLog for pyyaml/trunk/lib/yaml/representer.py # # Generated by Trac 0.12.2 # 05/23/13 00:54:31 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().