summaryrefslogtreecommitdiff
path: root/setup.py
Commit message (Expand)AuthorAgeFilesLines
* 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