summaryrefslogtreecommitdiff
path: root/_test
Commit message (Expand)AuthorAgeFilesLines
* fix issue #115: preserve _ and leading 0s in integers0.14.7Anthon van der Neut2017-04-181-2/+59
* fix issue 112: hexadecimal not preserved0.14.6Anthon van der Neut2017-04-142-2/+45
* fix issue #109 and #110Anthon van der Neut2017-04-042-0/+73
* No longer accept Oo52 as octal in version 1.1 mode0.14.3Anthon van der Neut2017-03-311-2/+2
* update for mypy --strict, prepare de-inheritance (Loader/Dumper)0.14.0Anthon van der Neut2017-03-213-0/+148
* fix #99: no RT on block scalar + empty line + comment0.13.14Anthon van der Neut2017-02-121-0/+21
* fix spurious comment line0.13.13Anthon van der Neut2017-01-281-0/+12
* allow ':' in flow-style scalar when not followed by space0.13.11Anthon van der Neut2017-01-231-0/+13
* fix #93: extra empty line inserted on roundtrip0.13.10Anthon van der Neut2017-01-221-0/+32
* fix deepcopy of TimeStamp, fix #91: crash if no compiler0.13.8Anthon van der Neut2017-01-181-0/+9
* fix 83: collections.OrderedDict (safe_) dump to !!omap (reported by Frazer Mc...0.13.6Anthon van der Neut2016-12-271-0/+20
* fix #84, deepcopy not working (reported by Peter Amstutz)0.13.5Anthon van der Neut2016-12-251-0/+118
* addresses #25 comment after empty (null) values0.13.2Anthon van der Neut2016-11-282-1/+33
* fix #6: non-safe load() now issues warning0.13.0Anthon van der Neut2016-11-201-24/+110
* this should fix #75: continuing problems with numpy0.12.18Anthon van der Neut2016-11-161-0/+24
* fix for issue #72, dot allowed in anchorAnthon van der Neut2016-11-131-2/+32
* Fix for issue #70 no preserve_quotes on _load_all0.12.15Anthon van der Neut2016-10-281-0/+15
* round-trip sequence key elements0.12.14Anthon van der Neut2016-09-212-5/+33
* fix for issue #60, merges not printing correctly0.12.13Anthon van der Neut2016-09-151-0/+23
* fix for issue #58, endless loop in token scanningAnthon van der Neut2016-09-061-0/+23
* rewrite of 32 bit support based on exception0.12.10Anthon van der Neut2016-09-051-1/+1
* 32 bit unicode not supported on MacOS, fixes issue #560.12.9Anthon van der Neut2016-09-051-0/+2
* ignore full range of specified characters0.12.8Anthon van der Neut2016-09-051-1/+21
* fix issue 54: space on empty lines break roundtrip0.12.7Anthon van der Neut2016-09-041-0/+22
* fix issue 36: gobbled empty lines in top-level mapping0.12.6Anthon van der Neut2016-09-032-2/+83
* fix issue 45: preserve datetime 'T' + timezoneAnthon van der Neut2016-08-202-0/+125
* fix merge, iteration, reused anchors0.12.3Anthon van der Neut2016-08-181-0/+37
* added .keys(), items(), values(), corrected __contains__Anthon van der Neut2016-08-171-1/+60
* operator "in" for merged mapsAnthon van der Neut2016-08-172-6/+24
* added optional preservation of quotes around scalarsAnthon van der Neut2016-07-062-6/+26
* allow insert in CommentedMap (Py3) and add comment0.11.11Anthon van der Neut2016-05-021-0/+49
* allow "indent=2, block_seq_indent=2"0.11.10Anthon van der Neut2016-04-192-6/+25
* added top_level_colon_align/prefix_colon0.11.9Anthon van der Neut2016-04-142-8/+33
* fix encoding of comments0.11.7Anthon van der Neut2016-03-052-3/+29
* documentation now on read-the-docs0.11.5Anthon van der Neut2016-02-291-2/+3
* guessing routine, RTD supportAnthon van der Neut2016-02-291-0/+32
* fix some commen indentation problems0.11.3Anthon van der Neut2016-02-272-5/+59
* implement indent for scalar list elementsAnthon van der Neut2016-02-272-13/+35
* pep8 compliance, util.load_yaml_guess_indent0.11.2Anthon van der Neut2016-02-2725-252/+543
* - introducing version support and differentiation for RoundTripLoader0.11.0Anthon van der Neut2016-02-181-0/+105
* - added CommentedSeq insert and pop with moving comments0.10.23Anthon van der Neut2016-02-171-0/+134
* - make sure there is a space before # if scalar pushes (through indent)Anthon van der Neut2016-02-1615-88/+157
* moved test to _test to prevent setuptools from including test/test_*.py0.10.17Anthon van der Neut2016-01-22611-0/+7585