| Commit message (Expand) | Author | Age | Files | Lines |
* | fix for issue 3840.17.5 | Anthon van der Neut | 2021-05-30 | 1 | -7/+11 |
* | removed (object), prepare new RTScanner | Anthon van der Neut | 2021-04-19 | 1 | -1/+1 |
* | partial fix for 3510.17.4 | Anthon van der Neut | 2021-04-07 | 1 | -1/+3 |
* | remove support for 2.7, prepare for f-strings0.17.0 | Anthon van der Neut | 2021-03-26 | 1 | -10/+22 |
* | remove python 2 specific code | Anthon van der Neut | 2021-03-09 | 1 | -258/+100 |
* | update links in doc0.16.12 | Anthon van der Neut | 2020-09-04 | 1 | -12/+11 |
* | correct empty string mapping key rt0.16.6 | Anthon van der Neut | 2020-01-20 | 1 | -0/+2 |
* | mypy, split contruct_object0.16.3 | Anthon van der Neut | 2019-08-15 | 1 | -3/+4 |
* | fix issue #280 namedtuple erorring in error generation on safe_dump | Anthon van der Neut | 2019-02-27 | 1 | -2/+2 |
* | fix indexing error on empty list for merge-key position0.15.87 | Anthon van der Neut | 2019-01-22 | 1 | -1/+4 |
* | insert merge key in old (absolute) position0.15.86 | Anthon van der Neut | 2019-01-16 | 1 | -1/+2 |
* | preserve anchors on scalars, on tagged objects0.15.82 | Anthon van der Neut | 2018-12-28 | 1 | -4/+19 |
* | roundtrip anchors/aliases on str, int, float | Anthon van der Neut | 2018-12-27 | 1 | -19/+56 |
* | fix issue #244 dumping methods of metaclass derived classes0.15.81 | Anthon van der Neut | 2018-12-06 | 1 | -0/+1 |
* | fix for issue with folds after (and before) spaces being emitted as BEL chara...0.15.80 | Anthon van der Neut | 2018-11-26 | 1 | -1/+5 |
* | fix issue #194 object attributes always sorted0.15.77 | Anthon van der Neut | 2018-11-09 | 1 | -6/+7 |
* | fix issue #255 and #256 empty collection defaulting to flow-style0.15.76 | Anthon van der Neut | 2018-11-01 | 1 | -2/+5 |
* | fix issue #250 dropping of comment when seq within seq0.15.74 | Anthon van der Neut | 2018-10-17 | 1 | -1/+18 |
* | fix issue #214 part two: use __qualname__ for tag:yaml.org,2002:python/object... | Anthon van der Neut | 2018-09-26 | 1 | -1/+5 |
* | fix issue #229 enable round-trip of floats without number before the dot | Anthon van der Neut | 2018-08-30 | 1 | -2/+2 |
* | allow round trip of tagged sequences | Anthon van der Neut | 2018-08-30 | 1 | -0/+15 |
* | fix #158 folded scalars not roundtripping0.15.61 | Anthon van der Neut | 2018-08-23 | 1 | -4/+23 |
* | updates for mypy and remove print statements | Anthon van der Neut | 2018-08-18 | 1 | -1/+0 |
* | allow simple mappings as mapping keys | Anthon van der Neut | 2018-08-16 | 1 | -0/+4 |
* | fix issue #124: incorrect tags for class methods | Anthon van der Neut | 2018-08-08 | 1 | -1/+5 |
* | added context manager, mypy cleanup (w. Optional) added tests0.15.50 | Anthon van der Neut | 2018-08-05 | 1 | -2/+2 |
* | leading empty lines and comments on root level literal scalars not preserved0.15.49 | Anthon van der Neut | 2018-08-05 | 1 | -1/+6 |
* | Apply oitnb and mypy 0.620, then make everything work again0.15.48 | Anthon van der Neut | 2018-08-03 | 1 | -168/+147 |
* | Merge PR29, fixes issue #195 | Anthon van der Neut | 2018-06-13 | 1 | -1/+3 |
|\ |
|
| * | Consider m_sign when calculating precision | Rolf Wojtech | 2018-03-22 | 1 | -1/+1 |
| * | Attempted fix for scientic notation parsing | Rolf Wojtech | 2018-03-21 | 1 | -1/+1 |
|/ |
|
* | fix issue #157: CDumper not dumping floats | Anthon van der Neut | 2017-09-17 | 1 | -1/+1 |
* | round-trip support for tagged scalars0.15.33 | Anthon van der Neut | 2017-08-31 | 1 | -2/+12 |
* | fix issue #149: operated on ScalarFloat cannot be dumped.0.15.32 | Anthon van der Neut | 2017-08-21 | 1 | -1/+1 |
* | allow setting of yaml.default_flow_style = None in new API | Anthon van der Neut | 2017-08-21 | 1 | -2/+3 |
* | fix issue #62: not allowing : or ? in flow style plain scalar0.15.27 | Anthon van der Neut | 2017-08-13 | 1 | -1/+1 |
* | fix lists within lists with comments | Anthon van der Neut | 2017-08-13 | 1 | -0/+10 |
* | fix issue #147: not able to dump floats0.15.25 | Anthon van der Neut | 2017-08-09 | 1 | -1/+1 |
* | fix issue #25: dropping comment between mapping key and value0.15.24 | Anthon van der Neut | 2017-08-09 | 1 | -11/+10 |
* | python 2.7 changes float round-trippign | Anthon van der Neut | 2017-08-07 | 1 | -16/+16 |
* | more float stuff and mypy changes | Anthon van der Neut | 2017-08-06 | 1 | -20/+29 |
* | scalarfloat support | Anthon van der Neut | 2017-08-06 | 1 | -8/+77 |
* | yaml.boolean_representation = [u'False', u'True'] | Anthon van der Neut | 2017-08-05 | 1 | -4/+7 |
* | fix for issue #143: handling single excl mark tags0.15.22 | Anthon van der Neut | 2017-07-28 | 1 | -3/+4 |
* | update to flake8==3.3.0 with --ignore F405 | Anthon van der Neut | 2017-07-12 | 1 | -8/+11 |
* | fix issue # 123: type annotations0.15.2 | Anthon van der Neut | 2017-06-07 | 1 | -3/+3 |
* | initial version with YAML class0.15.0 | Anthon van der Neut | 2017-06-04 | 1 | -0/+2 |
* | fix problem in cdav/ooo.py safe-dumping with cyaml0.14.10 | Anthon van der Neut | 2017-04-26 | 1 | -1/+4 |
* | typing no longer needed, fix issue #117 (2.6 support)0.14.9 | Anthon van der Neut | 2017-04-22 | 1 | -1/+1 |
* | fix issue #116: Text not available in 3.5.0/3.5.10.14.8 | Anthon van der Neut | 2017-04-19 | 1 | -1/+3 |