summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* 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
* Allow to turn off sorting keys in DumperTina Müller2019-03-0814-35/+110
* Include license file in the generated wheel packageJon Dufresne2019-03-081-0/+2
* Apply FullLoader/UnsafeLoader changes to lib3Tina Müller2019-03-087-66/+229
* Deprecate/warn usage of yaml.load(input)Ingy döt Net2019-03-088-64/+228
* Fix for bug https://github.com/yaml/pyyaml/issues/118scauligi2019-02-271-1/+1
* Import Hashable from collections.abcFlorian Bruhin2019-02-271-2/+2
* Reverting https://github.com/yaml/pyyaml/pull/74Ingy döt Net2018-06-3012-92/+75
* Build libyaml on travisTina Müller2018-06-301-0/+14
* Install cython alongside toxAnthony Sottile2018-06-301-1/+1
* Force cython when building sdistTina Müller2018-06-301-1/+5
* Changes for 4.1 release4.1-retracted4.1Alex Gaynor2018-06-267-22/+42
* Changes for 4.01 releaseIngy döt Net2018-06-247-36/+93
* Support escaped slash in double quotes "\/"Tina Müller2018-06-242-0/+2
* Drop unsupported Python 3.3hugovk2018-06-242-3/+1
* Test on Python 3.7-devHugo2018-04-113-1/+4
* Remove commented out Psyco codeJon Dufresne2018-04-114-26/+0
* Revert PR #150 per @asomovIngy döt Net2018-04-102-2/+10
* Remove redundant code in Scanner.peek_token()Andrey Somov2018-03-282-4/+2
* Fallback to Pure Python if Compilation failsDonald Stufft2017-09-111-55/+7
* add 3.12 changeloghsmtkk2017-09-111-0/+8
* Now, for py3k!Alex Gaynor2017-08-266-37/+46
* wtf, how did this typo happenAlex Gaynor2017-08-261-1/+1
* Make pyyaml safe by default.Alex Gaynor2017-08-266-38/+46
* Fix typosJakub Wilk2017-08-0812-31/+31
* Improve RepresenterError creationTimofei Bondarev2017-08-082-4/+4
* Resolves #57, update readme issues linkpsanchez2017-08-071-1/+1
* Remove tox workaround for Travis CIJon Dufresne2017-08-072-23/+3
* Use Travis CI built in pip cache supportJon Dufresne2017-08-071-3/+1
* Document and test Python 3.6 supportJon Dufresne2017-08-073-1/+7
* Reverting README to old copyPeter Murphy2017-05-101-2/+0
* Suspicious 'expected an exception' messages trimmedPeter Murphy2017-05-102-37/+12
* Added emoticon test data files (which will probably break testing)Peter Murphy2017-05-092-0/+11