summaryrefslogtreecommitdiff
path: root/__init__.py
Commit message (Expand)AuthorAgeFilesLines
* some changes for mypy --strictAnthon van der Neut2017-03-161-3/+5
* fix #99: no RT on block scalar + empty line + comment0.13.14Anthon van der Neut2017-02-121-49/+32
* doc clarificationAnthon van der Neut2017-02-061-1/+1
* fix spurious comment line0.13.13Anthon van der Neut2017-01-281-1/+1
* fix #96: RT indented mapping with empty line0.13.12Anthon van der Neut2017-01-281-3/+2
* allow ':' in flow-style scalar when not followed by space0.13.11Anthon van der Neut2017-01-231-1/+1
* fix #93: extra empty line inserted on roundtrip0.13.10Anthon van der Neut2017-01-221-1/+1
* fix #92: typo in import0.13.9Anthon van der Neut2017-01-191-1/+1
* fix deepcopy of TimeStamp, fix #91: crash if no compiler0.13.8Anthon van der Neut2017-01-181-2/+2
* fix for #85: mypy complaining about unicode (reported by Peter Amstutz)0.13.7Anthon van der Neut2016-12-271-1/+1
* fix 83: collections.OrderedDict (safe_) dump to !!omap (reported by Frazer Mc...0.13.6Anthon van der Neut2016-12-271-1/+2
* fix #84, deepcopy not working (reported by Peter Amstutz)0.13.5Anthon van der Neut2016-12-251-1/+1
* another fix for 82, non-global resolver data for 1.2 (from 0.12.17)0.13.4Anthon van der Neut2016-12-051-1/+1
* solve 82aAnthon van der Neut2016-12-051-1/+1
* fix issue 82 deepcopy not working properly0.13.3Anthon van der Neut2016-12-051-1/+1
* addresses #25 comment after empty (null) values0.13.2Anthon van der Neut2016-11-281-1/+1
* memory usage optimisations0.13.1Anthon van der Neut2016-11-221-1/+1
* fix #6: non-safe load() now issues warning0.13.0Anthon van der Neut2016-11-201-1/+1
* this should fix #75: continuing problems with numpy0.12.18Anthon van der Neut2016-11-161-1/+1
* fix issue #74: YAML 1.2 support for non-round-trip loaders0.12.17Anthon van der Neut2016-11-151-1/+1
* merge and version bump0.12.16Anthon van der Neut2016-11-131-1/+1
* Fix for issue #70 no preserve_quotes on _load_all0.12.15Anthon van der Neut2016-10-281-1/+1
* round-trip sequence key elements0.12.14Anthon van der Neut2016-09-211-1/+1
* fix for issue #60, merges not printing correctly0.12.13Anthon van der Neut2016-09-151-1/+1
* removed leftover print statement0.12.12Anthon van der Neut2016-09-061-1/+1
* reported by Lambert0.12.11Anthon van der Neut2016-09-061-1/+1
* fix for issue #58, endless loop in token scanningAnthon van der Neut2016-09-061-1/+1
* 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-1/+1
* ignore full range of specified characters0.12.8Anthon van der Neut2016-09-051-1/+1
* fix issue 54: space on empty lines break roundtrip0.12.7Anthon van der Neut2016-09-041-1/+1
* fix issue 36: gobbled empty lines in top-level mapping0.12.6Anthon van der Neut2016-09-031-1/+1
* forgot to update version0.12.5Anthon van der Neut2016-08-201-1/+1
* missing keyword parms, issue 44Anthon van der Neut2016-08-191-1/+1
* fix merge, iteration, reused anchors0.12.3Anthon van der Neut2016-08-181-1/+1
* operator "in" for merged mapsAnthon van der Neut2016-08-171-1/+1
* further tweaking for running mypy in schema_salad0.12.2Anthon van der Neut2016-08-161-1/+1
* addition type info to satisfy schema_salad0.12.1Anthon van der Neut2016-08-161-2/+2
* initial type info, drop 2.60.12.0Anthon van der Neut2016-08-151-12/+8
* fix for issue 410.11.15Anthon van der Neut2016-08-071-1/+1
* quick fix for issue 380.11.14Anthon van der Neut2016-07-071-1/+1
* documentation of previous commit, auto many_wheels0.11.13Anthon van der Neut2016-07-071-1/+1
* added make_wheel automation0.11.12Anthon van der Neut2016-07-071-1/+2
* added optional preservation of quotes around scalarsAnthon van der Neut2016-07-061-1/+1
* allow insert in CommentedMap (Py3) and add comment0.11.11Anthon van der Neut2016-05-021-1/+1
* allow "indent=2, block_seq_indent=2"0.11.10Anthon van der Neut2016-04-191-1/+1
* added top_level_colon_align/prefix_colon0.11.9Anthon van der Neut2016-04-141-1/+1
* 1.2 version on round_trip_output (Yes/No/On/Off non-quoted)0.11.8Anthon van der Neut2016-04-071-1/+1
* corrected parser_.py nameAnthon van der Neut2016-03-271-1/+1
* fix encoding of comments0.11.7Anthon van der Neut2016-03-051-2/+2