summaryrefslogtreecommitdiff
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
* Fix issue with representing Enum typesThom Smith2021-09-221-1/+1
* Move code from lib3 to libThom Smith2021-09-2218-0/+5960
* Remove 2.7 supportThom Smith2021-09-2218-6106/+0
* 5.4.1 release5.4.1Ingy döt Net2021-01-201-1/+1
* Fix stub compat with older pyyaml versions that may unwittingly load itMatt Davis2021-01-201-1/+3
* 5.4 release5.4release/5.4Ingy döt Net2021-01-191-1/+1
* Fix compatibility with JythonAnish Athalye2021-01-131-2/+7
* constructor.timezone: __copy_ & __deepcopy__Ovv2021-01-131-0/+6
* Avoid repeatedly appending to yaml_implicit_resolversPhil Sphicas2021-01-131-2/+2
* Fix for CVE-2020-14343Ingy döt Net2021-01-131-12/+12
* Build modernization (GHA, wheels, setuptools) (#407)Brad Solomon2021-01-133-2/+33
* Update version to 5.3.1Tina Müller2020-03-171-1/+1
* Prevents arbitrary code execution during python/object/new constructor (#386)Riccardo Schirone2020-03-171-1/+28
* Changes for 5.3Tina Müller2020-01-061-1/+1
* Changes for 5.3b15.3b1Tina Müller2019-12-211-1/+1
* Add tests for timezone (#363)Tina Müller (tinita)2019-12-201-1/+1
* Create timezone-aware datetimes when parsed as such (#163)Mattijs Ugen2019-12-201-6/+30
* remove some unused imports (#260)Frédéric Chapoton2019-12-201-1/+2
* Fix reader for Unicode code points over 0xFFFF (#351)Anish Athalye2019-12-201-1/+1
* Allow add_multi_constructor with None (#358)Tina Müller (tinita)2019-12-071-1/+1
* Fix handling of __slots__ (#161)Filip Salomonsson2019-12-071-1/+1
* Fix up small typoTim Gates2019-12-041-4/+4
* Use `is` instead of equality for comparing with NoneSergey Fursov2019-12-041-2/+2
* fix typos and stylistic nitDavid Kao2019-12-032-3/+3
* Version 5.25.2release/5.2Tina Müller2019-12-021-1/+1
* bump version to 5.2b1Matt Davis2019-11-251-1/+1
* Move constructor for object/apply to UnsafeTina Müller2019-11-201-4/+4
* Change default loader for add_implicit_resolver, add_path_resolverTina Müller2019-11-181-4/+14
* Add custom constructors to multiple loadersIngy döt Net2019-11-181-2/+7
* Change default loader for yaml.add_constructor (#287)Tina Müller (tinita)2019-11-181-4/+14
* 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-301-1/+1
* 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
* Make default_flow_style=FalseTina Müller2019-03-084-8/+8
* Allow to turn off sorting keys in DumperTina Müller2019-03-084-16/+18
* Deprecate/warn usage of yaml.load(input)Ingy döt Net2019-03-084-54/+218
* Reverting https://github.com/yaml/pyyaml/pull/74Ingy döt Net2018-06-304-41/+31
* Changes for 4.1 release4.1-retracted4.1Alex Gaynor2018-06-261-1/+1
* Changes for 4.01 releaseIngy döt Net2018-06-241-1/+1
* Support escaped slash in double quotes "\/"Tina Müller2018-06-241-0/+1
* Remove commented out Psyco codeJon Dufresne2018-04-112-13/+0
* Revert PR #150 per @asomovIngy döt Net2018-04-101-1/+5
* Remove redundant code in Scanner.peek_token()Andrey Somov2018-03-281-2/+1
* wtf, how did this typo happenAlex Gaynor2017-08-261-1/+1
* Make pyyaml safe by default.Alex Gaynor2017-08-264-31/+41
* Fix typosJakub Wilk2017-08-083-9/+9
* Improve RepresenterError creationTimofei Bondarev2017-08-081-2/+2
* First attack at pyyaml does not support literals in unicode over codepoint 0x...Peter Murphy2017-05-082-6/+14
* Allow colon in a plain scalar in a flow context (#45)Daniel Beer2017-02-081-11/+5