source: @ 216

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Diff Rev Age Author Log Message
(edit) @216   7 years xi Fix Emitter bugs and leaks.
(edit) @215   7 years xi Scalar writers are completed.
(edit) @214   7 years xi Implement everything except tag and scalar writers.
(edit) @213   7 years xi Implement Emitter state machine.
(edit) @212   7 years xi Add yaml_emitter_emit_* set of functions.
(edit) @211   7 years xi Add Emitter definitions and implement the Writer.
(edit) @210   7 years xi Fix some leaks, segfaults and warnings.
(edit) @209   7 years xi Update libyaml bindings.
(edit) @208   7 years xi Refactor internal and external API.
(edit) @207   7 years xi Port represent_object from PyYAML: fix Numeric.array dumping.
(edit) @206   7 years xi Fix a bug in Representer.represent_object: copy_reg.dispatch_table was not …
(edit) @205   7 years xi Update PyRex? based bindings to libyaml to include Parser functions.
(edit) @204   7 years xi Fix some minor issues with the new Parser.
(edit) @203   7 years xi Complete the Parser (it requires refactoring though) and fix some bugs.
(edit) @202   7 years xi Implement half of the parsers.
(edit) @201   7 years xi Start working on the parser.
(edit) @200   7 years xi Move yaml/yaml.h to yaml.h and merge version.c to api.c.
(edit) @199   7 years xi Add event constructors and destructors.
(edit) @198   7 years xi To make porting easier, rewrite Parser not using generators. Fix handling …
(edit) @197   7 years xi Fix invalid output of single-quoted scalars in cases when a single quote …
(edit) @196   7 years xi Trying to make libyaml bindings faster.
(edit) @195   7 years xi Add pyrex-based bindings for the libyaml scanner.
(edit) @194   7 years xi Fix numerous bugs in the Scanner.
(edit) @193   7 years xi Release: PyYAML-3.03
(edit) @192   7 years xi Preparing the release: PyYAML-3.03
(edit) @191   7 years xi Fix a typo in a plain scalar scanner.
(edit) @190   7 years xi The scanner is completed (not tested though).
(edit) @189   7 years xi Implement the block scalar scanner.
(edit) @188   7 years xi Fix several problems caused by ill-formed documents. The line number is …
(edit) @187   7 years xi Implement scanners for directives, anchors, and tags.
(edit) @186   7 years xi Scanner: implement everything except token scanners.
(edit) @185   7 years xi Implementing Scanner: macros and high-level functions.
(edit) @184   7 years xi Add scanner definitions. Add a basic description of all tokens produced …
(edit) @183   7 years xi Add token constructors and destructors. Add YAML_DECLARE to the API …
(edit) @182   7 years xi Complete buffering and encoding code.
(edit) @181   7 years xi Complete UTF-8 and UTF-16 decoders. Reader is mostly done (though …
(edit) @180   7 years xi Working on the decoding code.
(edit) @179   7 years xi Implementing Reader: first tries.
(edit) @178   7 years xi Doxygenify the header file. Add basic reader fields to the parser …
(edit) @177   7 years xi Add ind and qnan values to a float test.
(edit) @176   7 years xi Fixed #16 (duplicate keys in dictionary cause unpredictable behavior). …
(edit) @175   7 years xi Optimize slightly the float constructor.
(edit) @174   7 years xi Add a test case belonging to the previous commit.
(edit) @173   7 years xi Revamp the inf/nan handling again.
(edit) @172   7 years xi Add doxygen support.
(edit) @171   7 years xi Add a test case for #15.
(edit) @170   7 years xi Fixed #15 (pyyaml discards '-' sign on negative floats). Thanks to …
(edit) @169   7 years xi Add the basic autoconf infrastructure.
(edit) @168   7 years xi Dynamically determine the inf and nan values. Should fix #14. Thanks to …
(edit) @167   7 years xi Release: 3.02.
(edit) @166   7 years xi Final touches before the release.
(edit) @165   7 years xi Preparing the next release.
(edit) @164   7 years xi Rename yaml-hl to yaml-highlight.
(edit) @163   7 years xi Load yaml_hl.cfg from the script path.
(edit) @162   7 years xi Add yaml.h with prototypes for basic structures.
(edit) @161   7 years xi Create the place for libyaml.
(edit) @160   7 years xi Add the announcement message.
(edit) @159   7 years xi Remake the YAML highlighting example.
(edit) @158   7 years xi Fix a bug in add_path_resolver: map -> dict.
(edit) @157   7 years xi Release!!!!!
(edit) @156   7 years xi Final touches before the initial release.
(edit) @155   7 years xi Allow first=None for add_implicit_resolver.
(edit) @154   7 years xi Fix a bug in a test.
(edit) @153   7 years xi Fix #11 (Thanks to edemaine(at)mit.edu).
(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) @149   7 years xi Raise an error for colons in the flow context.
(edit) @148   7 years xi Sort object attributes.
(edit) @147   7 years xi Add support for pickling/unpickling python objects.
(edit) @146   7 years xi Fix !!python/name for Python 2.3. Clear the yaml module namespace.
(edit) @145   7 years xi Fix yaml-hl to use the new API.
(edit) @144   7 years xi Add more unit tests.
(edit) @143   7 years xi Fix bugs in emitter and representer.
(edit) @142   7 years xi Add support for recursive nodes to Composer. Constructor does not support …
(edit) @141   7 years xi Add more unit tests for error messages.
(edit) @140   7 years xi Rename error-message to loader-error and add new examples.
(edit) @139   7 years xi Add constructors for some simple python types.
(edit) @138   7 years xi Fix #4 (Thanks to murphy(at)rubychan.de)
(edit) @137   7 years xi Refactor resolver.
(edit) @136   7 years xi Major refactoring.
(edit) @135   7 years xi Fix allow_unicode (ticket:3).
(edit) @134   7 years xi Remove obsolete branch.
(edit) @133   7 years xi Implement yaml.dump().
(edit) @132   7 years xi Emitter is done!!!
(edit) @131   7 years xi Working on emitter: implement the state machine.
(edit) @130   7 years xi Add style information to events generated by Parser.
(edit) @129   7 years xi Add block styles.
(edit) @128   7 years xi Fix the project url.
(edit) @127   7 years xi Parser now provides style information. Allow empty plain scalars if a tag …
(edit) @126   7 years xi Add a spec file for rpm (thanks, Jeff Johnson).
(edit) @125   7 years xi Add the tag 0.61.2.
(edit) @124   7 years xi Preparing the next release.
(edit) @123   7 years xi Fix a leak in _syckmodule.c (thanks, jbj) Change the production status to …
(edit) @122   7 years xi Add a skeleton of the emitter.
(edit) @121   7 years xi Add a branch for working on Emitter.
(edit) @120   7 years xi Fix a test.
(edit) @119   7 years xi Add an example: yaml highlight script. Usage: […]
(edit) @118   7 years xi * Add the token STREAM-START. * Add parsing events: STREAM-START, …
(edit) @117   7 years xi Loose indentation rules for the following cases: * In the flow context, …
Note: See TracRevisionLog for help on using the revision log.