<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/vim-git.git/src/testdir/test_python3.vim, branch v8.2.3176</title>
<subtitle>github.com: vim/vim.git
</subtitle>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/vim-git.git/'/>
<entry>
<title>patch 8.2.2881: various pieces of code not covered by tests</title>
<updated>2021-05-24T13:15:47+00:00</updated>
<author>
<name>Yegappan Lakshmanan</name>
<email>yegappan@yahoo.com</email>
</author>
<published>2021-05-24T13:15:47+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/vim-git.git/commit/?id=611728f80604dd56960e8c197e5749d203c8feb1'/>
<id>611728f80604dd56960e8c197e5749d203c8feb1</id>
<content type='text'>
Problem:    Various pieces of code not covered by tests.
Solution:   Add a few more tests. (Yegappan Lakshmanan, closes #8245)
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Problem:    Various pieces of code not covered by tests.
Solution:   Add a few more tests. (Yegappan Lakshmanan, closes #8245)
</pre>
</div>
</content>
</entry>
<entry>
<title>patch 8.2.2872: Python tests fail without the channel feature</title>
<updated>2021-05-18T22:16:14+00:00</updated>
<author>
<name>Dominique Pelle</name>
<email>dominique.pelle@gmail.com</email>
</author>
<published>2021-05-18T22:16:14+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/vim-git.git/commit/?id=56c9fd01076bc62b55c8cb89d8a66f6136e52f3a'/>
<id>56c9fd01076bc62b55c8cb89d8a66f6136e52f3a</id>
<content type='text'>
Problem:    Python tests fail without the channel feature.
Solution:   Add a feature check. (Dominique Pellé, closes #8226)
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Problem:    Python tests fail without the channel feature.
Solution:   Add a feature check. (Dominique Pellé, closes #8226)
</pre>
</div>
</content>
</entry>
<entry>
<title>patch 8.2.2538: crash when using Python list iterator</title>
<updated>2021-02-21T18:12:47+00:00</updated>
<author>
<name>Bram Moolenaar</name>
<email>Bram@vim.org</email>
</author>
<published>2021-02-21T18:12:47+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/vim-git.git/commit/?id=21578271bb717f7ab7b8728e9efa54c3b60ee7e4'/>
<id>21578271bb717f7ab7b8728e9efa54c3b60ee7e4</id>
<content type='text'>
Problem:    Crash when using Python list iterator.
Solution:   Increment the list reference count. (closes #7886)
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Problem:    Crash when using Python list iterator.
Solution:   Increment the list reference count. (closes #7886)
</pre>
</div>
</content>
</entry>
<entry>
<title>patch 8.2.2271: ml_get error when changing hidden buffer in Python</title>
<updated>2021-01-02T12:53:59+00:00</updated>
<author>
<name>Bram Moolenaar</name>
<email>Bram@vim.org</email>
</author>
<published>2021-01-02T12:53:59+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/vim-git.git/commit/?id=3e0107ea16349b354e0e9712e95b09ef019e99e5'/>
<id>3e0107ea16349b354e0e9712e95b09ef019e99e5</id>
<content type='text'>
Problem:    ml_get error when changing hidden buffer in Python.
Solution:   Block updating folds. (closes #7598)
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Problem:    ml_get error when changing hidden buffer in Python.
Solution:   Block updating folds. (closes #7598)
</pre>
</div>
</content>
</entry>
<entry>
<title>patch 8.2.2187: Python 3 test fails sometimes</title>
<updated>2020-12-22T11:50:10+00:00</updated>
<author>
<name>Bram Moolenaar</name>
<email>Bram@vim.org</email>
</author>
<published>2020-12-22T11:50:10+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/vim-git.git/commit/?id=07761a3b965ec3be0c8d52aae9b6dc09c2127d27'/>
<id>07761a3b965ec3be0c8d52aae9b6dc09c2127d27</id>
<content type='text'>
Problem:    Python 3 test fails sometimes. (Christian Brabandt)
Solution:   Accept two SystemError messages.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Problem:    Python 3 test fails sometimes. (Christian Brabandt)
Solution:   Accept two SystemError messages.
</pre>
</div>
</content>
</entry>
<entry>
<title>patch 8.2.2178: Python 3: non-utf8 character cannot be handled</title>
<updated>2020-12-21T15:03:02+00:00</updated>
<author>
<name>Bram Moolenaar</name>
<email>Bram@vim.org</email>
</author>
<published>2020-12-21T15:03:02+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/vim-git.git/commit/?id=2e2f52a4a0fd560d37a11a7383a4d52b63ca6cfc'/>
<id>2e2f52a4a0fd560d37a11a7383a4d52b63ca6cfc</id>
<content type='text'>
Problem:    Python 3: non-utf8 character cannot be handled.
Solution:   Change the string decode. (Björn Linse, closes #1053)
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Problem:    Python 3: non-utf8 character cannot be handled.
Solution:   Change the string decode. (Björn Linse, closes #1053)
</pre>
</div>
</content>
</entry>
<entry>
<title>patch 8.2.2160: various typos</title>
<updated>2020-12-18T18:49:56+00:00</updated>
<author>
<name>Bram Moolenaar</name>
<email>Bram@vim.org</email>
</author>
<published>2020-12-18T18:49:56+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/vim-git.git/commit/?id=8e7d6223f630690b72b387eaed704bf01f3f29d2'/>
<id>8e7d6223f630690b72b387eaed704bf01f3f29d2</id>
<content type='text'>
Problem:    Various typos.
Solution:   Fix spelling mistakes. (closes #7494)
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Problem:    Various typos.
Solution:   Fix spelling mistakes. (closes #7494)
</pre>
</div>
</content>
</entry>
<entry>
<title>patch 8.2.1951: test for list and dict fails</title>
<updated>2020-11-04T11:23:06+00:00</updated>
<author>
<name>Bram Moolenaar</name>
<email>Bram@vim.org</email>
</author>
<published>2020-11-04T11:23:06+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/vim-git.git/commit/?id=64ffa9b5fb34adb0b20fc22e8127604274bc3010'/>
<id>64ffa9b5fb34adb0b20fc22e8127604274bc3010</id>
<content type='text'>
Problem:    Test for list and dict fails.
Solution:   Adjust for using an empty list/dict for a null one.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Problem:    Test for list and dict fails.
Solution:   Adjust for using an empty list/dict for a null one.
</pre>
</div>
</content>
</entry>
<entry>
<title>patch 8.2.1912: with Python 3.9 some tests fail</title>
<updated>2020-10-27T18:59:10+00:00</updated>
<author>
<name>Bram Moolenaar</name>
<email>Bram@vim.org</email>
</author>
<published>2020-10-27T18:59:10+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/vim-git.git/commit/?id=68a48ee55e55c189b03a6718a0d06af1dfedcd16'/>
<id>68a48ee55e55c189b03a6718a0d06af1dfedcd16</id>
<content type='text'>
Problem:    With Python 3.9 some tests fail.
Solution:   Take into account the different error message. (James McCoy,
            closes #7210)
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Problem:    With Python 3.9 some tests fail.
Solution:   Take into account the different error message. (James McCoy,
            closes #7210)
</pre>
</div>
</content>
</entry>
<entry>
<title>patch 8.2.1555: not all tests are executed on Github Actions</title>
<updated>2020-08-31T19:30:32+00:00</updated>
<author>
<name>Bram Moolenaar</name>
<email>Bram@vim.org</email>
</author>
<published>2020-08-31T19:30:32+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/vim-git.git/commit/?id=7d6979608ee83b06ccfab2589da3047b143defae'/>
<id>7d6979608ee83b06ccfab2589da3047b143defae</id>
<content type='text'>
Problem:    Not all tests are executed on Github Actions.
Solution:   Copy "src" to "src2" earlier. Recognize "src2" in a couple more
            places.  Add two tests to the list of flaky tests. (Ken Takata,
            closes #6798)
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Problem:    Not all tests are executed on Github Actions.
Solution:   Copy "src" to "src2" earlier. Recognize "src2" in a couple more
            places.  Add two tests to the list of flaky tests. (Ken Takata,
            closes #6798)
</pre>
</div>
</content>
</entry>
</feed>
