summaryrefslogtreecommitdiff
path: root/tox.ini
Commit message (Collapse)AuthorAgeFilesLines
* fix readme, xfail spec_6_260.17.22Anthon van der Neut2023-05-021-6/+8
|
* fix indent for empty seq/map0.17.18Anthon van der Neut2021-12-241-1/+1
|
* fix issues 389 and 3920.17.11Anthon van der Neut2021-08-191-4/+5
|
* remove support for 2.7, prepare for f-strings0.17.0Anthon van der Neut2021-03-261-2/+1
|
* update url in meta and .svg in README0.16.10Anthon van der Neut2020-02-121-4/+1
|
* correct empty string mapping key rt0.16.6Anthon van der Neut2020-01-201-1/+1
|
* fix comments on anchored nodes in block sequence0.15.95Anthon van der Neut2019-05-161-1/+1
| | | | fixes issue #288
* fix issue #261 Str, Num, Bytes, NameConstant moved from _ast to ast in 3.80.15.78Anthon van der Neut2018-11-151-1/+1
| | | | | *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))*
* push new version fixing two issues0.15.51Anthon van der Neut2018-08-081-1/+1
|
* Apply oitnb and mypy 0.620, then make everything work again0.15.48Anthon van der Neut2018-08-031-3/+9
|
* added captured DeprecationWarning test0.15.46Anthon van der Neut2018-07-291-17/+4
|
* Resolving issue #210 deprecation warning in python 3.7Anthon van der Neut2018-07-281-4/+21
| | | | | *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)*
* fixes issue #209: dump string '019' as plain scalar0.15.44Anthon van der Neut2018-07-141-1/+1
| | | | | *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)*
* HG: *When this change indeed resolves your problem, please **Close** this ↵Anthon van der Neut2018-07-121-1/+1
| | | | | | | | | | | | | | | | issue*. HG: *(You can do so usingthe WorkFlow pull-down (close to the top right of this page)* HG: ####################################################################### HG: Enter commit message. Lines beginning with 'HG:' are removed. HG: Leave message empty to abort commit. HG: ####################################################################### HG: user: Anthon van der Neut <anthon@mnt.org> HG: branch 'default' HG: changed .appveyor.yaml HG: changed CHANGES HG: changed README.rst HG: changed __init__.py
* fix regression caused by PR 270.15.42Anthon van der Neut2018-07-011-1/+6
|
* re-added test to make sure C-Compiler is available0.15.41Anthon van der Neut2018-06-271-2/+8
|
* added register_class/yaml_object0.15.19Anthon van der Neut2017-07-131-2/+2
|
* level zero literals, renamed plug-in, mypy updatesAnthon van der Neut2017-06-231-1/+1
|
* enable: pip install ruamel.yaml[jinja2]0.15.8Anthon van der Neut2017-06-151-8/+3
|
* added `transform` parameter to `dump`, to post-process output before writing0.15.4Anthon van der Neut2017-06-081-0/+1
|
* error/warning on duplicate mapping keys0.15.1Anthon van der Neut2017-06-071-1/+1
|
* update for mypy --strict, prepare de-inheritance (Loader/Dumper)0.14.0Anthon van der Neut2017-03-211-1/+1
|
* allow ':' in flow-style scalar when not followed by space0.13.11Anthon van der Neut2017-01-231-1/+1
|
* fix #84, deepcopy not working (reported by Peter Amstutz)0.13.5Anthon van der Neut2016-12-251-1/+1
| | | | added test, implemented __deepcopy__ on CommentedMap and CommentedSeq
* fix #6: non-safe load() now issues warning0.13.0Anthon van der Neut2016-11-201-1/+1
| | | | added method to add before/after comments on specific keys
* initial type info, drop 2.60.12.0Anthon van der Neut2016-08-151-1/+1
|
* added optional preservation of quotes around scalarsAnthon van der Neut2016-07-061-1/+1
|
* pep8 compliance, util.load_yaml_guess_indent0.11.2Anthon van der Neut2016-02-271-1/+1
|
* regenerate with wheel 0.29 to reduce sizes (of py3 versions as well)0.10.22Anthon van der Neut2016-02-161-1/+2
|
* - make sure there is a space before # if scalar pushes (through indent)Anthon van der Neut2016-02-161-1/+1
| | | | | a comment from its original column - flake 8
* moved test to _test to prevent setuptools from including test/test_*.py0.10.17Anthon van der Neut2016-01-221-1/+1
| | | | | | 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
* Test and fix for #22, collections.OrderedDict could not0.10.16Anthon van der Neut2016-01-221-1/+2
| | | | be represented/dumped
* Jython compatibilityAnthon van der Neut2015-10-081-1/+1
|
* tested on 3.5 with upgraded pytestAnthon van der Neut2015-09-151-1/+2
|
* checking cythonAnthon van der Neut2015-09-121-0/+9
|
* removed utilityAnthon van der Neut2015-08-271-2/+0
|
* initial html conversionAnthon van der Neut2015-06-021-0/+1
|
* preserve eol comments on flow style sequences/mappingsAnthon van der Neut2015-03-291-1/+1
|
* now installs and tests for pypy (by testing in setup.py and notAnthon van der Neut2015-03-181-1/+1
| | | | depending on ruamel.ordereddict if not CPython 2.x series)
* - tox no longer replicates dependency on ruamel.baseAnthon van der Neut2015-01-281-2/+0
| | | | | - test for availability of configobj if converting from .ini - --basename option for .ini
* - add dependency on ruamel.baseAnthon van der Neut2015-01-141-0/+1
| | | | - remove creation of __init__.py
* updated documentation based on feedback from Sess (leycec@gmail.com)Anthon van der Neut2015-01-121-1/+1
|
* - INI conversion in yamlAnthon van der Neut2014-11-241-1/+2
| | | | | - (hidden) test in yaml for debugging with auto command - fix for missing comment in middel of simple map + test
* - merge py2 and py3 code basesAnthon van der Neut2014-11-221-0/+12
- remove support for 2.5/3.0/3.1/3.2 (this merge relies on u"" as available in 3.3 and . imports not available in 2.5) - tox.ini for 2.7/3.4/2.6/3.3 - remove lib3/ and tests/lib3 directories and content - commit - correct --verbose for test application - DATA=changed to be relative to __file__ of code - DATA using os.sep - remove os.path from imports as os is already imported - have test_yaml.py exit with value 0 on success, 1 on failures, 2 on error - added support for octal integers starting with '0o' keep support for 01234 as well as 0o1234 - commit - added test_roundtrip_data: requirest a .data file and .roundtrip (empty), yaml_load .data and compare dump against original. - fix grammar as per David Pursehouse: https://bitbucket.org/xi/pyyaml/pull-request/5/fix-grammar-in-error-messages/diff - http://www.json.org/ extra escaped char \/ add .skip-ext as libyaml is not updated - David Fraser: Extract a method to represent keys in mappings, so that a subclass can choose not to quote them, used in repesent_mapping https://bitbucket.org/davidfraser/pyyaml/ - add CommentToken and percolate through parser and composer and constructor - add Comments to wrapped mapping and sequence constructs (not to scalars) - generate YAML with comments - initial README