summaryrefslogtreecommitdiff
path: root/lib3
Commit message (Expand)AuthorAgeFilesLines
* Updated the changelog and bumped the version number.xi2011-05-301-1/+1
* Clear cyclic references in the parser and the emitter to avoid extra GC calls.xi2011-05-304-22/+59
* Fixed Python 3.1 incompatibility issues.xi2009-08-303-4/+13
* Preparing the next release.xi2009-08-301-1/+1
* Fixed sorting of dict.keys() generator.xi2009-08-301-2/+1
* 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-291-1/+2
* Fixed a typo in docstring.xi2009-08-291-1/+1
* Fixed emitting of invalid BOM for UTF-16.xi2009-08-291-1/+1
* Fixed a typo in the attribute name (Thanks ingy).xi2008-12-301-1/+1
* Final touches before the release.xi2008-12-301-4/+10
* Use Cython if available; added Python 3 support to _yaml.pyx.xi2008-12-292-3/+92
* Fixed the remaining Python 3 compatibility issues.xi2008-12-292-3/+2
* Added basic support for Python 3 (Thanks idadesub(at)users(dot)sourceforge(do...xi2008-12-2916-0/+5570