Timeline
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)
05/05/06:
05/04/06:
- 10:24 Ticket #9 (Forcing block style) closed by
- fixed: Fixed in [152]. Representer chooses the style of a collection node as …
- 06:46 Changeset [152] by
- Add a way to override default style chosen by Representer: fix #9
05/02/06:
- 11:56 Ticket #10 (merge map doesnt work as it should ... I think) created by
- Hi, It seems that the user defined directives are ignore when just after …
04/29/06:
- 16:50 Ticket #9 (Forcing block style) created by
- Is there an easy way to force the emitter to use block style instead of …
04/24/06:
- 06:05 Ticket #8 (Comparison operations fail with floats (NaN and +/- Inf) in PyYAML3000 on ...) created by
- This is what happens when you run the test suite under WinXP (SP2) and …
04/23/06:
- 14:27 PyYAMLDocumentation edited by
- (diff)
- 14:13 Changeset [151] by
- 1e30000 => 1e300000
- 14:10 Ticket #7 (doubles represented as .nan) closed by
- fixed: Thanks for the report and the idea for the fix. Fixed in [150].
- 14:07 Changeset [150] by
- Prepare setup.py for release. Fix #7.
- 13:19 Ticket #7 (doubles represented as .nan) created by
- in python2.3.5: yaml.dump(10.24) will provide .nan the source of it lay …
- 12:58 PyYAMLDocumentation edited by
- (diff)
- 10:53 PyYAMLDocumentation edited by
- (diff)
- 09:55 Ticket #6 (pyyaml 3000 is not in the Python cheese shop) created by
- Also consider this word of wisdom from PEP 8: "Modules should have short, …
- 09:40 Changeset [149] by
- Raise an error for colons in the flow context.
- 09:27 YAMLColonInFlowContext created by
- 08:13 PyYAMLDocumentation edited by
- (diff)
- 07:49 PyYAMLDocumentation edited by
- (diff)
- 05:49 PyYAMLDocumentation edited by
- (diff)
- 04:12 PyYAML edited by
- (diff)
- 04:02 PyYAML edited by
- (diff)
- 04:00 PyYAML edited by
- Add more complex example. (diff)
04/22/06:
- 17:08 Changeset [148] by
- Sort object attributes.
- 16:40 Changeset [147] by
- Add support for pickling/unpickling python objects.
04/21/06:
- 13:31 Changeset [146] by
- Fix !!python/name for Python 2.3. Clear the yaml module namespace.
04/20/06:
- 12:48 Changeset [145] by
- Fix yaml-hl to use the new API.
- 11:22 PyYAMLDocumentation created by
- 11:20 PyYAML edited by
- (diff)
Note: See TracTimeline
for information about the timeline view.
