| Commit message (Expand) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | fix issue 102 now also for empty mappings with comments0.15.54 | Anthon van der Neut | 2018-08-13 | 9 | -35/+43 |
| * | issue 102 failing | Anthon van der Neut | 2018-08-13 | 1 | -0/+12 |
| * | fix issue #172 compact JSON no longer parsing | Anthon van der Neut | 2018-08-12 | 3 | -12/+57 |
| * | fix issue #163 comment disappearing in list before flow mapping | Anthon van der Neut | 2018-08-12 | 3 | -6/+22 |
| * | fix issue #161 doubling comment on empty value | Anthon van der Neut | 2018-08-12 | 3 | -1/+49 |
| * | get rid of mypy error not MRO-ing subclass MutableSet + MutableMap | Anthon van der Neut | 2018-08-12 | 2 | -3/+42 |
| * | Added tag 0.15.53 for changeset c1a5b02fdf77 | Anthon van der Neut | 2018-08-12 | 0 | -0/+0 |
| * | fix issue #160 flow mapping in sequence with comment gobbling newline0.15.53 | Anthon van der Neut | 2018-08-12 | 7 | -9/+25 |
| * | ref issue #160 flow mapping with comments in sequence gobbles newline | Anthon van der Neut | 2018-08-12 | 1 | -1/+14 |
| * | fix issue #218 single + interpreted as integer under 1.2 | Anthon van der Neut | 2018-08-12 | 2 | -1/+8 |
| * | fix issue #175 exception while raising error | Anthon van der Neut | 2018-08-09 | 1 | -1/+1 |
| * | Added tag 0.15.52 for changeset ace40a6a4027 | Anthon van der Neut | 2018-08-09 | 0 | -0/+0 |
| * | fix issue #196 loosing items on cast to dict0.15.52 | Anthon van der Neut | 2018-08-09 | 10 | -53/+96 |
| * | adding test for issue 196 | Anthon van der Neut | 2018-08-09 | 2 | -22/+63 |
| * | fix issue #213 : CommentedMap.copy() incomplete result | Anthon van der Neut | 2018-08-08 | 2 | -0/+24 |
| * | regression | Anthon van der Neut | 2018-08-08 | 1 | -2/+3 |
| * | Added tag 0.15.51 for changeset 26ef3be1c51a | Anthon van der Neut | 2018-08-08 | 0 | -0/+0 |
| * | push new version fixing two issues0.15.51 | Anthon van der Neut | 2018-08-08 | 7 | -13/+29 |
| * | fix issue #124: incorrect tags for class methods | Anthon van der Neut | 2018-08-08 | 4 | -12/+72 |
| * | fix issue #216: adding spaces when empty line and shrinking key | Anthon van der Neut | 2018-08-08 | 2 | -3/+68 |
| * | badges | Anthon van der Neut | 2018-08-06 | 1 | -0/+12 |
| * | Added tag 0.15.50 for changeset 7aff374b37a4 | Anthon van der Neut | 2018-08-05 | 0 | -0/+0 |
| * | added context manager, mypy cleanup (w. Optional) added tests0.15.50 | Anthon van der Neut | 2018-08-05 | 19 | -83/+196 |
| * | initial contextmanager dumping | Anthon van der Neut | 2018-08-05 | 3 | -6/+249 |
| * | undid miswrapping of tests | Anthon van der Neut | 2018-08-05 | 23 | -1405/+613 |
| * | Fixes issue #215, adding Union[Path, StreamType] | Anthon van der Neut | 2018-08-05 | 1 | -4/+8 |
| * | mypy lagging again... | Anthon van der Neut | 2018-08-05 | 3 | -6/+4 |
| * | Added tag 0.15.49 for changeset ba539f8f4b02 | Anthon van der Neut | 2018-08-05 | 0 | -0/+0 |
| * | leading empty lines and comments on root level literal scalars not preserved0.15.49 | Anthon van der Neut | 2018-08-05 | 11 | -13/+75 |
| * | Added tag 0.15.48 for changeset 7b02389f82e9 | Anthon van der Neut | 2018-08-03 | 0 | -0/+0 |
| * | Apply oitnb and mypy 0.620, then make everything work again0.15.48 | Anthon van der Neut | 2018-08-03 | 84 | -2840/+4821 |
| * | badges | Anthon van der Neut | 2018-08-03 | 1 | -1/+1 |
| * | badges | Anthon van der Neut | 2018-08-03 | 1 | -2/+2 |
| * | badges | Anthon van der Neut | 2018-08-03 | 1 | -3/+3 |
| * | badges | Anthon van der Neut | 2018-08-03 | 1 | -1/+1 |
| * | badges | Anthon van der Neut | 2018-08-03 | 3 | -3/+6 |
| * | more badges | Anthon van der Neut | 2018-08-01 | 1 | -1/+1 |
| * | more badges | Anthon van der Neut | 2018-08-01 | 1 | -3/+1 |
| * | badges | Anthon van der Neut | 2018-08-01 | 1 | -2/+9 |
| * | flake8-bugbear | Anthon van der Neut | 2018-08-01 | 3 | -6/+6 |
| * | Added tag 0.15.47 for changeset b65df6fde9e8 | Anthon van der Neut | 2018-07-31 | 0 | -0/+0 |
| * | Rebuild due to old .so version in 3.6 linux .whl, this fixes issue #2120.15.47 | Anthon van der Neut | 2018-07-31 | 4 | -8/+21 |
| * | Added tag 0.15.46 for changeset 1da5225301ef | Anthon van der Neut | 2018-07-29 | 0 | -0/+0 |
| * | added captured DeprecationWarning test0.15.46 | Anthon van der Neut | 2018-07-29 | 7 | -41/+106 |
| * | Resolving issue #210 deprecation warning in python 3.7 | Anthon van der Neut | 2018-07-28 | 27 | -163/+244 |
| * | Old Docker image that works for 3.6 | Anthon van der Neut | 2018-07-28 | 1 | -3/+5 |
| * | Added tag 0.15.45 for changeset 755e626e50da | Anthon van der Neut | 2018-07-26 | 0 | -0/+0 |
| * | This merges PR 34 and fixes issue #2110.15.45 | Anthon van der Neut | 2018-07-26 | 5 | -6/+21 |
| |\ | |||||
| | * | load_all: remove StopIteration | Zachary Buhman | 2018-07-24 | 1 | -1/+1 |
| * | | test for StopIteration | Anthon van der Neut | 2018-07-26 | 3 | -54/+16 |
| |/ | |||||
