summaryrefslogtreecommitdiff
path: root/composer.py
Commit message (Collapse)AuthorAgeFilesLines
* retrofitted 0.18 changesAnthon van der Neut2023-05-011-44/+24
|
* fix 385 (missing attribute) and mypy issues0.17.6Anthon van der Neut2021-05-311-0/+1
|
* removed (object), prepare new RTScannerAnthon van der Neut2021-04-191-1/+1
|
* fix for issue 382, error in format string0.17.3Anthon van der Neut2021-04-071-1/+4
|
* remove python 2 specific codeAnthon van der Neut2021-03-091-8/+9
| | | | add future deprecation warning to old style functions
* roundtrip anchors/aliases on str, int, floatAnthon van der Neut2018-12-271-0/+1
|
* added nprintf to importAnthon van der Neut2018-10-171-1/+1
|
* updates for mypy and remove print statementsAnthon van der Neut2018-08-181-4/+3
|
* Apply oitnb and mypy 0.620, then make everything work again0.15.48Anthon van der Neut2018-08-031-30/+54
|
* fix issue # 123: type annotations0.15.2Anthon van der Neut2017-06-071-5/+5
| | | | mypy needed updating from 0.501 to 0.511, with may different warnings/errors then before
* initial version with YAML class0.15.0Anthon van der Neut2017-06-041-1/+5
| | | | Some new tests are still required
* typing no longer needed, fix issue #117 (2.6 support)0.14.9Anthon van der Neut2017-04-221-2/+1
|
* fix issue #116: Text not available in 3.5.0/3.5.10.14.8Anthon van der Neut2017-04-191-2/+4
| | | | If this solves the issue for you, please close it.
* merge PR15Anthon van der Neut2017-04-041-3/+3
|\
| * fix spelling mistakesedward2017-02-091-3/+3
| |
* | update for mypy --strict, prepare de-inheritance (Loader/Dumper)0.14.0Anthon van der Neut2017-03-211-32/+46
| |
* | some changes for mypy --strictAnthon van der Neut2017-03-161-1/+13
|/
* fix merge, iteration, reused anchors0.12.3Anthon van der Neut2016-08-181-5/+10
|
* initial type info, drop 2.60.12.0Anthon van der Neut2016-08-151-6/+2
|
* added optional preservation of quotes around scalarsAnthon van der Neut2016-07-061-5/+10
|
* pep8 compliance, util.load_yaml_guess_indent0.11.2Anthon van der Neut2016-02-271-0/+2
|
* - make sure there is a space before # if scalar pushes (through indent)Anthon van der Neut2016-02-161-4/+4
| | | | | a comment from its original column - flake 8
* Jython compatibilityAnthon van der Neut2015-10-081-4/+10
|
* - main problem in moving stuff from yaml/py to yaml was thatAnthon van der Neut2015-08-281-0/+169
parser.py clashes with built-in parser module (CPython, C-module) which is inlucded from pkg_resources/__init__.py - no C compile yet