<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/vim-git.git/src/proto/if_python.pro, branch v8.1.0354</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 7.4.1133</title>
<updated>2016-01-19T12:22:12+00:00</updated>
<author>
<name>Bram Moolenaar</name>
<email>Bram@vim.org</email>
</author>
<published>2016-01-19T12:22:12+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/vim-git.git/commit/?id=ef26954a35207c3f17d6ed35d9a40c918d974892'/>
<id>ef26954a35207c3f17d6ed35d9a40c918d974892</id>
<content type='text'>
Problem:    Generated function prototypes still have __ARGS().
Solution:   Generate function prototypes without __ARGS().
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Problem:    Generated function prototypes still have __ARGS().
Solution:   Generate function prototypes without __ARGS().
</pre>
</div>
</content>
</entry>
<entry>
<title>updated for version 7.4.609</title>
<updated>2015-02-03T11:55:18+00:00</updated>
<author>
<name>Bram Moolenaar</name>
<email>Bram@vim.org</email>
</author>
<published>2015-02-03T11:55:18+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/vim-git.git/commit/?id=2459a5ecaa43c8549ea53e9364253ff891676da5'/>
<id>2459a5ecaa43c8549ea53e9364253ff891676da5</id>
<content type='text'>
Problem:    For complicated list and dict use the garbage collector can run
            out of stack space.
Solution:   Use a stack of dicts and lists to be marked, thus making it
            iterative instead of recursive. (Ben Fritz)
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Problem:    For complicated list and dict use the garbage collector can run
            out of stack space.
Solution:   Use a stack of dicts and lists to be marked, thus making it
            iterative instead of recursive. (Ben Fritz)
</pre>
</div>
</content>
</entry>
<entry>
<title>updated for version 7.3.1299</title>
<updated>2013-07-03T16:49:17+00:00</updated>
<author>
<name>Bram Moolenaar</name>
<email>Bram@vim.org</email>
</author>
<published>2013-07-03T16:49:17+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/vim-git.git/commit/?id=32ac8cdaaaa32c09b0818c214e01e8e557d88b56'/>
<id>32ac8cdaaaa32c09b0818c214e01e8e557d88b56</id>
<content type='text'>
Problem:    Errors when doing "make proto".  Didn't do "make depend" for a
            while.
Solution:   Add #ifdefs.  Update dependencies.  Update proto files.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Problem:    Errors when doing "make proto".  Didn't do "make depend" for a
            while.
Solution:   Add #ifdefs.  Update dependencies.  Update proto files.
</pre>
</div>
</content>
</entry>
<entry>
<title>updated for version 7.3.966</title>
<updated>2013-05-17T14:40:06+00:00</updated>
<author>
<name>Bram Moolenaar</name>
<email>Bram@vim.org</email>
</author>
<published>2013-05-17T14:40:06+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/vim-git.git/commit/?id=d620aa9be4d574627c020dedd39313f8482ab216'/>
<id>d620aa9be4d574627c020dedd39313f8482ab216</id>
<content type='text'>
Problem:    There is ":py3do" but no ":pydo".
Solution:   Add the ":pydo" command. (Lilydjwg)
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Problem:    There is ":py3do" but no ":pydo".
Solution:   Add the ":pydo" command. (Lilydjwg)
</pre>
</div>
</content>
</entry>
<entry>
<title>updated for version 7.3.949</title>
<updated>2013-05-15T13:12:29+00:00</updated>
<author>
<name>Bram Moolenaar</name>
<email>Bram@vim.org</email>
</author>
<published>2013-05-15T13:12:29+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/vim-git.git/commit/?id=5e538ecd5e68b90f630be7bb177ab64e1285e40b'/>
<id>5e538ecd5e68b90f630be7bb177ab64e1285e40b</id>
<content type='text'>
Problem:    Python: no easy access to tabpages.
Solution:   Add vim.tabpages and vim.current.tabpage. (ZyX)
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Problem:    Python: no easy access to tabpages.
Solution:   Add vim.tabpages and vim.current.tabpage. (ZyX)
</pre>
</div>
</content>
</entry>
<entry>
<title>updated for version 7.3.569</title>
<updated>2012-06-29T10:54:53+00:00</updated>
<author>
<name>Bram Moolenaar</name>
<email>Bram@vim.org</email>
</author>
<published>2012-06-29T10:54:53+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/vim-git.git/commit/?id=db91395312a02527ed973c8376d8e26e5b63ff53'/>
<id>db91395312a02527ed973c8376d8e26e5b63ff53</id>
<content type='text'>
Problem:    Evaluating Vim expression in Python is insufficient.
Solution:   Add vim.bindeval().  Also add pyeval() and py3eval(). (ZyX)
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Problem:    Evaluating Vim expression in Python is insufficient.
Solution:   Add vim.bindeval().  Also add pyeval() and py3eval(). (ZyX)
</pre>
</div>
</content>
</entry>
<entry>
<title>Temporary solution for crashing when using both :py and :py3: disallow both in</title>
<updated>2010-07-24T13:42:14+00:00</updated>
<author>
<name>Bram Moolenaar</name>
<email>Bram@vim.org</email>
</author>
<published>2010-07-24T13:42:14+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/vim-git.git/commit/?id=4c3a326c53c27f67f7ce8e1bbabc684c74a06634'/>
<id>4c3a326c53c27f67f7ce8e1bbabc684c74a06634</id>
<content type='text'>
one session.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
one session.
</pre>
</div>
</content>
</entry>
<entry>
<title>updated for version 7.1a</title>
<updated>2007-05-05T18:24:42+00:00</updated>
<author>
<name>Bram Moolenaar</name>
<email>Bram@vim.org</email>
</author>
<published>2007-05-05T18:24:42+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/vim-git.git/commit/?id=c81e5e79a0f2f5c2ac1896fa51cbe47e2e2a8d97'/>
<id>c81e5e79a0f2f5c2ac1896fa51cbe47e2e2a8d97</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>updated for version 7.0b</title>
<updated>2006-03-24T22:46:53+00:00</updated>
<author>
<name>Bram Moolenaar</name>
<email>Bram@vim.org</email>
</author>
<published>2006-03-24T22:46:53+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/vim-git.git/commit/?id=76b92b2830841fd4e05006cc3cad1d8f0bc8101b'/>
<id>76b92b2830841fd4e05006cc3cad1d8f0bc8101b</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>updated for version 7.0001</title>
<updated>2004-06-13T20:20:40+00:00</updated>
<author>
<name>Bram Moolenaar</name>
<email>Bram@vim.org</email>
</author>
<published>2004-06-13T20:20:40+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/vim-git.git/commit/?id=071d4279d6ab81b7187b48f3a0fc61e587b6db6c'/>
<id>071d4279d6ab81b7187b48f3a0fc61e587b6db6c</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
