summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Merged a typo fix from the trunk.3.08xi2008-12-302-2/+2
* Merged the MSVC6 compatibility hack from the trunk.xi2008-12-302-7/+9
* Tagged the 3.08 release.xi2008-12-300-0/+0
* Added directories lib/yaml and lib3/yaml to MANIFEST.in.xi2008-12-301-0/+2
* Final touches before the release.xi2008-12-307-33/+50
* Minor compatibility fixes.xi2008-12-303-2/+13
* Fixed str/bytes issues with Python 3 in _yaml.pyx.xi2008-12-3010-163/+394
* Handle the encoding of input and output streams in a uniform way.xi2008-12-3012-77/+703
* Use Cython if available; added Python 3 support to _yaml.pyx.xi2008-12-297-82/+187
* Share data files between Py2 and Py3 test suites.xi2008-12-29598-3034/+29
* Fixed the remaining Python 3 compatibility issues.xi2008-12-2916-40/+18
* Added basic support for Python 3 (Thanks idadesub(at)users(dot)sourceforge(do...xi2008-12-29574-45/+10516
* Added CHANGES; updated the announcement; wording fixes in setup.py.xi2008-12-285-30/+148
* Minor 2.3 and win32 compatibility fixes; clarify the 'feature not found' mess...xi2008-12-285-11/+22
* Fixed an issue with ReaderError generated by the LibYAML wrapper.xi2008-12-282-19/+19
* Refactored the test suite; updated include and library paths in setup.cfg.xi2008-12-2834-1649/+1698
* Bumped the version number.xi2008-12-272-2/+2
* Emit an explicit document end indicator when there is a possibility of ambigu...xi2008-12-271-2/+18
* Fixed test errors for LibYAML bindings; added a test on emitting nodes in all...xi2008-12-279-1/+42
* Minor fixes in the test subsystem to prevent failures in LibYAML bindings tests.xi2008-12-272-5/+7
* Fixed a bug in CDumper when ascend_resolver() is never called.xi2008-12-271-0/+1
* Refactored whitespace combination detector in the scalar analyzer: support du...xi2008-12-272-93/+49
* Fixed typos in attribute names (Thanks to ingy).xi2008-12-082-5/+3
* Added a comment on Python 3 support.xi2008-12-051-0/+4
* Added trove classifiers for supported Python versions.xi2008-12-051-0/+4
* Fixed a problem with emitting block scalars (thanks to Andrey Somov): no long...xi2008-12-041-14/+11
* Removed unused variable.xi2008-12-041-1/+0
* 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