summaryrefslogtreecommitdiff
path: root/ext
Commit message (Expand)AuthorAgeFilesLines
* Clear cyclic references in the parser and the emitter to avoid extra GC calls.xi2011-05-301-0/+6
* Fixed another encoding issue.xi2009-08-311-1/+1
* Fixed Python 3.1 incompatibility issues.xi2009-08-301-4/+5
* Fixed a problem when CDumper incorrectly serializes a node anchor.xi2009-08-291-1/+8
* Fixed the Pyrex implementation of Mark class.xi2009-03-281-8/+8
* Restored Mark implementation in C as using the Python class causes a signific...xi2008-12-311-18/+18
* Added a MS VC 6.0 compatibility hack against Cython-generated C sources.xi2008-12-301-0/+8
* Minor compatibility fixes.xi2008-12-301-1/+1
* Fixed str/bytes issues with Python 3 in _yaml.pyx.xi2008-12-303-158/+263
* Handle the encoding of input and output streams in a uniform way.xi2008-12-301-27/+59
* Use Cython if available; added Python 3 support to _yaml.pyx.xi2008-12-292-11/+38
* Fixed a bug in CDumper when ascend_resolver() is never called.xi2008-12-271-0/+1
* Make compose() and load() ensure that the input stream contains a single docu...xi2007-08-211-0/+18
* Fixed _yaml.pyx to work with the latest Pyrex.xi2007-07-261-4/+4
* Fix loading an empty YAML stream.xi2006-09-121-3/+3
* Completely rewrite the libyaml bindings.xi2006-08-132-313/+1212
* Update libyaml bindings.xi2006-07-212-315/+393
* Update PyRex based bindings to libyaml to include Parser functions.xi2006-07-073-14/+285
* Trying to make libyaml bindings faster.xi2006-06-301-6/+48
* Add pyrex-based bindings for the libyaml scanner.xi2006-06-193-0/+306