Timeline
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.
05/08/06:
- 14:44 Ticket #12 (PyYAML is slow) created by
- Here are two simple wall-clock timings comparing PyYAML to PySyck on a …
05/07/06:
- 11:21 Ticket #6 (pyyaml 3000 is not in the Python cheese shop) closed by
- fixed: http://www.python.org/pypi/PyYAML
- 11:05 WikiStart edited by
- (diff)
- 10:56 PyYAML edited by
- (diff)
- 10:39 Changeset [157] by
- Release!!!!!
- 10:36 Changeset [156] by
- Final touches before the initial release.
- 10:02 Changeset [155] by
- Allow first=None for add_implicit_resolver.
- 10:01 PyYAMLDocumentation edited by
- (diff)
- 09:36 PyYAMLDocumentation edited by
- (diff)
- 09:34 PyYAMLDocumentation edited by
- (diff)
- 05:21 PyYAMLDocumentation edited by
- (diff)
- 05:08 PyYAMLDocumentation edited by
- (diff)
- 04:40 PyYAMLDocumentation edited by
- (diff)
- 04:06 PyYAMLDocumentation edited by
- (diff)
- 03:51 PyYAMLDocumentation edited by
- (diff)
- 03:36 PyYAMLDocumentation edited by
- (diff)
- 03:23 PyYAMLDocumentation edited by
- (diff)
- 03:05 PyYAMLDocumentation edited by
- (diff)
- 02:51 PyYAMLDocumentation edited by
- (diff)
- 02:43 PyYAMLDocumentation edited by
- (diff)
05/06/06:
- 18:13 Ticket #11 (Unicode support) closed by
- fixed: Thanks, fixed in [153]. Python does not support 32-bit Unicode values.
- 18:12 Changeset [154] by
- Fix a bug in a test.
- 18:09 Changeset [153] by
- Fix #11 (Thanks to edemaine(at)mit.edu).
- 17:44 Ticket #11 (Unicode support) reopened by
- I found a bug with allow_unicode = True: […] I believe the offending …
- 13:44 Ticket #11 (Unicode support) closed by
- fixed: You are right about me wanting type(yaml.load(yaml.dump(x))) to be equal …
- 13:15 Ticket #11 (Unicode support) created by
- I would like to bring up two issues with Unicode support in PyYAML's …
- 12:13 PyYAMLDocumentation edited by
- (diff)
- 10:49 PyYAMLDocumentation edited by
- (diff)
Note: See TracTimeline
for information about the timeline view.
