<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/python-packages/numpy.git/numpy/f2py/cb_rules.py, branch v1.6.2</title>
<subtitle>github.com: numpy/numpy.git
</subtitle>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/numpy.git/'/>
<entry>
<title>BUG: f2py: fix creating string object from callback function using string size.</title>
<updated>2010-10-16T18:37:21+00:00</updated>
<author>
<name>Pearu Peterson</name>
<email>pearu@pearu-laptop.(none)</email>
</author>
<published>2010-10-16T18:37:21+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/numpy.git/commit/?id=1ef8aac121008e558040d8937788daed46ce8ca4'/>
<id>1ef8aac121008e558040d8937788daed46ce8ca4</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>3K: f2py: make f2py run far enough to produce output files (they don't compile yet, though, as the C code is not Py3 compatible)</title>
<updated>2010-03-06T19:39:09+00:00</updated>
<author>
<name>Pauli Virtanen</name>
<email>pav@iki.fi</email>
</author>
<published>2010-03-06T19:39:09+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/numpy.git/commit/?id=8ed34403475e7e48232dfe3980b70eb057a2e2eb'/>
<id>8ed34403475e7e48232dfe3980b70eb057a2e2eb</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>ENH: Add support for PyCapsule.</title>
<updated>2010-02-25T05:20:51+00:00</updated>
<author>
<name>Charles Harris</name>
<email>charlesr.harris@gmail.com</email>
</author>
<published>2010-02-25T05:20:51+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/numpy.git/commit/?id=f3580687a3f3752a8a8bebbcbe5b594055beb299'/>
<id>f3580687a3f3752a8a8bebbcbe5b594055beb299</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>3K: f2py: break cyclic imports (which are not allowed on Py3) by moving them to functions</title>
<updated>2010-02-20T18:13:57+00:00</updated>
<author>
<name>Pauli Virtanen</name>
<email>pav@iki.fi</email>
</author>
<published>2010-02-20T18:13:57+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/numpy.git/commit/?id=10985dc3458acd9d3286988dec1a27ece5cac25d'/>
<id>10985dc3458acd9d3286988dec1a27ece5cac25d</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>f2py: fix a code generation bug when callback function is taking arguments with the same symbol name.</title>
<updated>2009-11-09T11:20:35+00:00</updated>
<author>
<name>Pearu Peterson</name>
<email>pearu.peterson@gmail.com</email>
</author>
<published>2009-11-09T11:20:35+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/numpy.git/commit/?id=d1e0c40459f13769ffaf059363be662dc76874d3'/>
<id>d1e0c40459f13769ffaf059363be662dc76874d3</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Removed unused/redundant imports.</title>
<updated>2008-09-18T03:45:53+00:00</updated>
<author>
<name>Alan McIntyre</name>
<email>alan.mcintyre@local</email>
</author>
<published>2008-09-18T03:45:53+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/numpy.git/commit/?id=95104b851ace0df9853451b0c3d146a0ce186ced'/>
<id>95104b851ace0df9853451b0c3d146a0ce186ced</id>
<content type='text'>
PEP8 conformance (only one import per line).
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
PEP8 conformance (only one import per line).
</pre>
</div>
</content>
</entry>
<entry>
<title>use 'in' keyword to test dictionary membership</title>
<updated>2007-11-28T05:12:37+00:00</updated>
<author>
<name>Jarrod Millman</name>
<email>millman@berkeley.edu</email>
</author>
<published>2007-11-28T05:12:37+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/numpy.git/commit/?id=6c00b1141fdfa7d168a9b82e6ab493c77f7c1621'/>
<id>6c00b1141fdfa7d168a9b82e6ab493c77f7c1621</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>ran reindent.py to clean up whitespace</title>
<updated>2007-10-29T14:58:18+00:00</updated>
<author>
<name>Jarrod Millman</name>
<email>millman@berkeley.edu</email>
</author>
<published>2007-10-29T14:58:18+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/numpy.git/commit/?id=0b77f0e5f0e46b2ef7c570ebda046c34bbcc0f26'/>
<id>0b77f0e5f0e46b2ef7c570ebda046c34bbcc0f26</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>using faster string methods rather than deprecated string module</title>
<updated>2007-10-29T14:37:37+00:00</updated>
<author>
<name>Jarrod Millman</name>
<email>millman@berkeley.edu</email>
</author>
<published>2007-10-29T14:37:37+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/numpy.git/commit/?id=06b316521a47470e0cce864e142c9372d14637dc'/>
<id>06b316521a47470e0cce864e142c9372d14637dc</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Applying patch from ticket 437.</title>
<updated>2007-04-02T06:56:49+00:00</updated>
<author>
<name>Pearu Peterson</name>
<email>pearu.peterson@gmail.com</email>
</author>
<published>2007-04-02T06:56:49+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/numpy.git/commit/?id=5c8f992c6ff487f0b5c97cb80ad0706473d05074'/>
<id>5c8f992c6ff487f0b5c97cb80ad0706473d05074</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
