root/pyyaml/trunk/lib/yaml

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Diff Rev Chgset Date Author Log Message
(edit) @380 [380] 9 months xi Dropped support for Python 2.3 and 2.4.
(edit) @378 [378] 9 months xi Updated the changelog and bumped the version number.
(edit) @377 [377] 9 months xi Clear cyclic references in the parser and the emitter to avoid extra GC …
(edit) @360 [360] 2 years xi Preparing the next release.
(edit) @354 [354] 2 years xi Fixed a problem with a scanner error not detected when no line break at …
(edit) @353 [353] 2 years xi Fixed a typo in docstring.
(edit) @351 [351] 2 years xi Fixed emitting of invalid BOM for UTF-16.
(edit) @347 [347] 3 years xi Fixed a bug where folded scalar emitter did not respect the preffered line …
(edit) @345 [345] 3 years xi Added a workaround against #116 (Thanks Andrey Somov).
(edit) @341 [341] 3 years xi Fixed a typo in the attribute name (Thanks ingy).
(edit) @336 [336] 3 years xi Final touches before the release.
(edit) @333 [333] 3 years xi Handle the encoding of input and output streams in a uniform way.
(edit) @328 [328] 3 years xi Added basic support for Python 3 (Thanks …
(edit) @323 [323] 3 years xi Fixed an issue with ReaderError? generated by the LibYAML wrapper.
(edit) @314 [314] 3 years xi Bumped the version number.
(edit) @313 [313] 3 years xi Emit an explicit document end indicator when there is a possibility of …
(edit) @308 [308] 3 years xi Refactored whitespace combination detector in the scalar analyzer: support …
(edit) @307 [307] 3 years xi Fixed typos in attribute names (Thanks to ingy).
(edit) @304 [304] 3 years xi Fixed a problem with emitting block scalars (thanks to Andrey Somov): no …
(edit) @303 [303] 3 years xi Removed unused variable.
(edit) @302 [302] 3 years xi Removed a stale comment; fixes #102.
(edit) @300 [300] 3 years xi determine_chomp -> determine_block_hints
(edit) @299 [299] 3 years xi Permit emitting block scalars with leading spaces or breaks.
(edit) @295 [295] 3 years xi Dropped tests from the source distribution since LibYAML bindings do not …
(edit) @282 [282] 3 years xi Added attributes yaml.version and yaml.libyaml (fixes …
(edit) @275 [275] 3 years xi Use setuptools for setup.py. Dropped setup_with_libyaml.py; to build …
(edit) @269 [269] 4 years xi Fixed Python 2.3 compatibility (thanks to Julian Scheid for suggestion).
(edit) @260 [260] 4 years xi A single dot is not a float value (fixes #62).
(edit) @258 [258] 4 years xi Make compose() and load() ensure that the input stream contains a single …
(edit) @252 [252] 5 years xi Allow for immutable subclasses of YAMLObject. Fixes #53.
(edit) @251 [251] 5 years xi Make the encoding of the unicode->str conversion explicit; fix [52].
(edit) @249 [249] 5 years xi Fixed a problem when the DOCUMENT-END event is not emitted until the …
(edit) @248 [248] 5 years xi Improve output of float values. Fix #49.
(edit) @246 [246] 5 years xi Fix the bug when the path in add_path_resolver contains boolean …
(edit) @235 [235] 5 years xi Use the types module instead of constructing type objects by hand. Fix …
(edit) @234 [234] 5 years xi Fix loss of microsecond precision in datetime.datetime constructor (fix …
(edit) @233 [233] 5 years xi Fix loading an empty YAML stream.
(edit) @226 [226] 5 years xi The 'N' plain scalar was still recognized as !!bool. Fix it (close …
(edit) @225 [225] 5 years xi Fix timestamp constructing and representing (close #25).
(edit) @223 [223] 5 years xi Completely rewrite the libyaml bindings.
(edit) @222 [222] 6 years xi Subclass all base classes from object. Hold references to the objects …
(edit) @218 [218] 6 years xi Fix a bug when a block scalar is incorrectly emitted in the simple key …
(edit) @206 [206] 6 years xi Fix a bug in Representer.represent_object: copy_reg.dispatch_table was not …
(edit) @204 [204] 6 years xi Fix some minor issues with the new Parser.
(edit) @198 [198] 6 years xi To make porting easier, rewrite Parser not using generators. Fix handling …
(edit) @197 [197] 6 years xi Fix invalid output of single-quoted scalars in cases when a single quote …
(edit) @195 [195] 6 years xi Add pyrex-based bindings for the libyaml scanner.
(edit) @191 [191] 6 years xi Fix a typo in a plain scalar scanner.
(edit) @188 [188] 6 years xi Fix several problems caused by ill-formed documents. The line number is …
(edit) @175 [175] 6 years xi Optimize slightly the float constructor.
(edit) @173 [173] 6 years xi Revamp the inf/nan handling again.
(edit) @170 [170] 6 years xi Fixed #15 (pyyaml discards '-' sign on negative floats). Thanks to …
(edit) @168 [168] 6 years xi Dynamically determine the inf and nan values. Should fix #14. Thanks to …
(edit) @158 [158] 6 years xi Fix a bug in add_path_resolver: map -> dict.
(edit) @155 [155] 6 years xi Allow first=None for add_implicit_resolver.
(edit) @153 [153] 6 years xi Fix #11 (Thanks to edemaine(at)mit.edu).
(edit) @152 [152] 6 years xi Add a way to override default style chosen by Representer: fix #9
(edit) @151 [151] 6 years xi 1e30000 => 1e300000
(edit) @150 [150] 6 years xi Prepare setup.py for release. Fix #7.
(edit) @149 [149] 6 years xi Raise an error for colons in the flow context.
(edit) @148 [148] 6 years xi Sort object attributes.
(edit) @147 [147] 6 years xi Add support for pickling/unpickling python objects.
(edit) @146 [146] 6 years xi Fix !!python/name for Python 2.3. Clear the yaml module namespace.
(edit) @143 [143] 6 years xi Fix bugs in emitter and representer.
(edit) @142 [142] 6 years xi Add support for recursive nodes to Composer. Constructor does not support …
(edit) @141 [141] 6 years xi Add more unit tests for error messages.
(edit) @139 [139] 6 years xi Add constructors for some simple python types.
(edit) @138 [138] 6 years xi Fix #4 (Thanks to murphy(at)rubychan.de)
(edit) @137 [137] 6 years xi Refactor resolver.
(edit) @136 [136] 6 years xi Major refactoring.
(edit) @135 [135] 6 years xi Fix allow_unicode (ticket:3).
(edit) @133 [133] 6 years xi Implement yaml.dump().
(edit) @132 [132] 6 years xi Emitter is done!!!
(edit) @131 [131] 6 years xi Working on emitter: implement the state machine.
(edit) @130 [130] 6 years xi Add style information to events generated by Parser.
(edit) @119 [119] 6 years xi Add an example: yaml highlight script. Usage: […]
(edit) @118 [118] 6 years xi * Add the token STREAM-START. * Add parsing events: STREAM-START, …
(edit) @117 [117] 6 years xi Loose indentation rules for the following cases: * In the flow context, …
(edit) @116 [116] 6 years xi Back to work :). Rename markers to marks.
(copy) @63 [63] 6 years xi Rename pyyaml-ng to ppyyaml to make it simpler.
copied from pyyaml-ng/trunk/lib/yaml:
(copy) @62 [62] 6 years xi Move pyyaml3000 to a separate directory.
Note: See TracRevisionLog for help on using the revision log.