Commit Graph

22 Commits

Author SHA1 Message Date
Kirill Simonov
1310c51249 Added CHANGES; updated the announcement; wording fixes in setup.py. 2008-12-28 23:34:19 +00:00
Kirill Simonov
8e88d11b41 Minor 2.3 and win32 compatibility fixes; clarify the 'feature not found' message in setup.py. 2008-12-28 21:42:35 +00:00
Kirill Simonov
aff84ff195 Refactored the test suite; updated include and library paths in setup.cfg. 2008-12-28 20:16:50 +00:00
Kirill Simonov
a667b61247 Bumped the version number. 2008-12-27 19:11:55 +00:00
Kirill Simonov
59f1f45465 Refactored whitespace combination detector in the scalar analyzer: support dumping '^ <break> <space> ...' in the block style. 2008-12-27 11:07:47 +00:00
Kirill Simonov
9027393a4f Added a comment on Python 3 support. 2008-12-05 19:37:52 +00:00
Kirill Simonov
5d2ae6b34f Added trove classifiers for supported Python versions. 2008-12-05 19:35:24 +00:00
Kirill Simonov
3ea3d11ffc Pretend that PyYAML is a pure Python library when the LibYAML extension is explicitly disabled. 2008-11-30 14:06:13 +00:00
Kirill Simonov
9768babfd8 Fixed the distutils script to run when installed using easy_install and Pyrex is available. 2008-10-09 15:56:20 +00:00
Kirill Simonov
5d943d1a15 Dropped tests from the source distribution since LibYAML bindings do not pass them; updated README and announcement.msg; renamed 'yaml.__libyaml__' to 'yaml.__with_libyaml__'. 2008-10-03 18:24:11 +00:00
Kirill Simonov
f13e492919 Python 2.3 and win32 compatibility fixes in setup.py. 2008-10-02 02:40:48 +00:00
Kirill Simonov
c0d61333ac Check if libyaml is installed before attempting to compile the libyaml bindings. 2008-10-02 00:24:42 +00:00
Kirill Simonov
be82996bc4 Dropped setuptools-based setup.py in favor of custom distribution and build_ext command. 2008-10-01 23:16:09 +00:00
Kirill Simonov
61e06c4b7f Added a setuptools installer 'ez_setup.py'. 2008-09-30 13:29:34 +00:00
Kirill Simonov
a69b98b63f Use setuptools for setup.py. Dropped setup_with_libyaml.py; to build libyaml bindings, use --with-libyaml. 2008-09-30 11:45:18 +00:00
Kirill Simonov
e1d133ae33 Update the package version. 2007-05-12 21:27:19 +00:00
Kirill Simonov
1710a8d1b6 Preparing the next release. 2006-08-19 19:37:57 +00:00
Kirill Simonov
47b72d2be7 Preparing the release: PyYAML-3.03 2006-06-19 16:30:56 +00:00
Kirill Simonov
da8f3caa44 Preparing the next release. 2006-05-15 06:49:37 +00:00
Kirill Simonov
8f22ae6de3 Final touches before the initial release. 2006-05-07 14:36:42 +00:00
Kirill Simonov
410d822bd5 Prepare setup.py for release. Fix #7. 2006-04-23 18:07:52 +00:00
Kirill Simonov
4c570faa8b Move pyyaml3000 to a separate directory. 2006-03-04 22:43:48 +00:00