<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/vim-git.git/src/testdir/test87.ok, branch v7.4.151</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>updated for version 7.4.151</title>
<updated>2014-01-14T15:36:51+00:00</updated>
<author>
<name>Bram Moolenaar</name>
<email>Bram@vim.org</email>
</author>
<published>2014-01-14T15:36:51+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/vim-git.git/commit/?id=063a46ba77c3251f0b5245e872dcbad003c71024'/>
<id>063a46ba77c3251f0b5245e872dcbad003c71024</id>
<content type='text'>
Problem:    Python: slices with steps are not supported.
Solution:   Support slices in Python vim.List. (ZyX)
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Problem:    Python: slices with steps are not supported.
Solution:   Support slices in Python vim.List. (ZyX)
</pre>
</div>
</content>
</entry>
<entry>
<title>updated for version 7.4.107</title>
<updated>2013-11-28T16:04:43+00:00</updated>
<author>
<name>Bram Moolenaar</name>
<email>Bram@vim.org</email>
</author>
<published>2013-11-28T16:04:43+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/vim-git.git/commit/?id=9fee7d4729af19e7ce4950ede8de358c5eeb3772'/>
<id>9fee7d4729af19e7ce4950ede8de358c5eeb3772</id>
<content type='text'>
Problem:    Python: When vim.eval() encounters a Vim error, a try/catch in the
            Python code doesn't catch it. (Yggdroot Chen)
Solution:   Throw exceptions on errors in vim.eval(). (ZyX)
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Problem:    Python: When vim.eval() encounters a Vim error, a try/catch in the
            Python code doesn't catch it. (Yggdroot Chen)
Solution:   Throw exceptions on errors in vim.eval(). (ZyX)
</pre>
</div>
</content>
</entry>
<entry>
<title>updated for version 7.4.084</title>
<updated>2013-11-11T00:05:48+00:00</updated>
<author>
<name>Bram Moolenaar</name>
<email>Bram@vim.org</email>
</author>
<published>2013-11-11T00:05:48+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/vim-git.git/commit/?id=d6b8a5253b293b90a90af4320e9fd1c6e587ad2b'/>
<id>d6b8a5253b293b90a90af4320e9fd1c6e587ad2b</id>
<content type='text'>
Problem:    Python: interrupt not being properly discarded. (Yggdroot Chen)
Solution:   Discard interrupt in VimTryEnd. (ZyX)
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Problem:    Python: interrupt not being properly discarded. (Yggdroot Chen)
Solution:   Discard interrupt in VimTryEnd. (ZyX)
</pre>
</div>
</content>
</entry>
<entry>
<title>updated for version 7.4.063</title>
<updated>2013-11-03T23:34:53+00:00</updated>
<author>
<name>Bram Moolenaar</name>
<email>Bram@vim.org</email>
</author>
<published>2013-11-03T23:34:53+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/vim-git.git/commit/?id=ba2d7ffc4bd69175ddeffb77a7b459787baa0d92'/>
<id>ba2d7ffc4bd69175ddeffb77a7b459787baa0d92</id>
<content type='text'>
Problem:    Crash when using invalid key in Python dictionary.
Solution:   Check for object to be NULL.  Add tests. (ZyX)
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Problem:    Crash when using invalid key in Python dictionary.
Solution:   Check for object to be NULL.  Add tests. (ZyX)
</pre>
</div>
</content>
</entry>
<entry>
<title>updated for version 7.3.1237</title>
<updated>2013-06-23T14:40:39+00:00</updated>
<author>
<name>Bram Moolenaar</name>
<email>Bram@vim.org</email>
</author>
<published>2013-06-23T14:40:39+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/vim-git.git/commit/?id=7e85d3d432e799fc56126f6e3867b52539978343'/>
<id>7e85d3d432e799fc56126f6e3867b52539978343</id>
<content type='text'>
Problem:    Python: non-import errors not handled correctly.
Solution:   Let non-ImportError exceptions pass the finder. (ZyX)
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Problem:    Python: non-import errors not handled correctly.
Solution:   Let non-ImportError exceptions pass the finder. (ZyX)
</pre>
</div>
</content>
</entry>
<entry>
<title>updated for version 7.3.1236</title>
<updated>2013-06-23T14:35:47+00:00</updated>
<author>
<name>Bram Moolenaar</name>
<email>Bram@vim.org</email>
</author>
<published>2013-06-23T14:35:47+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/vim-git.git/commit/?id=dee2e315d786cbe9d5bba2d388fb72d96ad1a846'/>
<id>dee2e315d786cbe9d5bba2d388fb72d96ad1a846</id>
<content type='text'>
Problem:    Python: WindowSetattr() missing support for NUMBER_UNSIGNED.
Solution:   Add NUMBER_UNSIGNED, add more tests. Various fixes. (ZyX)
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Problem:    Python: WindowSetattr() missing support for NUMBER_UNSIGNED.
Solution:   Add NUMBER_UNSIGNED, add more tests. Various fixes. (ZyX)
</pre>
</div>
</content>
</entry>
<entry>
<title>updated for version 7.3.1233</title>
<updated>2013-06-23T12:37:07+00:00</updated>
<author>
<name>Bram Moolenaar</name>
<email>Bram@vim.org</email>
</author>
<published>2013-06-23T12:37:07+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/vim-git.git/commit/?id=841fbd290790376561eaaaccaad9fc52f45ded89'/>
<id>841fbd290790376561eaaaccaad9fc52f45ded89</id>
<content type='text'>
Problem:    Various Python problems.
Solution:   Fix VimTryEnd. Crash with debug build and PYTHONDUMPREFS=1. Memory
            leaks in StringToLine(), BufferMark() and convert_dl. (ZyX)
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Problem:    Various Python problems.
Solution:   Fix VimTryEnd. Crash with debug build and PYTHONDUMPREFS=1. Memory
            leaks in StringToLine(), BufferMark() and convert_dl. (ZyX)
