aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2021-01-13Shell code improvementsIngy döt Net
2021-01-13Remove unneeded quotesIngy döt Net
2021-01-13Use long forms for docker run optionsIngy döt Net
2021-01-13Better (non)use of literal form scalarsIngy döt Net
2021-01-13Replace ${{ x }} with ${{x}}Ingy döt Net
2021-01-13Reduce long lines and adjust blank lines for clarityIngy döt Net
2021-01-13Don't overindent sequences in mapsIngy döt Net
2021-01-13Rename ci.yml to YAML preferred ci.yamlIngy döt Net
2021-01-13Add py29 to tox.ini envlistIngy döt Net
2021-01-13Build modernization (GHA, wheels, setuptools) (#407)Brad Solomon
2020-04-01Update list of maintainersTina Müller
2020-03-19Add ARM64 jobs in Travis-CI (#366)ossdev07
2020-03-18Update announcement.msgTina Müller
2020-03-18Move test files back into tests/data/Ingy döt Net
2020-03-17Update version to 5.3.1Tina Müller
2020-03-17Prevents arbitrary code execution during python/object/new constructor (#386)Riccardo Schirone
2020-01-06Update announcement.msgTina Müller
2020-01-06Changes for 5.3Tina Müller
2019-12-21Changes for 5.3b1Tina Müller
2019-12-20Add tests for timezone (#363)Tina Müller (tinita)
2019-12-20Create timezone-aware datetimes when parsed as such (#163)Mattijs Ugen
2019-12-20tox.ini: passenv = PYYAML_TEST_GROUPTina Müller
2019-12-20remove some unused imports (#260)Frédéric Chapoton
2019-12-20increase size of index, line, and column fields (#310)Dwight Guth
2019-12-20Fix for Python 3.10 (#329)Hugo van Kemenade
2019-12-20Document that PyYAML is implemented with Cython (#244)Jon Dufresne
2019-12-20Use full_load in yaml-highlight example (#359)Tina Müller (tinita)
2019-12-20Enable certain unicode tests when maxunicode not > 0xffffTina Müller
2019-12-20Fix reader for Unicode code points over 0xFFFF (#351)Anish Athalye
2019-12-07Add use of safe_load() function in README (#285)sblondon
2019-12-07Allow add_multi_constructor with None (#358)Tina Müller (tinita)
2019-12-07Fix handling of __slots__ (#161)Filip Salomonsson
2019-12-04Fix up small typoTim Gates
2019-12-04Use `is` instead of equality for comparing with NoneSergey Fursov
2019-12-03fix typos and stylistic nitDavid Kao
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-03tox.ini: Add py38 and remove py34Christian Clauss
2019-12-03Travis CI: Test on Python 3.8 production releaseChristian Clauss
2019-12-03Fix appveyor.yml to use libyaml tag not branchTina Müller
2019-12-02Version 5.2Tina Müller
2019-11-27Windows build tweaksMatt Davis
2019-11-25Changes for 5.2b1Tina Müller
2019-11-25bump version to 5.2b1Matt Davis
2019-11-20Move constructor for object/apply to UnsafeTina Müller
2019-11-18Change default loader for add_implicit_resolver, add_path_resolverTina Müller
2019-11-18Add custom constructors to multiple loadersIngy döt Net
2019-11-18Change default loader for yaml.add_constructor (#287)Tina Müller (tinita)
2019-11-18Update CHANGES for 5.1 (#280)Tina Müller (tinita)
2019-11-18Fix logic for quoting special characters (#276)Tina Müller (tinita)