Timeline
06/08/06:
- 17:37 Changeset [186] by
- Scanner: implement everything except token scanners.
06/07/06:
- 16:30 Changeset [185] by
- Implementing Scanner: macros and high-level functions.
06/06/06:
- 15:43 Changeset [184] by
- Add scanner definitions. Add a basic description of all tokens produced …
06/02/06:
- 09:03 Changeset [183] by
- Add token constructors and destructors. Add YAML_DECLARE to the API …
06/01/06:
- 16:19 Changeset [182] by
- Complete buffering and encoding code.
05/30/06:
- 18:22 Ticket #16 (duplicate keys in dictionary cause unpredictable behavior) reopened by
- Thanks for the quick fix! However, I think it would be more correct for it …
- 13:49 Changeset [181] by
- Complete UTF-8 and UTF-16 decoders. Reader is mostly done (though …
05/29/06:
- 16:08 Changeset [180] by
- Working on the decoding code.
05/28/06:
- 08:55 Ticket #8 (Comparison operations fail with floats (NaN and +/- Inf) in PyYAML3000 on ...) closed by
- fixed: Great! Thanks, Peter.
05/27/06:
- 13:19 Changeset [179] by
- Implementing Reader: first tries.
05/26/06:
- 17:46 Changeset [178] by
- Doxygenify the header file. Add basic reader fields to the parser …
05/25/06:
- 11:51 PyYAML edited by
- Example of catching errors. (diff)
05/24/06:
- 15:44 YAMLColonInFlowContext edited by
- (diff)
- 11:45 Changeset [177] by
- Add ind and qnan values to a float test.
05/23/06:
- 15:27 Ticket #16 (duplicate keys in dictionary cause unpredictable behavior) closed by
- fixed: Fixed in [176]. When a mapping node cannot be correctly represented as a …
- 15:11 Changeset [176] by
- Fixed #16 (duplicate keys in dictionary cause unpredictable behavior). …
- 14:35 Ticket #16 (duplicate keys in dictionary cause unpredictable behavior) created by
- When there are duplicate keys in the same dictionary, PySyck returns …
05/22/06:
- 16:00 Changeset [175] by
- Optimize slightly the float constructor.
- 15:50 Changeset [174] by
- Add a test case belonging to the previous commit.
- 15:49 Changeset [173] by
- Revamp the inf/nan handling again.
05/21/06:
- 11:05 LibYAML edited by
- yaml.h -> yaml/yaml.h (diff)
- 10:58 Changeset [172] by
- Add doxygen support.
- 03:57 LibYAML edited by
- Fix the path to yaml.h. (diff)
- 03:27 Ticket #15 (pyyaml discards '-' sign on negative floats) closed by
- fixed: Fixed in [170].
- 03:27 Changeset [171] by
- Add a test case for #15.
- 03:26 Changeset [170] by
- Fixed #15 (pyyaml discards '-' sign on negative floats). Thanks to …
05/20/06:
- 23:08 Ticket #15 (pyyaml discards '-' sign on negative floats) created by
- yaml.load( 'foo: -3.1' ) returns {'foo': 3.10000} The same technique …
- 18:43 Changeset [169] by
- Add the basic autoconf infrastructure.
05/16/06:
- 14:32 LibYAML edited by
- (diff)
- 14:01 LibYAML edited by
- (diff)
- 12:18 LibYAML edited by
- (diff)
- 11:24 LibYAML created by
- 10:16 WikiStart edited by
- (diff)
05/15/06:
- 14:49 Ticket #14 (Inf and NaN handling needs re-vamp) closed by
- fixed: Strange, it works for me under Python 2.5a2 on Linux and marshal dumps and …
- 14:43 Changeset [168] by
- Dynamically determine the inf and nan values. Should fix #14. Thanks to …
- 11:58 Ticket #14 (Inf and NaN handling needs re-vamp) created by
- Trying to import YAML fails in Python 2.5. Even simple patches fail, …
- 08:03 Ticket #13 (Windows install broken) closed by
- fixed: Fixed.
- 07:43 WikiStart edited by
- News: PyYAML 3.02 (diff)
- 07:41 PyYAML edited by
- Release: 3.02 (diff)
- 07:25 Changeset [167] by
- Release: 3.02.
- 07:24 Changeset [166] by
- Final touches before the release.
- 02:49 Changeset [165] by
- Preparing the next release.
- 02:49 Changeset [164] by
- Rename yaml-hl to yaml-highlight.
05/14/06:
- 16:45 PyYAML edited by
- (diff)
- 16:43 PyYAMLDocumentation edited by
- (diff)
- 16:40 BugsInTheYAMLSpecification edited by
- (diff)
- 16:39 BugsInTheYAMLSpecification created by
- 16:29 WikiStart edited by
- (diff)
- 11:12 Changeset [163] by
- Load yaml_hl.cfg from the script path.
- 10:16 SchemaProposalYGNI edited by
- (diff)
- 09:55 Ticket #13 (Windows install broken) created by
- None of the source files install except the EGG-INFO directory. […]
- 09:53 SchemaProposalYGNI edited by
- (diff)
- 09:50 SchemaProposalYGNI created by
- 09:19 YAMLSchemaDiscussion created by
- 08:43 WikiStart edited by
- (diff)
05/13/06:
05/12/06:
- 15:39 Changeset [162] by
- Add yaml.h with prototypes for basic structures.
- 09:01 Changeset [161] by
- Create the place for libyaml.
- 08:33 PythonTagScheme created by
- 07:32 WikiStart edited by
- (diff)
- 07:31 WikiStart edited by
- (diff)
- 07:24 PerlTagScheme edited by
- (diff)
- 07:22 PerlTagScheme created by
- 07:12 PyYAMLDocumentation edited by
- (diff)
- 07:11 PyYAMLDocumentation edited by
- improve the alias example, thanks ingy for suggestion (diff)
- 06:30 YAMLTagDiscussion created by
- 05:34 PyYAMLDocumentation edited by
- Fix the scroll example: thanks to ingy for reporting the problem. (diff)
- 05:17 Changeset [160] by
- Add the announcement message.
- 05:14 Changeset [159] by
- Remake the YAML highlighting example.
- 05:06 PyYAMLDocumentation edited by
- Make the Dice example less confusing; thanks ingy for suggestion. (diff)
- 04:09 PyYAMLDocumentation edited by
- (diff)
05/11/06:
- 17:27 Changeset [158] by
- Fix a bug in add_path_resolver: map -> dict.
Note: See TracTimeline
for information about the timeline view.
