Commit graph

34 commits

Author SHA1 Message Date
Kirill Simonov
a7daab7233 Removed build options for 2.3 and 2.4. 2011-05-30 04:53:00 +00:00
Kirill Simonov
fecdbf0cd6 Updated the changelog and bumped the version number. 2011-05-30 03:28:15 +00:00
Kirill Simonov
16d4445439 Do not attempt to build extensions on platforms other than CPython. 2011-05-29 16:13:17 +00:00
Kirill Simonov
a560336fea Minor formatting cleanup. 2009-08-30 20:06:16 +00:00
Kirill Simonov
cda7e229f2 Preparing the next release. 2009-08-30 00:07:20 +00:00
Kirill Simonov
3fed4e015f Added a note that Python 3.1 is supported. 2009-08-29 22:37:18 +00:00
Kirill Simonov
9c10eede76 Removed obsolete 'package_dir' line. 2009-08-29 19:13:27 +00:00
Kirill Simonov
71c4c1d946 Final touches before the release. 2008-12-30 18:18:53 +00:00
Kirill Simonov
d6a0b4c8ad Use Cython if available; added Python 3 support to _yaml.pyx. 2008-12-29 23:21:43 +00:00
Kirill Simonov
d765a6c525 Share data files between Py2 and Py3 test suites. 2008-12-29 19:05:11 +00:00
Kirill Simonov
9d74ade195 Added basic support for Python 3 (Thanks idadesub(at)users(dot)sourceforge(dot)net). 2008-12-29 17:24:05 +00:00
Kirill Simonov
cde6ec4586 Added CHANGES; updated the announcement; wording fixes in setup.py. 2008-12-28 23:34:19 +00:00
Kirill Simonov
bc887e46b6 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
ea31974907 Refactored the test suite; updated include and library paths in setup.cfg. 2008-12-28 20:16:50 +00:00
Kirill Simonov
fc0653493a Bumped the version number. 2008-12-27 19:11:55 +00:00
Kirill Simonov
860419f63b 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
42d915fac6 Added a comment on Python 3 support. 2008-12-05 19:37:52 +00:00
Kirill Simonov
99dc2f2129 Added trove classifiers for supported Python versions. 2008-12-05 19:35:24 +00:00
Kirill Simonov
4040f0a6a1 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
beaebb8c4c 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
52d2f4655e 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
5db6d28573 Python 2.3 and win32 compatibility fixes in setup.py. 2008-10-02 02:40:48 +00:00
Kirill Simonov
74b866c81a Check if libyaml is installed before attempting to compile the libyaml bindings. 2008-10-02 00:24:42 +00:00
Kirill Simonov
a870f66a26 Dropped setuptools-based setup.py in favor of custom distribution and build_ext command. 2008-10-01 23:16:09 +00:00
Kirill Simonov
090cac613d Added a setuptools installer 'ez_setup.py'. 2008-09-30 13:29:34 +00:00
Kirill Simonov
e3083df120 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
876de56c56 Update the package version. 2007-05-12 21:27:19 +00:00
Kirill Simonov
a49ab6d0ba Preparing the next release. 2006-08-19 19:37:57 +00:00
Kirill Simonov
98e0b547f2 Preparing the release: PyYAML-3.03 2006-06-19 16:30:56 +00:00
Kirill Simonov
5aaeaab26f Preparing the next release. 2006-05-15 06:49:37 +00:00
Kirill Simonov
63d2f1e4f9 Final touches before the initial release. 2006-05-07 14:36:42 +00:00
Kirill Simonov
7e8c2656db Prepare setup.py for release. Fix #7. 2006-04-23 18:07:52 +00:00
Kirill Simonov
1018a89915 Remove y/n from the boolean constants. 2006-02-25 20:13:09 +00:00
Kirill Simonov
e9ae0dd39f Working on the scanner. 2006-02-12 23:19:54 +00:00