summaryrefslogtreecommitdiff
path: root/setup.py
Commit message (Collapse)AuthorAgeFilesLines
* fix issue: 453, 4470.17.24Anthon van der Neut2023-05-061-2/+1
|
* fixes issue: 458,454, stackoverflow reports0.17.23Anthon van der Neut2023-05-051-1/+1
|
* fixes issue: 458,454, stackoverflow reportsAnthon van der Neut2023-05-051-1/+0
|
* retrofitted 0.18 changesAnthon van der Neut2023-05-011-144/+102
|
* fix indent for empty seq/map0.17.18Anthon van der Neut2021-12-241-1/+1
|
* fix issues 389 and 3920.17.11Anthon van der Neut2021-08-191-5/+4
|
* last release supporting 2.70.16.13Anthon van der Neut2021-03-051-14/+16
|
* udpate setup.py to workaround issue in setuptools0.16.11Anthon van der Neut2020-09-031-5/+3
| | | | https://github.com/pypa/setuptools/issues/2355#issuecomment-685159580
* update url in meta and .svg in README0.16.10Anthon van der Neut2020-02-121-7/+9
|
* allow list as typ argument for YAML()0.16.5Anthon van der Neut2019-08-181-2/+3
| | | | needed for extending the basic types e.g. in ruamel.yaml.pytypes
* mypy, split contruct_object0.16.3Anthon van der Neut2019-08-151-6/+7
| | | | | | | | 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))*
* allow '#' in tag URI, force use of new clib0.16.1Anthon van der Neut2019-08-081-136/+13
| | | | | | | 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))*
* split off C library into separate package0.16.0Anthon van der Neut2019-07-251-9/+37
|
* add py.typed to distribution0.15.99Anthon van der Neut2019-07-121-0/+10
|
* fix issue #279 block sequence elements with flow mapping collapsed0.15.89Anthon van der Neut2019-02-271-2/+4
| | | | | *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))*
* fix issue #280 namedtuple erorring in error generation on safe_dumpAnthon van der Neut2019-02-271-1/+5
| | | | | *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))*
* insert merge key in old (absolute) position0.15.86Anthon van der Neut2019-01-161-0/+1
|
* fix issue #261 Str, Num, Bytes, NameConstant moved from _ast to ast in 3.80.15.78Anthon van der Neut2018-11-151-5/+31
| | | | | *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))*
* leading empty lines and comments on root level literal scalars not preserved0.15.49Anthon van der Neut2018-08-051-1/+1
| | | | | | | | added test, fixed both now you can have --- !some_tag | # with a comment this is a multi- line literal scalar
* Apply oitnb and mypy 0.620, then make everything work again0.15.48Anthon van der Neut2018-08-031-107/+177
|
* HG: *When this change indeed resolves your problem, please **Close** this ↵Anthon van der Neut2018-07-121-1/+1
| | | | | | | | | | | | | | | | issue*. HG: *(You can do so usingthe WorkFlow pull-down (close to the top right of this page)* HG: ####################################################################### HG: Enter commit message. Lines beginning with 'HG:' are removed. HG: Leave message empty to abort commit. HG: ####################################################################### HG: user: Anthon van der Neut <anthon@mnt.org> HG: branch 'default' HG: changed .appveyor.yaml HG: changed CHANGES HG: changed README.rst HG: changed __init__.py
* skip test_compile if on Windows doing 3.4Anthon van der Neut2018-07-081-2/+9
|
* re-added test to make sure C-Compiler is available0.15.41Anthon van der Neut2018-06-271-4/+20
|
* appveyor changesAnthon van der Neut2017-07-231-5/+0
|
* appveyor changesAnthon van der Neut2017-07-231-2/+2
|
* appveyor changesAnthon van der Neut2017-07-231-5/+5
|
* added register_class/yaml_object0.15.19Anthon van der Neut2017-07-131-3/+5
|
* change ModuleNotFoundError to ImportError0.15.14Anthon van der Neut2017-06-251-1/+1
| | | | | | fixes issue #133 Please close this issue if you can confirm it solves the reported problem
* fix issue #131: setup.py dependig on wheel0.15.12Anthon van der Neut2017-06-241-17/+32
|
* fix issue #130: regression in nested mergesAnthon van der Neut2017-06-241-1/+4
|
* level zero literals, renamed plug-in, mypy updatesAnthon van der Neut2017-06-231-14/+36
|
* updateAnthon van der Neut2017-06-151-1/+880
|
* enable: pip install ruamel.yaml[jinja2]0.15.8Anthon van der Neut2017-06-151-0/+1
|
* build new version0.14.5Anthon van der Neut2017-04-041-857/+0
|
* fix issue 107: UTF-8 in README.rst0.14.2Anthon van der Neut2017-03-231-2/+5
| | | | reported by (S?bastien Maccagnoni-Munch)
* fix #93: extra empty line inserted on roundtrip0.13.10Anthon van der Neut2017-01-221-1/+6
| | | | This happened only on comments between indented sequence elements
* fix deepcopy of TimeStamp, fix #91: crash if no compiler0.13.8Anthon van der Neut2017-01-181-15/+131
|
* initial type info, drop 2.60.12.0Anthon van der Neut2016-08-151-0/+18
|
* added make_wheel automation0.11.12Anthon van der Neut2016-07-071-2/+4
|
* added optional preservation of quotes around scalarsAnthon van der Neut2016-07-061-1/+2
|
* 1.2 version on round_trip_output (Yes/No/On/Off non-quoted)0.11.8Anthon van der Neut2016-04-071-1/+4
|
* corrected parser_.py nameAnthon van der Neut2016-03-271-5/+5
|
* trigger read-the-docs0.11.6Anthon van der Neut2016-02-291-0/+4
|
* - make sure there is a space before # if scalar pushes (through indent)Anthon van der Neut2016-02-161-8/+6
| | | | | a comment from its original column - flake 8
* fix wheel at 0.24 for now0.10.19Anthon van der Neut2016-01-311-17/+50
|
* util versionsAnthon van der Neut2016-01-301-0/+8
|
* explicit BinaryDistribution classAnthon van der Neut2016-01-301-0/+6
|
* testAnthon van der Neut2016-01-301-0/+1
|
* Test and fix for #22, collections.OrderedDict could not0.10.16Anthon van der Neut2016-01-221-17/+20
| | | | be represented/dumped
* Jython compatibilityAnthon van der Neut2015-10-081-6/+9
|