summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* Removed build options for 2.3 and 2.4.HEADmasterxi2011-05-302-9/+1
| | | | git-svn-id: http://svn.pyyaml.org/pyyaml/trunk@384 18f92427-320e-0410-9341-c67f048884a3
* Updated the announcement.xi2011-05-301-2/+0
| | | | git-svn-id: http://svn.pyyaml.org/pyyaml/trunk@382 18f92427-320e-0410-9341-c67f048884a3
* Dropped support for Python 2.3 and 2.4.xi2011-05-305-53/+7
| | | | git-svn-id: http://svn.pyyaml.org/pyyaml/trunk@380 18f92427-320e-0410-9341-c67f048884a3
* Updated the changelog and bumped the version number.xi2011-05-306-35/+36
| | | | git-svn-id: http://svn.pyyaml.org/pyyaml/trunk@378 18f92427-320e-0410-9341-c67f048884a3
* Clear cyclic references in the parser and the emitter to avoid extra GC calls.xi2011-05-3011-44/+130
| | | | git-svn-id: http://svn.pyyaml.org/pyyaml/trunk@377 18f92427-320e-0410-9341-c67f048884a3
* Do not attempt to build extensions on platforms other than CPython.xi2011-05-291-0/+2
| | | | git-svn-id: http://svn.pyyaml.org/pyyaml/trunk@376 18f92427-320e-0410-9341-c67f048884a3
* Removed python-porting from the announcement list.xi2009-08-311-1/+1
| | | | git-svn-id: http://svn.pyyaml.org/pyyaml/trunk@369 18f92427-320e-0410-9341-c67f048884a3
* Fixed tests on the Windows platform.xi2009-08-312-0/+2
| | | | git-svn-id: http://svn.pyyaml.org/pyyaml/trunk@367 18f92427-320e-0410-9341-c67f048884a3
* Fixed another encoding issue.xi2009-08-313-3/+58
| | | | git-svn-id: http://svn.pyyaml.org/pyyaml/trunk@366 18f92427-320e-0410-9341-c67f048884a3
* Minor formatting cleanup.xi2009-08-301-5/+5
| | | | git-svn-id: http://svn.pyyaml.org/pyyaml/trunk@364 18f92427-320e-0410-9341-c67f048884a3
* Fixed Python 3.1 incompatibility issues.xi2009-08-304-8/+18
| | | | git-svn-id: http://svn.pyyaml.org/pyyaml/trunk@361 18f92427-320e-0410-9341-c67f048884a3
* Preparing the next release.xi2009-08-305-22/+41
| | | | git-svn-id: http://svn.pyyaml.org/pyyaml/trunk@360 18f92427-320e-0410-9341-c67f048884a3
* Fixed sorting of dict.keys() generator.xi2009-08-301-2/+1
| | | | git-svn-id: http://svn.pyyaml.org/pyyaml/trunk@359 18f92427-320e-0410-9341-c67f048884a3
* Added a note that Python 3.1 is supported.xi2009-08-292-7/+9
| | | | git-svn-id: http://svn.pyyaml.org/pyyaml/trunk@356 18f92427-320e-0410-9341-c67f048884a3
* Merged some bug fixes from lib to lib3.xi2009-08-291-1/+4
| | | | git-svn-id: http://svn.pyyaml.org/pyyaml/trunk@355 18f92427-320e-0410-9341-c67f048884a3
* Fixed a problem with a scanner error not detected when no line break at the ↵xi2009-08-293-2/+6
| | | | | | end of the stream. git-svn-id: http://svn.pyyaml.org/pyyaml/trunk@354 18f92427-320e-0410-9341-c67f048884a3
* Fixed a typo in docstring.xi2009-08-292-2/+2
| | | | git-svn-id: http://svn.pyyaml.org/pyyaml/trunk@353 18f92427-320e-0410-9341-c67f048884a3
* Fixed emitting of invalid BOM for UTF-16.xi2009-08-2912-54/+62
| | | | git-svn-id: http://svn.pyyaml.org/pyyaml/trunk@351 18f92427-320e-0410-9341-c67f048884a3
* Fixed a problem when CDumper incorrectly serializes a node anchor.xi2009-08-294-3/+15
| | | | git-svn-id: http://svn.pyyaml.org/pyyaml/trunk@350 18f92427-320e-0410-9341-c67f048884a3
* Removed obsolete 'package_dir' line.xi2009-08-291-4/+0
| | | | git-svn-id: http://svn.pyyaml.org/pyyaml/trunk@349 18f92427-320e-0410-9341-c67f048884a3
* Fixed the Pyrex implementation of Mark class.xi2009-03-281-8/+8
| | | | git-svn-id: http://svn.pyyaml.org/pyyaml/trunk@348 18f92427-320e-0410-9341-c67f048884a3
* Fixed a bug where folded scalar emitter did not respect the preffered line ↵xi2009-03-281-0/+1
| | | | | | width (Thanks ingy for the report and the patch). git-svn-id: http://svn.pyyaml.org/pyyaml/trunk@347 18f92427-320e-0410-9341-c67f048884a3
* Added a workaround against #116 (Thanks Andrey Somov).xi2009-02-231-1/+3
| | | | git-svn-id: http://svn.pyyaml.org/pyyaml/trunk@345 18f92427-320e-0410-9341-c67f048884a3
* Restored Mark implementation in C as using the Python class causes a ↵xi2008-12-311-18/+18
| | | | | | significant performance hit. git-svn-id: http://svn.pyyaml.org/pyyaml/trunk@343 18f92427-320e-0410-9341-c67f048884a3
* Fixed a typo in the attribute name (Thanks ingy).xi2008-12-302-2/+2
| | | | git-svn-id: http://svn.pyyaml.org/pyyaml/trunk@341 18f92427-320e-0410-9341-c67f048884a3
* Added a MS VC 6.0 compatibility hack against Cython-generated C sources.xi2008-12-302-7/+9
| | | | git-svn-id: http://svn.pyyaml.org/pyyaml/trunk@339 18f92427-320e-0410-9341-c67f048884a3
* Added directories lib/yaml and lib3/yaml to MANIFEST.in.xi2008-12-301-0/+2
| | | | git-svn-id: http://svn.pyyaml.org/pyyaml/trunk@337 18f92427-320e-0410-9341-c67f048884a3
* Final touches before the release.xi2008-12-307-33/+50
| | | | git-svn-id: http://svn.pyyaml.org/pyyaml/trunk@336 18f92427-320e-0410-9341-c67f048884a3
* Minor compatibility fixes.xi2008-12-303-2/+13
| | | | git-svn-id: http://svn.pyyaml.org/pyyaml/trunk@335 18f92427-320e-0410-9341-c67f048884a3
* Fixed str/bytes issues with Python 3 in _yaml.pyx.xi2008-12-3010-163/+394
| | | | git-svn-id: http://svn.pyyaml.org/pyyaml/trunk@334 18f92427-320e-0410-9341-c67f048884a3
* Handle the encoding of input and output streams in a uniform way.xi2008-12-3012-77/+703
| | | | git-svn-id: http://svn.pyyaml.org/pyyaml/trunk@333 18f92427-320e-0410-9341-c67f048884a3
* Use Cython if available; added Python 3 support to _yaml.pyx.xi2008-12-297-82/+187
| | | | git-svn-id: http://svn.pyyaml.org/pyyaml/trunk@331 18f92427-320e-0410-9341-c67f048884a3
* Share data files between Py2 and Py3 test suites.xi2008-12-29598-3034/+29
| | | | git-svn-id: http://svn.pyyaml.org/pyyaml/trunk@330 18f92427-320e-0410-9341-c67f048884a3
* Fixed the remaining Python 3 compatibility issues.xi2008-12-2916-40/+18
| | | | git-svn-id: http://svn.pyyaml.org/pyyaml/trunk@329 18f92427-320e-0410-9341-c67f048884a3
* Added basic support for Python 3 (Thanks ↵xi2008-12-29574-45/+10516
| | | | | | idadesub(at)users(dot)sourceforge(dot)net). git-svn-id: http://svn.pyyaml.org/pyyaml/trunk@328 18f92427-320e-0410-9341-c67f048884a3
* Added CHANGES; updated the announcement; wording fixes in setup.py.xi2008-12-285-30/+148
| | | | git-svn-id: http://svn.pyyaml.org/pyyaml/trunk@326 18f92427-320e-0410-9341-c67f048884a3
* Minor 2.3 and win32 compatibility fixes; clarify the 'feature not found' ↵xi2008-12-285-11/+22
| | | | | | message in setup.py. git-svn-id: http://svn.pyyaml.org/pyyaml/trunk@325 18f92427-320e-0410-9341-c67f048884a3
* Fixed an issue with ReaderError generated by the LibYAML wrapper.xi2008-12-282-19/+19
| | | | git-svn-id: http://svn.pyyaml.org/pyyaml/trunk@323 18f92427-320e-0410-9341-c67f048884a3
* Refactored the test suite; updated include and library paths in setup.cfg.xi2008-12-2834-1649/+1698
| | | | git-svn-id: http://svn.pyyaml.org/pyyaml/trunk@322 18f92427-320e-0410-9341-c67f048884a3
* Bumped the version number.xi2008-12-272-2/+2
| | | | git-svn-id: http://svn.pyyaml.org/pyyaml/trunk@314 18f92427-320e-0410-9341-c67f048884a3
* Emit an explicit document end indicator when there is a possibility of ↵xi2008-12-271-2/+18
| | | | | | ambiguous parsing. git-svn-id: http://svn.pyyaml.org/pyyaml/trunk@313 18f92427-320e-0410-9341-c67f048884a3
* Fixed test errors for LibYAML bindings; added a test on emitting nodes in ↵xi2008-12-279-1/+42
| | | | | | all possible styles. git-svn-id: http://svn.pyyaml.org/pyyaml/trunk@312 18f92427-320e-0410-9341-c67f048884a3
* Minor fixes in the test subsystem to prevent failures in LibYAML bindings tests.xi2008-12-272-5/+7
| | | | git-svn-id: http://svn.pyyaml.org/pyyaml/trunk@311 18f92427-320e-0410-9341-c67f048884a3
* Fixed a bug in CDumper when ascend_resolver() is never called.xi2008-12-271-0/+1
| | | | git-svn-id: http://svn.pyyaml.org/pyyaml/trunk@310 18f92427-320e-0410-9341-c67f048884a3
* Refactored whitespace combination detector in the scalar analyzer: support ↵xi2008-12-272-93/+49
| | | | | | dumping '^ <break> <space> ...' in the block style. git-svn-id: http://svn.pyyaml.org/pyyaml/trunk@308 18f92427-320e-0410-9341-c67f048884a3
* Fixed typos in attribute names (Thanks to ingy).xi2008-12-082-5/+3
| | | | git-svn-id: http://svn.pyyaml.org/pyyaml/trunk@307 18f92427-320e-0410-9341-c67f048884a3
* Added a comment on Python 3 support.xi2008-12-051-0/+4
| | | | git-svn-id: http://svn.pyyaml.org/pyyaml/trunk@306 18f92427-320e-0410-9341-c67f048884a3
* Added trove classifiers for supported Python versions.xi2008-12-051-0/+4
| | | | git-svn-id: http://svn.pyyaml.org/pyyaml/trunk@305 18f92427-320e-0410-9341-c67f048884a3
* Fixed a problem with emitting block scalars (thanks to Andrey Somov): no ↵xi2008-12-041-14/+11
| | | | | | longer emit indentation spaces when they are not needed; emit the correct number of leading breaks for folded scalars; emit the '+' chomping indicator for a single break scalar. git-svn-id: http://svn.pyyaml.org/pyyaml/trunk@304 18f92427-320e-0410-9341-c67f048884a3
* Removed unused variable.xi2008-12-041-1/+0
| | | | git-svn-id: http://svn.pyyaml.org/pyyaml/trunk@303 18f92427-320e-0410-9341-c67f048884a3