summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* Merged a typo fix from the trunk.3.08xi2008-12-302-2/+2
| | | | git-svn-id: http://svn.pyyaml.org/pyyaml/tags/3.08@342 18f92427-320e-0410-9341-c67f048884a3
* Merged the MSVC6 compatibility hack from the trunk.xi2008-12-302-7/+9
| | | | git-svn-id: http://svn.pyyaml.org/pyyaml/tags/3.08@340 18f92427-320e-0410-9341-c67f048884a3
* Tagged the 3.08 release.xi2008-12-300-0/+0
| | | | git-svn-id: http://svn.pyyaml.org/pyyaml/tags/3.08@338 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
* Removed a stale comment; fixes #102.xi2008-11-301-2/+0
| | | | git-svn-id: http://svn.pyyaml.org/pyyaml/trunk@302 18f92427-320e-0410-9341-c67f048884a3
* Pretend that PyYAML is a pure Python library when the LibYAML extension is ↵xi2008-11-301-33/+58
| | | | | | explicitly disabled. git-svn-id: http://svn.pyyaml.org/pyyaml/trunk@301 18f92427-320e-0410-9341-c67f048884a3
* determine_chomp -> determine_block_hintsxi2008-11-301-2/+2
| | | | git-svn-id: http://svn.pyyaml.org/pyyaml/trunk@300 18f92427-320e-0410-9341-c67f048884a3
* Permit emitting block scalars with leading spaces or breaks.xi2008-11-301-15/+16
| | | | git-svn-id: http://svn.pyyaml.org/pyyaml/trunk@299 18f92427-320e-0410-9341-c67f048884a3
* Fixed the distutils script to run when installed using easy_install and ↵xi2008-10-091-1/+8
| | | | | | Pyrex is available. git-svn-id: http://svn.pyyaml.org/pyyaml/trunk@298 18f92427-320e-0410-9341-c67f048884a3
* Final touches in README.xi2008-10-031-2/+2
| | | | git-svn-id: http://svn.pyyaml.org/pyyaml/trunk@296 18f92427-320e-0410-9341-c67f048884a3
* Dropped tests from the source distribution since LibYAML bindings do not ↵xi2008-10-036-18/+26
| | | | | | pass them; updated README and announcement.msg; renamed 'yaml.__libyaml__' to 'yaml.__with_libyaml__'. git-svn-id: http://svn.pyyaml.org/pyyaml/trunk@295 18f92427-320e-0410-9341-c67f048884a3
* Python 2.3 and win32 compatibility fixes in setup.py.xi2008-10-022-280/+33
| | | | git-svn-id: http://svn.pyyaml.org/pyyaml/trunk@294 18f92427-320e-0410-9341-c67f048884a3
* Check if libyaml is installed before attempting to compile the libyaml bindings.xi2008-10-021-5/+78
| | | | git-svn-id: http://svn.pyyaml.org/pyyaml/trunk@292 18f92427-320e-0410-9341-c67f048884a3
* Added the script tests/test_all.py.xi2008-10-011-0/+15
| | | | git-svn-id: http://svn.pyyaml.org/pyyaml/trunk@291 18f92427-320e-0410-9341-c67f048884a3
* Dropped setuptools-based setup.py in favor of custom distribution and ↵xi2008-10-014-1435/+111
| | | | | | build_ext command. git-svn-id: http://svn.pyyaml.org/pyyaml/trunk@290 18f92427-320e-0410-9341-c67f048884a3
* Fixed include_dirs and library_dirs for the Windows build.xi2008-09-301-6/+6
| | | | git-svn-id: http://svn.pyyaml.org/pyyaml/trunk@287 18f92427-320e-0410-9341-c67f048884a3
* Updated the manifest file.xi2008-09-302-3/+2
| | | | git-svn-id: http://svn.pyyaml.org/pyyaml/trunk@285 18f92427-320e-0410-9341-c67f048884a3
* Updated announcement.msg.xi2008-09-301-0/+1
| | | | git-svn-id: http://svn.pyyaml.org/pyyaml/trunk@283 18f92427-320e-0410-9341-c67f048884a3
* Added attributes ``yaml.__version__`` and ``yaml.__libyaml__`` (fixes #85).xi2008-09-301-2/+4
| | | | git-svn-id: http://svn.pyyaml.org/pyyaml/trunk@282 18f92427-320e-0410-9341-c67f048884a3
* Added a setuptools installer 'ez_setup.py'.xi2008-09-302-0/+278
| | | | git-svn-id: http://svn.pyyaml.org/pyyaml/trunk@281 18f92427-320e-0410-9341-c67f048884a3
* Updated Makefile to use 'setup.py --with-libyaml'.xi2008-09-301-6/+6
| | | | git-svn-id: http://svn.pyyaml.org/pyyaml/trunk@280 18f92427-320e-0410-9341-c67f048884a3
* Updated README, announcement and MANIFEST files for the 3.06 release.xi2008-09-303-21/+21
| | | | git-svn-id: http://svn.pyyaml.org/pyyaml/trunk@279 18f92427-320e-0410-9341-c67f048884a3
* Updated setup.cfg to use the stable branch of libyaml; added Python 2.6 options.xi2008-09-301-4/+10
| | | | git-svn-id: http://svn.pyyaml.org/pyyaml/trunk@278 18f92427-320e-0410-9341-c67f048884a3
* Added a test for single dot being a float bug.xi2008-09-302-0/+2
| | | | git-svn-id: http://svn.pyyaml.org/pyyaml/trunk@276 18f92427-320e-0410-9341-c67f048884a3
* Use setuptools for setup.py. Dropped setup_with_libyaml.py; to build ↵xi2008-09-303-35/+14
| | | | | | libyaml bindings, use --with-libyaml. git-svn-id: http://svn.pyyaml.org/pyyaml/trunk@275 18f92427-320e-0410-9341-c67f048884a3
* Fixed Python 2.3 compatibility (thanks to Julian Scheid for suggestion).xi2008-07-291-1/+4
| | | | git-svn-id: http://svn.pyyaml.org/pyyaml/trunk@269 18f92427-320e-0410-9341-c67f048884a3
* Added a YAML lexer for Pygments.xi2008-05-203-0/+2156
| | | | git-svn-id: http://svn.pyyaml.org/pyyaml/trunk@268 18f92427-320e-0410-9341-c67f048884a3