summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* fix for issue 382, error in format string0.17.3Anthon van der Neut2021-04-079-9/+40
|
* Added tag 0.17.2 for changeset a8a9141e7a90Anthon van der Neut2021-03-290-0/+0
|
* change py2.py3 wheel to py3 only wheel0.17.2Anthon van der Neut2021-03-294-5/+12
|
* Added tag 0.17.1 for changeset 961613d5ea1aAnthon van der Neut2021-03-290-0/+0
|
* add Python 3 only classifier0.17.1Anthon van der Neut2021-03-294-6/+15
|
* Added tag 0.17.0 for changeset 7c1c4a4e17cfAnthon van der Neut2021-03-260-0/+0
|
* remove support for 2.7, prepare for f-strings0.17.0Anthon van der Neut2021-03-2624-731/+276
|
* add scan, parser. compose, emit, serialize to YAMLAnthon van der Neut2021-03-201-20/+141
|
* remove superfluous comment assignmentAnthon van der Neut2021-03-201-3/+5
|
* remove python 2 specific codeAnthon van der Neut2021-03-0976-1813/+1369
| | | | add future deprecation warning to old style functions
* Added tag 0.16.13 for changeset ce172fcf4b61Anthon van der Neut2021-03-050-0/+0
|
* last release supporting 2.70.16.13Anthon van der Neut2021-03-0511-55/+64
|
* fix #373Anthon van der Neut2021-03-051-2/+2
|
* fix #365Anthon van der Neut2021-03-051-0/+26
|
* fix #371Anthon van der Neut2021-03-051-1/+4
|
* explain round-trippingAnthon van der Neut2020-10-152-10/+5
|
* corrections on update()Anthon van der Neut2020-09-222-6/+6
|
* fix issue 359Anthon van der Neut2020-09-222-7/+13
|
* try to re-enable rtfdAnthon van der Neut2020-09-051-1/+1
|
* try to re-enable rtfdAnthon van der Neut2020-09-051-1/+1
|
* try to re-enable rtfdAnthon van der Neut2020-09-052-4/+13
|
* Added tag 0.16.12 for changeset 53ec5198e50aAnthon van der Neut2020-09-040-0/+0
|
* update links in doc0.16.12Anthon van der Neut2020-09-049-48/+52
|
* Added tag 0.16.11 for changeset 43b028851940Anthon van der Neut2020-09-030-0/+0
|
* udpate setup.py to workaround issue in setuptools0.16.11Anthon van der Neut2020-09-037-14/+19
| | | | https://github.com/pypa/setuptools/issues/2355#issuecomment-685159580
* Added tag 0.16.10 for changeset 42b89940bc91Anthon van der Neut2020-02-120-0/+0
|
* update url in meta and .svg in README0.16.10Anthon van der Neut2020-02-126-20/+25
|
* Added tag 0.16.9 for changeset 17f2c2782abbAnthon van der Neut2020-02-110-0/+0
|
* remove duplicates from CHANGES0.16.9Anthon van der Neut2020-02-114-118/+10
|
* Added tag 0.16.8 for changeset 0228e1a734b5Anthon van der Neut2020-02-110-0/+0
|
* allow C extension install for Python 3.80.16.8Anthon van der Neut2020-02-114-6/+30
|
* Added tag 0.16.7 for changeset 8d05bcae7e91Anthon van der Neut2020-01-300-0/+0
|
* fix issue with mypy, dumping lit scalar in sequence0.16.7Anthon van der Neut2020-01-309-15/+42
|
* Added tag 0.16.6 for changeset 44504659794eAnthon van der Neut2020-01-200-0/+0
|
* correct empty string mapping key rt0.16.6Anthon van der Neut2020-01-209-10/+33
|
* empty string mapping key preservationAnthon van der Neut2019-11-262-1/+6
| | | | Would convert to explicit key (? '')
* https://stackoverflow.com/a/58707111/1307905Anthon van der Neut2019-11-051-3/+5
|
* Added tag 0.16.5 for changeset ff02b83b8f91Anthon van der Neut2019-08-180-0/+0
|
* allow list as typ argument for YAML()0.16.5Anthon van der Neut2019-08-187-33/+52
| | | | needed for extending the basic types e.g. in ruamel.yaml.pytypes
* Added tag 0.16.4 for changeset 7869db1695ccAnthon van der Neut2019-08-160-0/+0
|
* output of # in TAG directive0.16.4Anthon van der Neut2019-08-167-15/+38
| | | | | | | fixes issue #307 *When this change indeed resolves your problem, please **Close** this issue*. *(You can do so using the WorkFlow pull-down (close to the top right of this page))*
* Added tag 0.16.3 for changeset 28ae1667ac5bAnthon van der Neut2019-08-150-0/+0
|
* mypy, split contruct_object0.16.3Anthon van der Neut2019-08-1516-48/+78
| | | | | | | | fixes issue #306 *When this change indeed resolves your problem, please **Close** this issue*. *(You can do so using the WorkFlow pull-down (close to the top right of this page))*
* move YAML directive info to scanner for TAG parsing of 1.2 URIAnthon van der Neut2019-08-154-10/+10
| | | | | | | | | | | 1.2 URI can contain the "#" character, but parsing for nodes didn't necessarily make the 1.2 version available in time fixes issue #301 *When this change indeed resolves your problem, please **Close** this issue*. *(You can do so using the WorkFlow pull-down (close to the top right of this page))*
* Added tag 0.16.2 for changeset 8f30eb53eec1Anthon van der Neut2019-08-150-0/+0
|
* allow # in 1.2 URI's0.16.2Anthon van der Neut2019-08-1510-55/+41
| | | | | | | fixes issue #305 *When this change indeed resolves your problem, please **Close** this issue*. *(You can do so using the WorkFlow pull-down (close to the top right of this page))*
* preserve directives, optional push root level scalar to own lineAnthon van der Neut2019-08-155-0/+78
| | | | | | | | | | You need to set YAML().scalar_after_indicator = False to get a single scalar document starting on its own line (instead of after the directives end indicator: --- abc") fixes issue #304 *When this change indeed resolves your problem, please **Close** this issue*. *(You can do so using the WorkFlow pull-down (close to the top right of this page))*
* Added tag 0.16.1 for changeset 838437a06b40Anthon van der Neut2019-08-080-0/+0
|
* allow '#' in tag URI, force use of new clib0.16.1Anthon van der Neut2019-08-087-142/+60
| | | | | | | fixes issue #300 *When this change indeed resolves your problem, please **Close** this issue*. *(You can do so using the WorkFlow pull-down (close to the top right of this page))*
* Added tag 0.16.0 for changeset 9bad19a3c13eAnthon van der Neut2019-07-250-0/+0
|