summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* leading empty lines and comments on root level literal scalars not preserved0.15.49Anthon van der Neut2018-08-0511-13/+75
| | | | | | | | added test, fixed both now you can have --- !some_tag | # with a comment this is a multi- line literal scalar
* Added tag 0.15.48 for changeset 7b02389f82e9Anthon van der Neut2018-08-030-0/+0
|
* Apply oitnb and mypy 0.620, then make everything work again0.15.48Anthon van der Neut2018-08-0384-2840/+4821
|
* badgesAnthon van der Neut2018-08-031-1/+1
|
* badgesAnthon van der Neut2018-08-031-2/+2
|
* badgesAnthon van der Neut2018-08-031-3/+3
|
* badgesAnthon van der Neut2018-08-031-1/+1
|
* badgesAnthon van der Neut2018-08-033-3/+6
|
* more badgesAnthon van der Neut2018-08-011-1/+1
|
* more badgesAnthon van der Neut2018-08-011-3/+1
|
* badgesAnthon van der Neut2018-08-011-2/+9
|
* flake8-bugbearAnthon van der Neut2018-08-013-6/+6
|
* Added tag 0.15.47 for changeset b65df6fde9e8Anthon van der Neut2018-07-310-0/+0
|
* Rebuild due to old .so version in 3.6 linux .whl, this fixes issue #2120.15.47Anthon van der Neut2018-07-314-8/+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)*
* Added tag 0.15.46 for changeset 1da5225301efAnthon van der Neut2018-07-290-0/+0
|
* added captured DeprecationWarning test0.15.46Anthon van der Neut2018-07-297-41/+106
|
* Resolving issue #210 deprecation warning in python 3.7Anthon van der Neut2018-07-2827-163/+244
| | | | | *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)*
* Old Docker image that works for 3.6Anthon van der Neut2018-07-281-3/+5
|
* Added tag 0.15.45 for changeset 755e626e50daAnthon van der Neut2018-07-260-0/+0
|
* This merges PR 34 and fixes issue #2110.15.45Anthon van der Neut2018-07-265-6/+21
|\
| * load_all: remove StopIterationZachary Buhman2018-07-241-1/+1
| | | | | | | | | | StopIteration in a generator is not allowed in pep479/python3.7+; return provides equivalent behavior.
* | test for StopIterationAnthon van der Neut2018-07-263-54/+16
|/
* Added tag 0.15.44 for changeset 984524322dd6Anthon van der Neut2018-07-140-0/+0
|
* fixes issue #209: dump string '019' as plain scalar0.15.44Anthon van der Neut2018-07-146-10/+34
| | | | | *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)*
* Added tag 0.15.43 for changeset 2dd2b6fabe10Anthon van der Neut2018-07-120-0/+0
|
* added (failing) test for unicode double keys 2.70.15.43Anthon van der Neut2018-07-121-0/+28
|
* HG: *When this change indeed resolves your problem, please **Close** this ↵Anthon van der Neut2018-07-127-9/+39
| | | | | | | | | | | | | | | | 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
* resolves issue #186: facilitate register_class as decoratorAnthon van der Neut2018-07-121-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)*
* merge PR33Anthon van der Neut2018-07-121-4/+1
|\
| * Merged in mbargull/ruamel.yaml/fix-204-again (pull request #33)Ruamel/Anthon van der Neut2018-07-121-4/+1
| |\ | | | | | | | | | fix 204: on Windows+PY2 sysconfig.get_config_var('Py_UNICODE_SIZE') is None
| | * on Windows+PY2 get_config_var('Py_UNICODE_SIZE') is NoneMarcel Bargull2018-07-121-4/+1
| |/
* | readd 3.7Anthon van der Neut2018-07-081-3/+2
| |
* | skip test_compile if on Windows doing 3.4Anthon van der Neut2018-07-081-2/+9
| |
* | debugging 3.4 build on appveyor failingAnthon van der Neut2018-07-082-4/+5
|/ | | | probably has to do with C code changes for 3.7
* Added tag 0.15.42 for changeset 6d1b19ab0d12Anthon van der Neut2018-07-010-0/+0
|
* fix regression caused by PR 270.15.42Anthon van der Neut2018-07-0110-23/+43
|
* Added tag 0.15.41 for changeset 75b1b39341d9Anthon van der Neut2018-06-270-0/+0
|
* re-added test to make sure C-Compiler is available0.15.41Anthon van der Neut2018-06-2718-82/+132
|
* Added tag 0.15.40 for changeset df8ae62f51f4Anthon van der Neut2018-06-180-0/+0
|
* publish fixes on pypi0.15.40Anthon van der Neut2018-06-184-4/+10
|
* fixes issue #190: added landingplaces to README.rstAnthon van der Neut2018-06-181-2/+11
|
* fixes issue #201: decoding UnicodeAnthon van der Neut2018-06-174-5/+15
| | | | | *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)*
* Added tag 0.15.39 for changeset 6661f6fd07efAnthon van der Neut2018-06-171-1/+1
|
* Added tag 0.15.39 for changeset 6661f6fd07efAnthon van der Neut2018-06-160-0/+0
|
* merge PR27 improving startup time0.15.39Anthon van der Neut2018-06-168-36/+111
|\
| * fix _get_non_printable_ascii for PY2Marcel Bargull2018-06-161-3/+4
| |
| * use RegExp for macOS, tooMarcel Bargull2018-06-161-1/+1
| |
| * add doc string for util.LazyEvalMarcel Bargull2018-03-171-0/+9
| |
| * add type annotationMarcel Bargull2018-03-161-1/+4
| |
| * str.translate slow for non-ASCII; use bytes.translate/regexMarcel Bargull2018-03-161-14/+32
| |