summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Merge pull request #2 from sigmavirus24/yaml-1.2old/yaml-1.2Ingy döt Net2013-12-013-0/+16
|\
| * build_ext does not work on python3Ian Cordasco2013-12-011-1/+1
| * Build the extension before testingIan Cordasco2013-12-011-0/+2
| * Add .travis.yml to configure Travis CIIan Cordasco2013-12-011-0/+12
| * Add requirements.txt for TravisIan Cordasco2013-12-011-0/+1
| * Add file codingIan Cordasco2013-12-011-0/+1
|/
* spec-1.2 rule [53]Ingy döt Net2013-02-114-0/+4
* Removed build options for 2.3 and 2.4.old/masterKirill Simonov2011-05-302-9/+1
* Updated the announcement.Kirill Simonov2011-05-301-2/+0
* Dropped support for Python 2.3 and 2.4.Kirill Simonov2011-05-305-53/+7
* Updated the changelog and bumped the version number.Kirill Simonov2011-05-306-35/+36
* Clear cyclic references in the parser and the emitter to avoid extra GC calls.Kirill Simonov2011-05-3011-44/+130
* Do not attempt to build extensions on platforms other than CPython.Kirill Simonov2011-05-291-0/+2
* Removed python-porting from the announcement list.Kirill Simonov2009-08-311-1/+1
* Fixed tests on the Windows platform.Kirill Simonov2009-08-312-0/+2
* Fixed another encoding issue.Kirill Simonov2009-08-313-3/+58
* Minor formatting cleanup.Kirill Simonov2009-08-301-5/+5
* Fixed Python 3.1 incompatibility issues.Kirill Simonov2009-08-304-8/+18
* Preparing the next release.Kirill Simonov2009-08-305-22/+41
* Fixed sorting of dict.keys() generator.Kirill Simonov2009-08-301-2/+1
* Added a note that Python 3.1 is supported.Kirill Simonov2009-08-292-7/+9
* Merged some bug fixes from lib to lib3.Kirill Simonov2009-08-291-1/+4
* Fixed a problem with a scanner error not detected when no line break at the e...Kirill Simonov2009-08-293-2/+6
* Fixed a typo in docstring.Kirill Simonov2009-08-292-2/+2
* Fixed emitting of invalid BOM for UTF-16.Kirill Simonov2009-08-2912-54/+62
* Fixed a problem when CDumper incorrectly serializes a node anchor.Kirill Simonov2009-08-294-3/+15
* Removed obsolete 'package_dir' line.Kirill Simonov2009-08-291-4/+0
* Fixed the Pyrex implementation of Mark class.Kirill Simonov2009-03-281-8/+8
* Fixed a bug where folded scalar emitter did not respect the preffered line wi...Kirill Simonov2009-03-281-0/+1
* Added a workaround against #116 (Thanks Andrey Somov).Kirill Simonov2009-02-231-1/+3
* Restored Mark implementation in C as using the Python class causes a signific...Kirill Simonov2008-12-311-18/+18
* Fixed a typo in the attribute name (Thanks ingy).Kirill Simonov2008-12-302-2/+2
* Added a MS VC 6.0 compatibility hack against Cython-generated C sources.Kirill Simonov2008-12-302-7/+9
* Added directories lib/yaml and lib3/yaml to MANIFEST.in.Kirill Simonov2008-12-301-0/+2
* Final touches before the release.Kirill Simonov2008-12-307-33/+50
* Minor compatibility fixes.Kirill Simonov2008-12-303-2/+13
* Fixed str/bytes issues with Python 3 in _yaml.pyx.Kirill Simonov2008-12-3010-163/+394
* Handle the encoding of input and output streams in a uniform way.Kirill Simonov2008-12-3012-77/+703
* Use Cython if available; added Python 3 support to _yaml.pyx.Kirill Simonov2008-12-297-82/+187
* Share data files between Py2 and Py3 test suites.Kirill Simonov2008-12-29598-3034/+29
* Fixed the remaining Python 3 compatibility issues.Kirill Simonov2008-12-2916-40/+18
* Added basic support for Python 3 (Thanks idadesub(at)users(dot)sourceforge(do...Kirill Simonov2008-12-29574-45/+10516
* Added CHANGES; updated the announcement; wording fixes in setup.py.Kirill Simonov2008-12-285-30/+148
* Minor 2.3 and win32 compatibility fixes; clarify the 'feature not found' mess...Kirill Simonov2008-12-285-11/+22
* Fixed an issue with ReaderError generated by the LibYAML wrapper.Kirill Simonov2008-12-282-19/+19
* Refactored the test suite; updated include and library paths in setup.cfg.Kirill Simonov2008-12-2834-1649/+1698
* Bumped the version number.Kirill Simonov2008-12-272-2/+2
* Emit an explicit document end indicator when there is a possibility of ambigu...Kirill Simonov2008-12-271-2/+18
* Fixed test errors for LibYAML bindings; added a test on emitting nodes in all...Kirill Simonov2008-12-279-1/+42
* Minor fixes in the test subsystem to prevent failures in LibYAML bindings tests.Kirill Simonov2008-12-272-5/+7