aboutsummaryrefslogtreecommitdiff
path: root/lib3
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-03-17Prevents arbitrary code execution during python/object/new constructor (#386)Riccardo Schirone
2020-01-06Changes for 5.3Tina Müller
2019-12-21Changes for 5.3b1Tina Müller
2019-12-20Create timezone-aware datetimes when parsed as such (#163)Mattijs Ugen
2019-12-20remove some unused imports (#260)Frédéric Chapoton
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-02Version 5.2Tina 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-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-08Make default_flow_style=FalseTina Müller
2019-03-08Allow to turn off sorting keys in DumperTina Müller
2019-03-08Apply FullLoader/UnsafeLoader changes to lib3Tina Müller
2019-02-27Fix for bug https://github.com/yaml/pyyaml/issues/118scauligi
2019-02-27Import Hashable from collections.abcFlorian Bruhin
2018-06-30Reverting https://github.com/yaml/pyyaml/pull/74Ingy döt Net
2018-06-26Changes for 4.1 releaseAlex Gaynor
2018-06-24Changes for 4.01 releaseIngy döt Net
2018-06-24Support escaped slash in double quotes "\/"Tina Müller
2018-04-11Remove commented out Psyco codeJon Dufresne
2018-04-10Revert PR #150 per @asomovIngy döt Net
2018-03-28Remove redundant code in Scanner.peek_token()Andrey Somov
2017-08-26Now, for py3k!Alex Gaynor
2017-08-08Fix typosJakub Wilk
2017-08-08Improve RepresenterError creationTimofei Bondarev
2017-05-08First attack at pyyaml does not support literals in unicode over codepoint 0x...Peter Murphy
2017-02-08Allow colon in a plain scalar in a flow context (#45)Daniel Beer
2016-08-25Merged in scorphus/pyyaml (pull request #9)Kirill Simonov
2016-08-25Adding an implicit resolver to a derived loader should not affect the base lo...Kirill Simonov
2016-08-25Uniform representation for OrderedDict (fixes issue #61).Kirill Simonov
2016-08-25Fixed comparison to () (closes #64).Kirill Simonov
2016-08-25Fixed comparison to None warning (closes issue #64).Kirill Simonov
2016-06-15Bumped the version number.Kirill Simonov
2015-04-04scanner: use infinitive verb after auxiliary word couldPablo Santiago Blum de Aguiar
2014-11-28Removed invalid simple key assertion.Kirill Simonov
2014-03-26Bumped the version number.Kirill Simonov
2011-05-30Updated the changelog and bumped the version number.Kirill Simonov
2011-05-30Clear cyclic references in the parser and the emitter to avoid extra GC calls.Kirill Simonov
2009-08-30Fixed Python 3.1 incompatibility issues.Kirill Simonov