index
:
delta/python-packages/ruamel.yaml.git
449_secondary_tag_url_enc
Michael-Crusoe/fix-httpsbitbucketorgruamelyamlissues281-1562835835892
The-Compiler/fix-code-formatting-in-apirst-1497982664311
The-Compiler/fix-typo-in-changelog-1498929482971
The-Compiler/update-python-versions-in-pyyamlrst-1497983331157
allow_space_break
asottile/add-test-for-newapi-parse-method-1546031299922
baserock/sam/blank-line-preservation-1
cevans/deepcopysubclassing
cleanup_0_18
dalbani/fix-version-typo-in-readmerst-1468099303673
doc-typos
fix-204-again
indent-properly
issue_11
jcfr/commentspy-remove-debug-message-this-co-1478186356718
lazy_regex
line_no
master
mmorearty/fix-small-typo-and-formatting-1498938255255
newcmnt
nu_no/fixes-windows-importerror-1515153658772
oit-tzhimmash/readerpy139-edited-online-with-bitbucket-1491206874458
pep-479
persistent_anchor
pombredanne/fixed-minor-typos-in-readmerst-1451912642895
hg.code.sf.net: p/ruamel-yaml/code
summary
refs
log
tree
commit
diff
log msg
author
committer
range
Commit message (
Expand
)
Author
Age
Files
Lines
*
fix issue #219 breakage on single entry map as flow sequence element
0.15.60
Anthon van der Neut
2018-08-18
7
-10
/
+30
*
failing test re #219 single entry map as flow sequence element
Anthon van der Neut
2018-08-18
1
-0
/
+7
*
allow debugging of CommentedSeq
Anthon van der Neut
2018-08-18
1
-0
/
+4
*
updates for mypy and remove print statements
Anthon van der Neut
2018-08-18
12
-54
/
+56
*
Added tag 0.15.59 for changeset ed53aca288aa
Anthon van der Neut
2018-08-17
0
-0
/
+0
*
fix issue 223 Cloader not initialising Resolver version
0.15.59
Anthon van der Neut
2018-08-17
6
-8
/
+23
*
failing test re #223 Cloader with uninitialized resolver version
Anthon van der Neut
2018-08-17
1
-1
/
+7
*
Added tag 0.15.58 for changeset c98b054e7b4b
Anthon van der Neut
2018-08-17
0
-0
/
+0
*
fix issue 222 string to dump checked against 1.1 patterns
0.15.58
Anthon van der Neut
2018-08-17
6
-69
/
+39
*
test added re #222 dumping as YAML 1.1
Anthon van der Neut
2018-08-17
1
-0
/
+8
*
fix for 2.7, ruamel.ordereddict expects ordered input
Anthon van der Neut
2018-08-17
1
-1
/
+7
*
allow simple mappings as mapping keys
Anthon van der Neut
2018-08-16
8
-10
/
+172
*
Added tag 0.15.57 for changeset befe925d0080
Anthon van der Neut
2018-08-15
0
-0
/
+0
*
fix issue #221 .__add__() and .sort() no longer available on CommentedSeq
0.15.57
Anthon van der Neut
2018-08-15
6
-10
/
+41
*
test added re #221 add and sort with CommentedSeq
Anthon van der Neut
2018-08-15
1
-0
/
+21
*
Added tag 0.15.56 for changeset 5e371ab3345c
Anthon van der Neut
2018-08-15
0
-0
/
+0
*
fix issue #220 error when running code with Python -O
0.15.56
Anthon van der Neut
2018-08-15
5
-7
/
+16
*
oitnb formats all tests
Anthon van der Neut
2018-08-15
10
-226
/
+351
*
added failing test re #220 .pop optimized away
Anthon van der Neut
2018-08-15
2
-5
/
+23
*
readme formatting
Anthon van der Neut
2018-08-14
1
-2
/
+0
*
Added tag 0.15.55 for changeset 11f34d8d5dba
Anthon van der Neut
2018-08-14
0
-0
/
+0
*
fix issue #165 Python2 raising error when Unicode text involved in duplicate ...
0.15.55
Anthon van der Neut
2018-08-14
6
-7
/
+49
*
fix issue #176 CommentedSeq does not support slice assignment
Anthon van der Neut
2018-08-14
3
-6
/
+143
*
reimplement CommentedSeq to subclass MutableSequence instead of list
Anthon van der Neut
2018-08-14
4
-48
/
+67
*
require maptyp parameter, to prevent delayed error
Anthon van der Neut
2018-08-14
1
-1
/
+1
*
wontfix #82 implicit resolver for rt
Anthon van der Neut
2018-08-13
1
-1
/
+59
*
fix issue #184 adding eol comment
Anthon van der Neut
2018-08-13
1
-1
/
+4
*
failing test for issue 184
Anthon van der Neut
2018-08-13
1
-1
/
+13
*
Added tag 0.15.54 for changeset 0b00c98d86f0
Anthon van der Neut
2018-08-13
0
-0
/
+0
*
fix issue 102 now also for empty mappings with comments
0.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 newline
0.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 dict
0.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 issues
0.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
[next]