source: pyyaml/trunk/lib/yaml/representer.py @ 235

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Diff Rev Age Author Log Message
(edit) @235   6 years xi Use the types module instead of constructing type objects by hand. Fix …
(edit) @225   7 years xi Fix timestamp constructing and representing (close #25).
(edit) @222   7 years xi Subclass all base classes from object. Hold references to the objects …
(edit) @206   7 years xi Fix a bug in Representer.represent_object: copy_reg.dispatch_table was not …
(edit) @173   7 years xi Revamp the inf/nan handling again.
(edit) @168   7 years xi Dynamically determine the inf and nan values. Should fix #14. Thanks to …
(edit) @152   7 years xi Add a way to override default style chosen by Representer: fix #9
(edit) @151   7 years xi 1e30000 => 1e300000
(edit) @150   7 years xi Prepare setup.py for release. Fix #7.
(edit) @148   7 years xi Sort object attributes.
(edit) @147   7 years xi Add support for pickling/unpickling python objects.
(edit) @143   7 years xi Fix bugs in emitter and representer.
(edit) @139   7 years xi Add constructors for some simple python types.
(edit) @137   7 years xi Refactor resolver.
(edit) @136   7 years xi Major refactoring.
(edit) @135   7 years xi Fix allow_unicode (ticket:3).
(add) @133   7 years xi Implement yaml.dump().
Note: See TracRevisionLog for help on using the revision log.