</pre>
</div>
</content>
</entry>
<entry>
<title>updated for version 7.3.1231</title>
<updated>2013-06-23T12:16:57+00:00</updated>
<author>
<name>Bram Moolenaar</name>
<email>Bram@vim.org</email>
</author>
<published>2013-06-23T12:16:57+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/vim-git.git/commit/?id=141be8a585145d2217fb425739ccc121aed4a8d4'/>
<id>141be8a585145d2217fb425739ccc121aed4a8d4</id>
<content type='text'>
Problem:    Python: use of numbers not consistent.
Solution:   Add support for Number protocol. (ZyX)
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Problem:    Python: use of numbers not consistent.
Solution:   Add support for Number protocol. (ZyX)
</pre>
</div>
</content>
</entry>
<entry>
<title>updated for version 7.3.1230</title>
<updated>2013-06-23T11:46:40+00:00</updated>
<author>
<name>Bram Moolenaar</name>
<email>Bram@vim.org</email>
</author>
<published>2013-06-23T11:46:40+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/vim-git.git/commit/?id=c476e52fcaf9e1ad779add6368e4f46b2c0d881c'/>
<id>c476e52fcaf9e1ad779add6368e4f46b2c0d881c</id>
<content type='text'>
Problem:    Python: Exception messages are not clear.
Solution:   Make exception messages more verbose. (ZyX)
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Problem:    Python: Exception messages are not clear.
Solution:   Make exception messages more verbose. (ZyX)
</pre>
</div>
</content>
</entry>
<entry>
<title>updated for version 7.3.1227</title>
<updated>2013-06-23T11:00:44+00:00</updated>
<author>
<name>Bram Moolenaar</name>
<email>Bram@vim.org</email>
</author>
<published>2013-06-23T11:00:44+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/vim-git.git/commit/?id=389a1793f40b149ed8553fb75e7ee40bc684d8c5'/>
<id>389a1793f40b149ed8553fb75e7ee40bc684d8c5</id>
<content type='text'>
Problem:    Inconsistent string conversion.
Solution:   Use 'encoding' instead of utf-8. Use METH_O in place of
            METH_VARARGS where appropriate. (ZyX)
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Problem:    Inconsistent string conversion.
Solution:   Use 'encoding' instead of utf-8. Use METH_O in place of
            METH_VARARGS where appropriate. (ZyX)
</pre>
</div>
</content>
</entry>
</feed>
