summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Fix morphology to use --prefix="$PREFIX"baserock/morphJavier Jardón2013-01-291-1/+1
* pyyaml.morph: Do not builds and install LibYAML bindingsJavier Jardón2013-01-241-2/+2
* Add morphologyJavier Jardón2013-01-231-0/+10
* Removed build options for 2.3 and 2.4.HEADmasterxi2011-05-302-9/+1
* Updated the announcement.xi2011-05-301-2/+0
* Dropped support for Python 2.3 and 2.4.xi2011-05-305-53/+7
* Updated the changelog and bumped the version number.xi2011-05-306-35/+36
* Clear cyclic references in the parser and the emitter to avoid extra GC calls.xi2011-05-3011-44/+130
* Do not attempt to build extensions on platforms other than CPython.xi2011-05-291-0/+2
* Removed python-porting from the announcement list.xi2009-08-311-1/+1
* Fixed tests on the Windows platform.xi2009-08-312-0/+2
* Fixed another encoding issue.xi2009-08-313-3/+58
* Minor formatting cleanup.xi2009-08-301-5/+5
* Fixed Python 3.1 incompatibility issues.xi2009-08-304-8/+18
* Preparing the next release.xi2009-08-305-22/+41
* Fixed sorting of dict.keys() generator.xi2009-08-301-2/+1
* Added a note that Python 3.1 is supported.xi2009-08-292-7/+9
* Merged some bug fixes from lib to lib3.xi2009-08-291-1/+4
* Fixed a problem with a scanner error not detected when no line break at the e...xi2009-08-293-2/+6
* Fixed a typo in docstring.xi2009-08-292-2/+2
* Fixed emitting of invalid BOM for UTF-16.xi2009-08-2912-54/+62
* Fixed a problem when CDumper incorrectly serializes a node anchor.xi2009-08-294-3/+15
* Removed obsolete 'package_dir' line.xi2009-08-291-4/+0
* Fixed the Pyrex implementation of Mark class.xi2009-03-281-8/+8
* Fixed a bug where folded scalar emitter did not respect the preffered line wi...xi2009-03-281-0/+1
* Added a workaround against #116 (Thanks Andrey Somov).xi2009-02-231-1/+3
* Restored Mark implementation in C as using the Python class causes a signific...xi2008-12-311-18/+18
* Fixed a typo in the attribute name (Thanks ingy).xi2008-12-302-2/+2
* Added a MS VC 6.0 compatibility hack against Cython-generated C sources.xi2008-12-302-7/+9
* 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