Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | remove support for 2.7, prepare for f-strings0.17.0 | Anthon van der Neut | 2021-03-26 | 1 | -5/+6 |
| | |||||
* | remove python 2 specific code | Anthon van der Neut | 2021-03-09 | 1 | -29/+64 |
| | | | | add future deprecation warning to old style functions | ||||
* | allow # in 1.2 URI's0.16.2 | Anthon van der Neut | 2019-08-15 | 1 | -4/+2 |
| | | | | | | | fixes issue #305 *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))* | ||||
* | preserve directives, optional push root level scalar to own line | Anthon van der Neut | 2019-08-15 | 1 | -0/+49 |
| | | | | | | | | | | You need to set YAML().scalar_after_indicator = False to get a single scalar document starting on its own line (instead of after the directives end indicator: --- abc") fixes issue #304 *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 #245 regression on C parsing of explicit 1.1 source0.15.72 | Anthon van der Neut | 2018-10-06 | 1 | -0/+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))* | ||||
* | test hierarchy, per file creation/loading of YAML | Anthon van der Neut | 2018-10-02 | 1 | -1/+2 |
| | |||||
* | added Python -> YAML testing | Anthon van der Neut | 2018-10-02 | 1 | -2/+5 |
| | |||||
* | cleanup of commented out xfails, added some (most failing) rt tests for spec ↵ | Anthon van der Neut | 2018-08-29 | 1 | -1/+18 |
| | | | | examples | ||||
* | allow simple mappings as mapping keys | Anthon van der Neut | 2018-08-16 | 1 | -0/+3 |
| | |||||
* | added failing test re #220 .pop optimized away | Anthon van der Neut | 2018-08-15 | 1 | -2/+5 |
| | |||||
* | fix issue #124: incorrect tags for class methods | Anthon van der Neut | 2018-08-08 | 1 | -1/+1 |
| | |||||
* | Apply oitnb and mypy 0.620, then make everything work again0.15.48 | Anthon van der Neut | 2018-08-03 | 1 | -32/+68 |
| | |||||
* | added captured DeprecationWarning test0.15.46 | Anthon van der Neut | 2018-07-29 | 1 | -0/+28 |
| | |||||
* | Resolving issue #210 deprecation warning in python 3.7 | Anthon van der Neut | 2018-07-28 | 1 | -49/+57 |
| | | | | | *When this change indeed resolves your problem, please **Close** this issue*. *(You can do so usingthe WorkFlow pull-down (close to the top right of this page)* | ||||
* | fix issue #51: separate indent levels for mappings and sequences0.15.29 | Anthon van der Neut | 2017-08-14 | 1 | -0/+15 |
| | | | | **When this resolves the reported problem, please close this issue** | ||||
* | fix lists within lists with comments | Anthon van der Neut | 2017-08-13 | 1 | -2/+3 |
| | | | | had to keep emit the comment and mark it for having been emitted, then reset on next run (as with maps) | ||||
* | update tests | Anthon van der Neut | 2017-08-09 | 1 | -1/+17 |
| | |||||
* | scalarfloat support | Anthon van der Neut | 2017-08-06 | 1 | -0/+1 |
| | |||||
* | fix https://stackoverflow.com/a/45281922/13079050.15.21 | Anthon van der Neut | 2017-07-25 | 1 | -1/+1 |
| | |||||
* | added register_class/yaml_object0.15.19 | Anthon van der Neut | 2017-07-13 | 1 | -0/+12 |
| | |||||
* | update to flake8==3.3.0 with --ignore F405 | Anthon van der Neut | 2017-07-12 | 1 | -1/+1 |
| | |||||
* | level zero literals, renamed plug-in, mypy updates | Anthon van der Neut | 2017-06-23 | 1 | -0/+15 |
| | |||||
* | top-level folded/literal scalar col-00.15.6 | Anthon van der Neut | 2017-06-10 | 1 | -0/+10 |
| | |||||
* | fixes issue #103 | Anthon van der Neut | 2017-05-01 | 1 | -5/+26 |
| | |||||
* | round-trip sequence key elements0.12.14 | Anthon van der Neut | 2016-09-21 | 1 | -5/+8 |
| | |||||
* | fix issue 36: gobbled empty lines in top-level mapping0.12.6 | Anthon van der Neut | 2016-09-03 | 1 | -2/+4 |
| | | | | reported by Alex Harvey | ||||
* | fix issue 45: preserve datetime 'T' + timezone | Anthon van der Neut | 2016-08-20 | 1 | -0/+4 |
| | |||||
* | added optional preservation of quotes around scalars | Anthon van der Neut | 2016-07-06 | 1 | -4/+5 |
| | |||||
* | allow "indent=2, block_seq_indent=2"0.11.10 | Anthon van der Neut | 2016-04-19 | 1 | -3/+3 |
| | |||||
* | added top_level_colon_align/prefix_colon0.11.9 | Anthon van der Neut | 2016-04-14 | 1 | -8/+13 |
| | |||||
* | fix some commen indentation problems0.11.3 | Anthon van der Neut | 2016-02-27 | 1 | -5/+6 |
| | | | | | | | | | | | - scalars now follow the indent value in block sequences - there is an extra keyword parameter block_seq_indent that allows you to push the dash inward within the indent space (indent=4, block_seq_indent=2) x: - b: 1 - 2 | ||||
* | pep8 compliance, util.load_yaml_guess_indent0.11.2 | Anthon van der Neut | 2016-02-27 | 1 | -11/+12 |
| | |||||
* | - make sure there is a space before # if scalar pushes (through indent) | Anthon van der Neut | 2016-02-16 | 1 | -2/+2 |
| | | | | | a comment from its original column - flake 8 | ||||
* | moved test to _test to prevent setuptools from including test/test_*.py0.10.17 | Anthon van der Neut | 2016-01-22 | 1 | -0/+54 |
although the package dirs were explicitly specified. This used to lead to half included, non-working test directory contents that have no place in a distribution. This fixes issue #17 |