summaryrefslogtreecommitdiff
path: root/setup.py
Commit message (Expand)AuthorAgeFilesLines
* Removed build options for 2.3 and 2.4.HEADmasterxi2011-05-301-2/+0
* Updated the changelog and bumped the version number.xi2011-05-301-1/+3
* Do not attempt to build extensions on platforms other than CPython.xi2011-05-291-0/+2
* Minor formatting cleanup.xi2009-08-301-5/+5
* Preparing the next release.xi2009-08-301-1/+1
* Added a note that Python 3.1 is supported.xi2009-08-291-0/+1
* Removed obsolete 'package_dir' line.xi2009-08-291-4/+0
* Final touches before the release.xi2008-12-301-1/+3
* Use Cython if available; added Python 3 support to _yaml.pyx.xi2008-12-291-61/+52
* Share data files between Py2 and Py3 test suites.xi2008-12-291-2/+2
* Added basic support for Python 3 (Thanks idadesub(at)users(dot)sourceforge(do...xi2008-12-291-33/+61
* Added CHANGES; updated the announcement; wording fixes in setup.py.xi2008-12-281-8/+11
* Minor 2.3 and win32 compatibility fixes; clarify the 'feature not found' mess...xi2008-12-281-1/+2
* Refactored the test suite; updated include and library paths in setup.cfg.xi2008-12-281-0/+20
* Bumped the version number.xi2008-12-271-1/+1
* Refactored whitespace combination detector in the scalar analyzer: support du...xi2008-12-271-1/+0
* Added a comment on Python 3 support.xi2008-12-051-0/+4
* Added trove classifiers for supported Python versions.xi2008-12-051-0/+4
* Pretend that PyYAML is a pure Python library when the LibYAML extension is ex...xi2008-11-301-33/+58
* Fixed the distutils script to run when installed using easy_install and Pyrex...xi2008-10-091-1/+8
* Dropped tests from the source distribution since LibYAML bindings do not pass...xi2008-10-031-1/+1
* Python 2.3 and win32 compatibility fixes in setup.py.xi2008-10-021-5/+33
* Check if libyaml is installed before attempting to compile the libyaml bindings.xi2008-10-021-5/+78
* Dropped setuptools-based setup.py in favor of custom distribution and build_e...xi2008-10-011-10/+106
* Added a setuptools installer 'ez_setup.py'.xi2008-09-301-0/+3
* Use setuptools for setup.py. Dropped setup_with_libyaml.py; to build libyaml...xi2008-09-301-3/+12
* Update the package version.xi2007-05-121-1/+1
* Preparing the next release.xi2006-08-191-18/+19
* Preparing the release: PyYAML-3.03xi2006-06-191-1/+1
* Preparing the next release.xi2006-05-151-1/+1
* Final touches before the initial release.xi2006-05-071-9/+9
* Prepare setup.py for release. Fix #7.xi2006-04-231-3/+33
* Remove y/n from the boolean constants.xi2006-02-251-2/+2
* Working on the scanner.xi2006-02-121-0/+22