summaryrefslogtreecommitdiff
path: root/events.py
Commit message (Collapse)AuthorAgeFilesLines
* 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