summaryrefslogtreecommitdiff
path: root/setup.py
Commit message (Expand)AuthorAgeFilesLines
* Add python 3.11 support (#663)HEADmasterMatthieu Darbois2022-09-131-0/+1
* 6.0 release6.0Matt Davis2021-10-131-1/+1
* 6.0b1 release6.0b1Matt Davis2021-10-041-1/+1
* Various setup fixesMatt Davis2021-09-231-7/+29
* Simplify python_requiresThom Smith2021-09-221-1/+1
* Move code from lib3 to libThom Smith2021-09-221-2/+2
* Remove 2.7 supportThom Smith2021-09-221-8/+3
* 5.4.1 release5.4.1Ingy döt Net2021-01-201-1/+1
* 5.4 release5.4release/5.4Ingy döt Net2021-01-191-1/+1
* Build modernization (GHA, wheels, setuptools) (#407)Brad Solomon2021-01-131-45/+26
* Update version to 5.3.1Tina Müller2020-03-171-1/+1
* Changes for 5.3Tina Müller2020-01-061-1/+1
* Changes for 5.3b15.3b1Tina Müller2019-12-211-1/+1
* remove some unused imports (#260)Frédéric Chapoton2019-12-201-1/+0
* Document that PyYAML is implemented with Cython (#244)Jon Dufresne2019-12-201-0/+1
* fixup! setup.py: python_requires='!=3.4.*',Christian Clauss2019-12-031-1/+1
* setup.py: Remove support for EOL Python 3.4Christian Clauss2019-12-031-1/+0
* Version 5.25.2release/5.2Tina Müller2019-12-021-1/+1
* bump version to 5.2b1Matt Davis2019-11-251-1/+1
* changes for 5.1.2 release5.1.2release/5.1.2-finalMatt Davis2019-07-301-1/+2
* changes for 5.1.1 release5.1.1release/5.1.1-finalMatt Davis2019-06-061-1/+1
* Updates for 5.1 release5.1release/5.1-finalIngy döt Net2019-03-131-1/+1
* Windows Appveyor buildMatt Davis2019-03-121-1/+14
* Squash/merge pull request #105 from nnadeau/patch-1Matt Davis2019-03-081-2/+1
* Deprecate/warn usage of yaml.load(input)Ingy döt Net2019-03-081-1/+1
* Force cython when building sdistTina Müller2018-06-301-1/+5
* Changes for 4.1 release4.1-retracted4.1Alex Gaynor2018-06-261-1/+2
* Changes for 4.01 releaseIngy döt Net2018-06-241-3/+3
* Test on Python 3.7-devHugo2018-04-111-0/+1
* Fallback to Pure Python if Compilation failsDonald Stufft2017-09-111-55/+7
* Fix typosJakub Wilk2017-08-081-1/+1
* Document and test Python 3.6 supportJon Dufresne2017-08-071-0/+4
* Improved check for CPython (fixes issue #58).Kirill Simonov2016-08-251-7/+5
* Support for wheel packages.Kirill Simonov2016-06-161-6/+15
* Raise an error when test suite failed.Kirill Simonov2016-06-151-2/+3
* Dropped pyrex build support; Cython now supports Python 3.Kirill Simonov2016-06-151-22/+10
* Bumped the version number.Kirill Simonov2016-06-151-1/+1
* Bumped the version number.3.11Kirill Simonov2014-03-261-1/+1
* Removed build options for 2.3 and 2.4.Kirill Simonov2011-05-301-2/+0
* Updated the changelog and bumped the version number.Kirill Simonov2011-05-301-1/+3
* Do not attempt to build extensions on platforms other than CPython.3.10Kirill Simonov2011-05-291-0/+2
* Minor formatting cleanup.3.09Kirill Simonov2009-08-301-5/+5
* Preparing the next release.Kirill Simonov2009-08-301-1/+1
* Added a note that Python 3.1 is supported.Kirill Simonov2009-08-291-0/+1
* Removed obsolete 'package_dir' line.Kirill Simonov2009-08-291-4/+0
* Final touches before the release.Kirill Simonov2008-12-301-1/+3
* Use Cython if available; added Python 3 support to _yaml.pyx.Kirill Simonov2008-12-291-61/+52
* Share data files between Py2 and Py3 test suites.Kirill Simonov2008-12-291-2/+2
* Added basic support for Python 3 (Thanks idadesub(at)users(dot)sourceforge(do...Kirill Simonov2008-12-291-33/+61
* Added CHANGES; updated the announcement; wording fixes in setup.py.Kirill Simonov2008-12-281-8/+11