source: pyyaml/trunk/lib/yaml/emitter.py @ 377

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Diff Rev Age Author Log Message
(edit) @377   2 years xi Clear cyclic references in the parser and the emitter to avoid extra GC …
(edit) @351   4 years xi Fixed emitting of invalid BOM for UTF-16.
(edit) @347   4 years xi Fixed a bug where folded scalar emitter did not respect the preffered line …
(edit) @345   4 years xi Added a workaround against #116 (Thanks Andrey Somov).
(edit) @333   4 years xi Handle the encoding of input and output streams in a uniform way.
(edit) @328   4 years xi Added basic support for Python 3 (Thanks …
(edit) @313   4 years xi Emit an explicit document end indicator when there is a possibility of …
(edit) @308   4 years xi Refactored whitespace combination detector in the scalar analyzer: support …
(edit) @307   4 years xi Fixed typos in attribute names (Thanks to ingy).
(edit) @304   4 years xi Fixed a problem with emitting block scalars (thanks to Andrey Somov): no …
(edit) @300   4 years xi determine_chomp -> determine_block_hints
(edit) @299   4 years xi Permit emitting block scalars with leading spaces or breaks.
(edit) @222   7 years xi Subclass all base classes from object. Hold references to the objects …
(edit) @218   7 years xi Fix a bug when a block scalar is incorrectly emitted in the simple key …
(edit) @197   7 years xi Fix invalid output of single-quoted scalars in cases when a single quote …
(edit) @153   7 years xi Fix #11 (Thanks to edemaine(at)mit.edu).
(edit) @143   7 years xi Fix bugs in emitter and representer.
(edit) @141   7 years xi Add more unit tests for error messages.
(edit) @137   7 years xi Refactor resolver.
(edit) @136   7 years xi Major refactoring.
(edit) @133   7 years xi Implement yaml.dump().
(edit) @132   7 years xi Emitter is done!!!
(add) @131   7 years xi Working on emitter: implement the state machine.
Note: See TracRevisionLog for help on using the revision log.