summaryrefslogtreecommitdiff
path: root/events.py
Commit message (Collapse)AuthorAgeFilesLines
* fixes issue: 458,454, stackoverflow reportsAnthon van der Neut2023-05-051-1/+1
|
* retrofitted 0.18 changesAnthon van der Neut2023-05-011-63/+63
|
* fix 385 (missing attribute) and mypy issues0.17.6Anthon van der Neut2021-05-311-2/+6
|
* fix for issue 3840.17.5Anthon van der Neut2021-05-301-5/+15
| | | | aliased scalars in !!set would not round trip with ?
* * extend EOL token handlingAnthon van der Neut2021-05-061-0/+5
| | | | * extending comment
* removed (object), prepare new RTScannerAnthon van der Neut2021-04-191-12/+24
|
* remove support for 2.7, prepare for f-strings0.17.0Anthon van der Neut2021-03-261-2/+2
|
* remove python 2 specific codeAnthon van der Neut2021-03-091-2/+10
| | | | add future deprecation warning to old style functions
* default to non-braced single item mappings in flow sequences0.15.64Anthon van der Neut2018-08-301-2/+4
|
* Apply oitnb and mypy 0.620, then make everything work again0.15.48Anthon van der Neut2018-08-031-25/+49
|
* 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-1/+3
| | | | If this solves the issue for you, please close it.
* update for mypy --strict, prepare de-inheritance (Loader/Dumper)0.14.0Anthon van der Neut2017-03-211-0/+11
|
* memory usage optimisations0.13.1Anthon van der Neut2016-11-221-10/+23
|
* pep8 compliance, util.load_yaml_guess_indent0.11.2Anthon van der Neut2016-02-271-0/+1
|
* - main problem in moving stuff from yaml/py to yaml was thatAnthon van der Neut2015-08-281-0/+105
parser.py clashes with built-in parser module (CPython, C-module) which is inlucded from pkg_resources/__init__.py - no C compile yet