aboutsummaryrefslogtreecommitdiff
path: root/setup.py
AgeCommit message (Expand)Author
2021-01-13Build modernization (GHA, wheels, setuptools) (#407)Brad Solomon
2020-03-17Update version to 5.3.1Tina Müller
2020-01-06Changes for 5.3Tina Müller
2019-12-21Changes for 5.3b1Tina Müller
2019-12-20remove some unused imports (#260)Frédéric Chapoton
2019-12-20Document that PyYAML is implemented with Cython (#244)Jon Dufresne
2019-12-03fixup! setup.py: python_requires='!=3.4.*',Christian Clauss
2019-12-03setup.py: Remove support for EOL Python 3.4Christian Clauss
2019-12-02Version 5.2Tina Müller
2019-11-25bump version to 5.2b1Matt Davis
2019-07-30changes for 5.1.2 releaseMatt Davis
2019-06-06changes for 5.1.1 releaseMatt Davis
2019-03-13Updates for 5.1 releaseIngy döt Net
2019-03-12Windows Appveyor buildMatt Davis
2019-03-08Squash/merge pull request #105 from nnadeau/patch-1Matt Davis
2019-03-08Deprecate/warn usage of yaml.load(input)Ingy döt Net
2018-06-30Force cython when building sdistTina Müller
2018-06-26Changes for 4.1 releaseAlex Gaynor
2018-06-24Changes for 4.01 releaseIngy döt Net
2018-04-11Test on Python 3.7-devHugo
2017-09-11Fallback to Pure Python if Compilation failsDonald Stufft
2017-08-08Fix typosJakub Wilk
2017-08-07Document and test Python 3.6 supportJon Dufresne
2016-08-25Improved check for CPython (fixes issue #58).Kirill Simonov
2016-06-16Support for wheel packages.Kirill Simonov
2016-06-15Raise an error when test suite failed.Kirill Simonov
2016-06-15Dropped pyrex build support; Cython now supports Python 3.Kirill Simonov
2016-06-15Bumped the version number.Kirill Simonov
2014-03-26Bumped the version number.Kirill Simonov
2011-05-30Removed build options for 2.3 and 2.4.Kirill Simonov
2011-05-30Updated the changelog and bumped the version number.Kirill Simonov
2011-05-29Do not attempt to build extensions on platforms other than CPython.Kirill Simonov
2009-08-30Minor formatting cleanup.Kirill Simonov
2009-08-30Preparing the next release.Kirill Simonov
2009-08-29Added a note that Python 3.1 is supported.Kirill Simonov
2009-08-29Removed obsolete 'package_dir' line.Kirill Simonov
2008-12-30Final touches before the release.Kirill Simonov
2008-12-29Use Cython if available; added Python 3 support to _yaml.pyx.Kirill Simonov
2008-12-29Share data files between Py2 and Py3 test suites.Kirill Simonov
2008-12-29Added basic support for Python 3 (Thanks idadesub(at)users(dot)sourceforge(do...Kirill Simonov
2008-12-28Added CHANGES; updated the announcement; wording fixes in setup.py.Kirill Simonov
2008-12-28Minor 2.3 and win32 compatibility fixes; clarify the 'feature not found' mess...Kirill Simonov
2008-12-28Refactored the test suite; updated include and library paths in setup.cfg.Kirill Simonov
2008-12-27Bumped the version number.Kirill Simonov
2008-12-27Refactored whitespace combination detector in the scalar analyzer: support du...Kirill Simonov
2008-12-05Added a comment on Python 3 support.Kirill Simonov
2008-12-05Added trove classifiers for supported Python versions.Kirill Simonov
2008-11-30Pretend that PyYAML is a pure Python library when the LibYAML extension is ex...Kirill Simonov
2008-10-09Fixed the distutils script to run when installed using easy_install and Pyrex...Kirill Simonov
2008-10-03Dropped tests from the source distribution since LibYAML bindings do not pass...Kirill Simonov