summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
* A single dot is not a float value (fixes #62).xi2007-11-182-2/+3
* Make compose() and load() ensure that the input stream contains a single docu...xi2007-08-218-14/+85
* Fixed _yaml.pyx to work with the latest Pyrex.xi2007-07-261-4/+4
* Added the setup.cfg options for building PyYAML Windows installer.xi2007-05-121-1/+12
* Update the package version.xi2007-05-121-1/+1
* Prepare the 3.05 release.xi2007-05-122-24/+35
* Allow for immutable subclasses of YAMLObject. Fixes #53.xi2007-05-081-0/+1
* Make the encoding of the unicode->str conversion explicit; fix [52].xi2007-05-051-1/+1
* Fixed a problem when the DOCUMENT-END event is not emitted until the beginnin...xi2007-04-171-1/+5
* Improve output of float values. Fix #49.xi2007-03-221-1/+10
* Add the tests for checking the libyaml bug.xi2007-03-222-0/+9
* Fix the bug when the `path` in `add_path_resolver` contains boolean values. ...xi2007-02-231-2/+15
* Use the types module instead of constructing type objects by hand. Fix #41. T...xi2006-12-083-26/+10
* Fix loss of microsecond precision in datetime.datetime constructor (fix #30).xi2006-10-045-2/+12
* Fix loading an empty YAML stream.xi2006-09-124-8/+8
* Amend the announce message.xi2006-08-201-5/+12
* Update README and the announcement message.xi2006-08-202-25/+22
* Fix makefile and add setup.cfg.xi2006-08-202-4/+20
* Fix a test to work under Python 2.3.xi2006-08-201-0/+4
* Preparing the next release.xi2006-08-194-32/+52
* The 'N' plain scalar was still recognized as ``!!bool``. Fix it (close #26).xi2006-08-163-1/+7
* Fix timestamp constructing and representing (close #25).xi2006-08-167-51/+77
* Completely rewrite the libyaml bindings.xi2006-08-138-333/+1438
* Subclass all base classes from `object`.xi2006-08-0332-208/+295
* Fix a bug when a block scalar is incorrectly emitted in the simple key context.xi2006-07-303-2/+13
* Update libyaml bindings.xi2006-07-213-317/+404
* Fix a bug in Representer.represent_object: copy_reg.dispatch_table was not co...xi2006-07-111-1/+1
* Update PyRex based bindings to libyaml to include Parser functions.xi2006-07-074-16/+315
* Fix some minor issues with the new Parser.xi2006-07-071-7/+7
* To make porting easier, rewrite Parser not using generators.xi2006-07-035-231/+312
* Fix invalid output of single-quoted scalars in cases when a singlexi2006-06-303-7/+10
* Trying to make libyaml bindings faster.xi2006-06-301-6/+48
* Add pyrex-based bindings for the libyaml scanner.xi2006-06-198-5/+393
* Preparing the release: PyYAML-3.03xi2006-06-192-11/+10
* Fix a typo in a plain scalar scanner.xi2006-06-181-2/+2
* Fix several problems caused by ill-formed documents.xi2006-06-164-8/+21
* Add ind and qnan values to a float test.xi2006-05-241-1/+1
* Optimize slightly the float constructor.xi2006-05-221-3/+3
* Add a test case belonging to the previous commit.xi2006-05-222-0/+2
* Revamp the inf/nan handling again.xi2006-05-225-17/+27
* Add a test case for #15.xi2006-05-212-0/+2
* Fixed #15 (pyyaml discards '-' sign on negative floats).xi2006-05-211-1/+1
* Dynamically determine the inf and nan values. Should fix #14.xi2006-05-152-4/+11
* Final touches before the release.xi2006-05-153-4/+7
* Preparing the next release.xi2006-05-153-37/+44
* Rename yaml-hl to yaml-highlight.xi2006-05-152-0/+0
* Load yaml_hl.cfg from the script path.xi2006-05-141-4/+5
* Add the announcement message.xi2006-05-121-0/+78
* Remake the YAML highlighting example.xi2006-05-124-131/+190
* Fix a bug in add_path_resolver: map -> dict.xi2006-05-111-2/+2