Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | remove python 2 specific code | Anthon van der Neut | 2021-03-09 | 1 | -2/+0 |
| | | | | add future deprecation warning to old style functions | ||||
* | remove erroneous version from CHANGES, update use of LiteralScalarString | Anthon van der Neut | 2018-08-23 | 1 | -2/+2 |
| | |||||
* | fix #158 folded scalars not roundtripping0.15.61 | Anthon van der Neut | 2018-08-23 | 1 | -20/+0 |
| | |||||
* | change tests for folded scalars to fail, re #158 | Anthon van der Neut | 2018-08-23 | 1 | -1/+19 |
| | |||||
* | cleanup | Anthon van der Neut | 2018-08-21 | 1 | -0/+2 |
| | |||||
* | update and extend walk_tree, cover with test | Anthon van der Neut | 2018-08-20 | 1 | -0/+40 |
| | |||||
* | oitnb formats all tests | Anthon van der Neut | 2018-08-15 | 1 | -28/+38 |
| | |||||
* | undid miswrapping of tests | Anthon van der Neut | 2018-08-05 | 1 | -67/+30 |
| | |||||
* | Apply oitnb and mypy 0.620, then make everything work again0.15.48 | Anthon van der Neut | 2018-08-03 | 1 | -38/+82 |
| | |||||
* | Resolving issue #210 deprecation warning in python 3.7 | Anthon van der Neut | 2018-07-28 | 1 | -1/+2 |
| | | | | | *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 #109 and #110 | Anthon van der Neut | 2017-04-04 | 1 | -0/+31 |
| | | | | | | | issue 109: None not represented round-trippable at top level, reported by Andrea Censi issue 110: .replace() on a ScalarString subclass would return a string instead of an instance of that subclass, reported by sandres23 | ||||
* | added optional preservation of quotes around scalars | Anthon van der Neut | 2016-07-06 | 1 | -2/+21 |
| | |||||
* | - make sure there is a space before # if scalar pushes (through indent) | Anthon van der Neut | 2016-02-16 | 1 | -10/+10 |
| | | | | | 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/+107 |
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 |