summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Add a basic test file for yaml.load and yaml.dumpIngy döt Net2021-09-233-1/+26
* Makefile tweaksIngy döt Net2021-09-231-1/+8
* Fix float resolver for '.' and '._'Tina Müller2021-09-232-3/+1
* Use with statements to eliminate ResourceWarningsThom Smith2021-09-2316-91/+145
* Use python3 in the MakefilePantelis Antoniou2021-09-231-1/+1
* Remove Python 2 support and simplifyPantelis Antoniou2021-09-233-255/+109
* Define PyString_GetExact as BytesPantelis Antoniou2021-09-231-2/+2
* Fix warning errors of the libyaml bindingPantelis Antoniou2021-09-233-63/+75
* Add a test for the YAML 1.1 typesTina Müller2021-09-234-0/+427
* Fix issue with representing Enum typesThom Smith2021-09-234-2/+6
* Correct spelling of “hexadecimal”Thom Smith2021-09-221-2/+2
* Update tox.iniThomas Smith2021-09-221-1/+1
* Remove 3.5 from AppveyorThom Smith2021-09-221-2/+0
* Simplify python_requiresThom Smith2021-09-221-1/+1
* Remove 2.7 from CIThom Smith2021-09-223-6/+0
* Move code from lib3 to libThom Smith2021-09-2242-6/+2
* Remove 2.7 supportThom Smith2021-09-2241-8265/+4
* Remove py35 from tox.iniThom Smith2021-09-221-1/+1
* Explode multiarch matrix for ML2014/aarch64/s390xMatt Davis2021-09-221-35/+40
* Updated the content of the README.md fileIngy döt Net2021-09-021-16/+18
* Change README format to MarkdownTim Hoffmann2021-09-022-43/+49
* 5.4.1 release5.4.1Ingy döt Net2021-01-205-21/+16
* Fix stub compat with older pyyaml versions that may unwittingly load itMatt Davis2021-01-202-2/+6
* 5.4 release5.4release/5.4Ingy döt Net2021-01-196-21/+39
* Fix compatibility with JythonAnish Athalye2021-01-131-2/+7
* Run CI on PR base branch changesMatt Davis2021-01-131-0/+1
* constructor.timezone: __copy_ & __deepcopy__Ovv2021-01-132-0/+18
* Avoid repeatedly appending to yaml_implicit_resolversPhil Sphicas2021-01-132-4/+4
* Fix for CVE-2020-14343Ingy döt Net2021-01-134-26/+26
* Add 3.9 to appveyor file for completeness sakeIngy döt Net2021-01-131-0/+2
* Add a newline character to end of pyproject.tomlIngy döt Net2021-01-131-1/+1
* Start sentences and phrases for capital lettersIngy döt Net2021-01-131-35/+35
* Shell code improvementsIngy döt Net2021-01-131-6/+4
* Remove unneeded quotesIngy döt Net2021-01-131-1/+1
* Use long forms for docker run optionsIngy döt Net2021-01-131-9/+9
* Better (non)use of literal form scalarsIngy döt Net2021-01-131-11/+5
* Replace ${{ x }} with ${{x}}Ingy döt Net2021-01-131-15/+15
* Reduce long lines and adjust blank lines for clarityIngy döt Net2021-01-131-12/+34
* Don't overindent sequences in mapsIngy döt Net2021-01-131-161/+160
* Rename ci.yml to YAML preferred ci.yamlIngy döt Net2021-01-131-0/+0
* 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