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