<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/python-packages/ruamel.yaml.git/_test/test_fail.py, branch master</title>
<subtitle>hg.code.sf.net: p/ruamel-yaml/code
</subtitle>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/ruamel.yaml.git/'/>
<entry>
<title>fixes issue: 458,454, stackoverflow reports</title>
<updated>2023-05-05T18:08:37+00:00</updated>
<author>
<name>Anthon van der Neut</name>
<email>anthon@mnt.org</email>
</author>
<published>2023-05-05T18:08:37+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/ruamel.yaml.git/commit/?id=a6a96c99a78cdc34e291af8d7d2d17fd1bf42a42'/>
<id>a6a96c99a78cdc34e291af8d7d2d17fd1bf42a42</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>retrofitted 0.18 changes</title>
<updated>2023-05-01T17:13:50+00:00</updated>
<author>
<name>Anthon van der Neut</name>
<email>anthon@mnt.org</email>
</author>
<published>2023-05-01T17:13:50+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/ruamel.yaml.git/commit/?id=8b731994b1543d7886af85f926d9eea5a22d0732'/>
<id>8b731994b1543d7886af85f926d9eea5a22d0732</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>allow simple mappings as mapping keys</title>
<updated>2018-08-16T07:49:03+00:00</updated>
<author>
<name>Anthon van der Neut</name>
<email>anthon@mnt.org</email>
</author>
<published>2018-08-16T07:49:03+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/ruamel.yaml.git/commit/?id=81fdb659f35a533c29fc163ac679d0c6068385d9'/>
<id>81fdb659f35a533c29fc163ac679d0c6068385d9</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>oitnb formats all tests</title>
<updated>2018-08-15T14:15:16+00:00</updated>
<author>
<name>Anthon van der Neut</name>
<email>anthon@mnt.org</email>
</author>
<published>2018-08-15T14:15:16+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/ruamel.yaml.git/commit/?id=21e5474048c6a5b9a267c3717078cd207ee0bdb1'/>
<id>21e5474048c6a5b9a267c3717078cd207ee0bdb1</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>undid miswrapping of tests</title>
<updated>2018-08-05T15:05:06+00:00</updated>
<author>
<name>Anthon van der Neut</name>
<email>anthon@mnt.org</email>
</author>
<published>2018-08-05T15:05:06+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/ruamel.yaml.git/commit/?id=e58ed78b291889578477741fb5ad5f05bf914d6b'/>
<id>e58ed78b291889578477741fb5ad5f05bf914d6b</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Apply oitnb and mypy 0.620, then make everything work again</title>
<updated>2018-08-03T20:14:57+00:00</updated>
<author>
<name>Anthon van der Neut</name>
<email>anthon@mnt.org</email>
</author>
<published>2018-08-03T20:14:57+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/ruamel.yaml.git/commit/?id=dce10fcff1de54121fb8b440b883ef5d3fe2f96a'/>
<id>dce10fcff1de54121fb8b440b883ef5d3fe2f96a</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>fix lists within lists with comments</title>
<updated>2017-08-13T10:25:39+00:00</updated>
<author>
<name>Anthon van der Neut</name>
<email>anthon@mnt.org</email>
</author>
<published>2017-08-13T10:25:39+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/ruamel.yaml.git/commit/?id=56a22f859d4fa1a0be6a6335fb7e9232ea9e9239'/>
<id>56a22f859d4fa1a0be6a6335fb7e9232ea9e9239</id>
<content type='text'>
had to keep emit the comment and mark it for having been emitted, then reset on next run (as with maps)
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
had to keep emit the comment and mark it for having been emitted, then reset on next run (as with maps)
</pre>
</div>
</content>
</entry>
<entry>
<title>fix issue 112: hexadecimal not preserved</title>
<updated>2017-04-14T06:48:38+00:00</updated>
<author>
<name>Anthon van der Neut</name>
<email>anthon@mnt.org</email>
</author>
<published>2017-04-14T06:48:38+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/ruamel.yaml.git/commit/?id=784b4a6ad8a08b3f5a1ee653b80f13e1c3a30075'/>
<id>784b4a6ad8a08b3f5a1ee653b80f13e1c3a30075</id>
<content type='text'>
please **close** this issue if fixed
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
please **close** this issue if fixed
</pre>
</div>
</content>
</entry>
<entry>
<title>allow ':' in flow-style scalar when not followed by space</title>
<updated>2017-01-23T11:23:47+00:00</updated>
<author>
<name>Anthon van der Neut</name>
<email>anthon@mnt.org</email>
</author>
<published>2017-01-23T11:23:47+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/ruamel.yaml.git/commit/?id=610bebfbbc8887195f1ad9f52adbed7ffcf70876'/>
<id>610bebfbbc8887195f1ad9f52adbed7ffcf70876</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>operator "in" for merged maps</title>
<updated>2016-08-17T11:15:20+00:00</updated>
<author>
<name>Anthon van der Neut</name>
<email>anthon@mnt.org</email>
</author>
<published>2016-08-17T11:15:20+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/ruamel.yaml.git/commit/?id=d8b794cccf8054a73ae61b6128e342b23b390e1d'/>
<id>d8b794cccf8054a73ae61b6128e342b23b390e1d</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
