summaryrefslogtreecommitdiff
path: root/representer.py
Commit message (Expand)AuthorAgeFilesLines
* retrofitted 0.18 changesAnthon van der Neut2023-05-011-172/+124
* Preserve Octal format in YAML 1.1 docsJacob Floyd2022-03-071-1/+4
* fix mypy issues emitter.py0.17.19Anthon van der Neut2021-12-261-0/+1
* fix for issue 393Anthon van der Neut2021-08-211-0/+12
* fix for issue 3870.17.8Anthon van der Neut2021-06-091-1/+1
* fix 385 (missing attribute) and mypy issues0.17.6Anthon van der Neut2021-05-311-3/+4
* fix for issue 3840.17.5Anthon van der Neut2021-05-301-7/+11
* removed (object), prepare new RTScannerAnthon van der Neut2021-04-191-1/+1
* partial fix for 3510.17.4Anthon van der Neut2021-04-071-1/+3
* remove support for 2.7, prepare for f-strings0.17.0Anthon van der Neut2021-03-261-10/+22
* remove python 2 specific codeAnthon van der Neut2021-03-091-258/+100
* update links in doc0.16.12Anthon van der Neut2020-09-041-12/+11
* correct empty string mapping key rt0.16.6Anthon van der Neut2020-01-201-0/+2
* mypy, split contruct_object0.16.3Anthon van der Neut2019-08-151-3/+4
* fix issue #280 namedtuple erorring in error generation on safe_dumpAnthon van der Neut2019-02-271-2/+2
* fix indexing error on empty list for merge-key position0.15.87Anthon van der Neut2019-01-221-1/+4
* insert merge key in old (absolute) position0.15.86Anthon van der Neut2019-01-161-1/+2
* preserve anchors on scalars, on tagged objects0.15.82Anthon van der Neut2018-12-281-4/+19
* roundtrip anchors/aliases on str, int, floatAnthon van der Neut2018-12-271-19/+56
* fix issue #244 dumping methods of metaclass derived classes0.15.81Anthon van der Neut2018-12-061-0/+1
* fix for issue with folds after (and before) spaces being emitted as BEL chara...0.15.80Anthon van der Neut2018-11-261-1/+5
* fix issue #194 object attributes always sorted0.15.77Anthon van der Neut2018-11-091-6/+7
* fix issue #255 and #256 empty collection defaulting to flow-style0.15.76Anthon van der Neut2018-11-011-2/+5
* fix issue #250 dropping of comment when seq within seq0.15.74Anthon van der Neut2018-10-171-1/+18
* fix issue #214 part two: use __qualname__ for tag:yaml.org,2002:python/object...Anthon van der Neut2018-09-261-1/+5
* fix issue #229 enable round-trip of floats without number before the dotAnthon van der Neut2018-08-301-2/+2
* allow round trip of tagged sequencesAnthon van der Neut2018-08-301-0/+15
* fix #158 folded scalars not roundtripping0.15.61Anthon van der Neut2018-08-231-4/+23
* updates for mypy and remove print statementsAnthon van der Neut2018-08-181-1/+0
* allow simple mappings as mapping keysAnthon van der Neut2018-08-161-0/+4
* fix issue #124: incorrect tags for class methodsAnthon van der Neut2018-08-081-1/+5
* added context manager, mypy cleanup (w. Optional) added tests0.15.50Anthon van der Neut2018-08-051-2/+2
* leading empty lines and comments on root level literal scalars not preserved0.15.49Anthon van der Neut2018-08-051-1/+6
* Apply oitnb and mypy 0.620, then make everything work again0.15.48Anthon van der Neut2018-08-031-168/+147
* Merge PR29, fixes issue #195Anthon van der Neut2018-06-131-1/+3
|\
| * Consider m_sign when calculating precisionRolf Wojtech2018-03-221-1/+1
| * Attempted fix for scientic notation parsingRolf Wojtech2018-03-211-1/+1
|/
* fix issue #157: CDumper not dumping floatsAnthon van der Neut2017-09-171-1/+1
* round-trip support for tagged scalars0.15.33Anthon van der Neut2017-08-311-2/+12
* fix issue #149: operated on ScalarFloat cannot be dumped.0.15.32Anthon van der Neut2017-08-211-1/+1
* allow setting of yaml.default_flow_style = None in new APIAnthon van der Neut2017-08-211-2/+3
* fix issue #62: not allowing : or ? in flow style plain scalar0.15.27Anthon van der Neut2017-08-131-1/+1
* fix lists within lists with commentsAnthon van der Neut2017-08-131-0/+10
* fix issue #147: not able to dump floats0.15.25Anthon van der Neut2017-08-091-1/+1
* fix issue #25: dropping comment between mapping key and value0.15.24Anthon van der Neut2017-08-091-11/+10
* python 2.7 changes float round-trippignAnthon van der Neut2017-08-071-16/+16
* more float stuff and mypy changesAnthon van der Neut2017-08-061-20/+29
* scalarfloat supportAnthon van der Neut2017-08-061-8/+77
* yaml.boolean_representation = [u'False', u'True']Anthon van der Neut2017-08-051-4/+7
* fix for issue #143: handling single excl mark tags0.15.22Anthon van der Neut2017-07-281-3/+4