summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
* Add py29 to tox.ini envlistIngy döt Net2021-01-131-1/+1
* Build modernization (GHA, wheels, setuptools) (#407)Brad Solomon2021-01-1324-121/+522
* Update list of maintainersTina Müller2020-04-011-1/+0
* Add ARM64 jobs in Travis-CI (#366)ossdev072020-03-191-0/+9
* Update announcement.msg5.3.1release/5.3.1Tina Müller2020-03-183-23/+16
* Move test files back into tests/data/Ingy döt Net2020-03-183-0/+0
* Update version to 5.3.1Tina Müller2020-03-173-3/+3
* Prevents arbitrary code execution during python/object/new constructor (#386)Riccardo Schirone2020-03-176-4/+100
* Update announcement.msg5.3release/5.3Tina Müller2020-01-061-15/+21
* Changes for 5.3Tina Müller2020-01-064-4/+4
* Changes for 5.3b15.3b1Tina Müller2019-12-214-3/+21
* Add tests for timezone (#363)Tina Müller (tinita)2019-12-205-13/+41
* Create timezone-aware datetimes when parsed as such (#163)Mattijs Ugen2019-12-202-11/+36
* tox.ini: passenv = PYYAML_TEST_GROUPTina Müller2019-12-201-0/+1
* remove some unused imports (#260)Frédéric Chapoton2019-12-203-3/+3
* increase size of index, line, and column fields (#310)Dwight Guth2019-12-205-6/+44
* Fix for Python 3.10 (#329)Hugo van Kemenade2019-12-204-4/+4
* Document that PyYAML is implemented with Cython (#244)Jon Dufresne2019-12-201-0/+1
* Use full_load in yaml-highlight example (#359)Tina Müller (tinita)2019-12-201-1/+1
* Enable certain unicode tests when maxunicode not > 0xffffTina Müller2019-12-205-0/+0
* Fix reader for Unicode code points over 0xFFFF (#351)Anish Athalye2019-12-201-1/+1
* Add use of safe_load() function in README (#285)sblondon2019-12-071-0/+4
* Allow add_multi_constructor with None (#358)Tina Müller (tinita)2019-12-078-2/+137
* Fix handling of __slots__ (#161)Filip Salomonsson2019-12-076-4/+30
* Fix up small typoTim Gates2019-12-042-8/+8
* Use `is` instead of equality for comparing with NoneSergey Fursov2019-12-042-4/+4
* fix typos and stylistic nitDavid Kao2019-12-034-6/+6
* 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
* tox.ini: Add py38 and remove py34Christian Clauss2019-12-031-1/+1
* Travis CI: Test on Python 3.8 production releaseChristian Clauss2019-12-031-4/+2
* Fix appveyor.yml to use libyaml tag not branchTina Müller2019-12-031-1/+1
* Version 5.25.2release/5.2Tina Müller2019-12-025-12/+21
* Windows build tweaksMatt Davis2019-11-272-28/+29
* Changes for 5.2b15.2b1Tina Müller2019-11-251-0/+15
* bump version to 5.2b1Matt Davis2019-11-253-3/+3
* Move constructor for object/apply to UnsafeTina Müller2019-11-202-8/+8
* Change default loader for add_implicit_resolver, add_path_resolverTina Müller2019-11-182-8/+28
* Add custom constructors to multiple loadersIngy döt Net2019-11-182-4/+14
* Change default loader for yaml.add_constructor (#287)Tina Müller (tinita)2019-11-182-8/+28
* Update CHANGES for 5.1 (#280)Tina Müller (tinita)2019-11-181-2/+6
* Fix logic for quoting special characters (#276)Tina Müller (tinita)2019-11-181-1/+1
* changes for 5.1.2 release5.1.2release/5.1.2-finalMatt Davis2019-07-308-21/+29
* changes for 5.1.1 release5.1.1release/5.1.1-finalMatt Davis2019-06-065-46/+15
* Updates for 5.1 release5.1release/5.1-finalIngy döt Net2019-03-136-37/+54
* Windows Appveyor buildMatt Davis2019-03-125-9/+270
* Skip certain unicode tests when maxunicode not > 0xffffTina Müller2019-03-126-0/+4
* Update .travis.yml to use libyaml 0.2.2Ingy döt Net2019-03-121-3/+7
* Squash/merge pull request #105 from nnadeau/patch-1Matt Davis2019-03-084-13/+4
* Make default_flow_style=FalseTina Müller2019-03-088-16/+16