summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Add custom constructors to multiple loadersingydotnet/custom-constructor-fixIngy döt Net2019-03-192-4/+14
* 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
* First attack at pyyaml does not support literals in unicode over codepoint 0x...Peter Murphy2017-05-084-11/+18
* A change to a messagePeter Murphy2017-05-071-0/+1
* Allow colon in a plain scalar in a flow context (#45)Daniel Beer2017-02-083-23/+10
* Install tox in a virtualenvIan Cordasco2016-11-232-3/+4
* Add Travis SupportDonald Stufft2016-09-122-0/+45
* Ignore common build/runtime artifactsDonald Stufft2016-09-121-0/+10
* Add a tox.ini to run testsDonald Stufft2016-09-121-0/+8
* Added tag 3.12 for changeset 823acfc7b4ffKirill Simonov2016-08-280-0/+0
* Updated README and announcement.3.12Kirill Simonov2016-08-272-21/+12
* Fixed handling --verbose flag in the test appliance.Kirill Simonov2016-08-252-0/+2
* Merged in scorphus/pyyaml (pull request #9)Kirill Simonov2016-08-2514-63/+81
|\