summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
* Removed a stale comment; fixes #102.xi2008-11-301-2/+0
* Pretend that PyYAML is a pure Python library when the LibYAML extension is ex...xi2008-11-301-33/+58
* determine_chomp -> determine_block_hintsxi2008-11-301-2/+2
* Permit emitting block scalars with leading spaces or breaks.xi2008-11-301-15/+16
* Fixed the distutils script to run when installed using easy_install and Pyrex...xi2008-10-091-1/+8
* Final touches in README.xi2008-10-031-2/+2
* Dropped tests from the source distribution since LibYAML bindings do not pass...xi2008-10-036-18/+26
* Python 2.3 and win32 compatibility fixes in setup.py.xi2008-10-022-280/+33
* Check if libyaml is installed before attempting to compile the libyaml bindings.xi2008-10-021-5/+78
* Added the script tests/test_all.py.xi2008-10-011-0/+15
* Dropped setuptools-based setup.py in favor of custom distribution and build_e...xi2008-10-014-1435/+111
* Fixed include_dirs and library_dirs for the Windows build.xi2008-09-301-6/+6
* Updated the manifest file.xi2008-09-302-3/+2
* Updated announcement.msg.xi2008-09-301-0/+1
* Added attributes ``yaml.__version__`` and ``yaml.__libyaml__`` (fixes #85).xi2008-09-301-2/+4
* Added a setuptools installer 'ez_setup.py'.xi2008-09-302-0/+278
* Updated Makefile to use 'setup.py --with-libyaml'.xi2008-09-301-6/+6
* Updated README, announcement and MANIFEST files for the 3.06 release.xi2008-09-303-21/+21
* Updated setup.cfg to use the stable branch of libyaml; added Python 2.6 options.xi2008-09-301-4/+10
* Added a test for single dot being a float bug.xi2008-09-302-0/+2
* Use setuptools for setup.py. Dropped setup_with_libyaml.py; to build libyaml...xi2008-09-303-35/+14
* Fixed Python 2.3 compatibility (thanks to Julian Scheid for suggestion).xi2008-07-291-1/+4
* Added a YAML lexer for Pygments.xi2008-05-203-0/+2156
* 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