<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/python-packages/numpy.git/numpy/distutils/misc_util.py, branch v1.9.0</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>Revert "Merge pull request #4421 from meltingwax/meltingwax/4382"</title>
<updated>2014-03-06T01:08:54+00:00</updated>
<author>
<name>Daniel da Silva</name>
<email>var.mail.daniel@gmail.com</email>
</author>
<published>2014-03-06T01:06:00+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/numpy.git/commit/?id=4b2b77e0b50b3b3ffdb0ea17f38e14d3b8e82ebd'/>
<id>4b2b77e0b50b3b3ffdb0ea17f38e14d3b8e82ebd</id>
<content type='text'>
Caused SciPy tests to fail when built with this NumPy.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Caused SciPy tests to fail when built with this NumPy.
</pre>
</div>
</content>
</entry>
<entry>
<title>BUG: Fix support for builds in dirs with whitespace</title>
<updated>2014-03-05T06:44:30+00:00</updated>
<author>
<name>Daniel da Silva</name>
<email>daniel@meltingwax.net</email>
</author>
<published>2014-03-02T17:39:11+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/numpy.git/commit/?id=50bf6df95bdb5e4254719b0a6061cd1cdece2b7c'/>
<id>50bf6df95bdb5e4254719b0a6061cd1cdece2b7c</id>
<content type='text'>
Add escaping and quoting of dirs and enabled POSIX support in lexer.

Closes #4382.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Add escaping and quoting of dirs and enabled POSIX support in lexer.

Closes #4382.
</pre>
</div>
</content>
</entry>
<entry>
<title>DEP, MAINT: Remove references to numeric and numarray.</title>
<updated>2013-09-23T21:11:12+00:00</updated>
<author>
<name>Charles Harris</name>
<email>charlesr.harris@gmail.com</email>
</author>
<published>2013-08-19T01:47:56+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/numpy.git/commit/?id=3512346df802732763076f3d9975a53a96bdfa57'/>
<id>3512346df802732763076f3d9975a53a96bdfa57</id>
<content type='text'>
This covers those locations that either import or build numarray
or numeric.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This covers those locations that either import or build numarray
or numeric.
</pre>
</div>
</content>
</entry>
<entry>
<title>STY: Giant comma spacing fixup.</title>
<updated>2013-08-18T17:51:25+00:00</updated>
<author>
<name>Charles Harris</name>
<email>charlesr.harris@gmail.com</email>
</author>
<published>2013-08-18T17:51:25+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/numpy.git/commit/?id=fbd6510d58a47ea0d166c48a82793f05425406e4'/>
<id>fbd6510d58a47ea0d166c48a82793f05425406e4</id>
<content type='text'>
Run the 2to3 ws_comma fixer on *.py files. Some lines are now too long
and will need to be broken at some point. OTOH, some lines were already
too long and need to be broken at some point. Now seems as good a time
as any to do this with open PRs at a minimum.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Run the 2to3 ws_comma fixer on *.py files. Some lines are now too long
and will need to be broken at some point. OTOH, some lines were already
too long and need to be broken at some point. Now seems as good a time
as any to do this with open PRs at a minimum.
</pre>
</div>
</content>
</entry>
<entry>
<title>MAINT: Remove msvc_on_amd64 function</title>
<updated>2013-05-22T07:13:29+00:00</updated>
<author>
<name>Christoph Gohlke</name>
<email>cgohlke@uci.edu</email>
</author>
<published>2013-05-21T23:28:24+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/numpy.git/commit/?id=dea0fe58708b548925778ec30fdc6e7a4cb5bbf4'/>
<id>dea0fe58708b548925778ec30fdc6e7a4cb5bbf4</id>
<content type='text'>
This function is no longer required for building with msvc on AMD64
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This function is no longer required for building with msvc on AMD64
</pre>
</div>
</content>
</entry>
<entry>
<title>ENH: add possibility to add define_macros to extensions</title>
<updated>2013-05-09T12:15:57+00:00</updated>
<author>
<name>Julian Taylor</name>
<email>jtaylor.debian@googlemail.com</email>
</author>
<published>2013-05-09T12:15:57+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/numpy.git/commit/?id=b114d1e0326937e5d04907ea0f666429580dc806'/>
<id>b114d1e0326937e5d04907ea0f666429580dc806</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>BUG: hardcode some known shared library extensions</title>
<updated>2013-04-28T13:08:59+00:00</updated>
<author>
<name>Julian Taylor</name>
<email>jtaylor.debian@googlemail.com</email>
</author>
<published>2013-03-29T15:40:31+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/numpy.git/commit/?id=fb6cfd793671b37fcc5cf54c8bbeed1621fa14af'/>
<id>fb6cfd793671b37fcc5cf54c8bbeed1621fa14af</id>
<content type='text'>
the configuration variables are not a reliable mean to get the shared
library extension. darwin, windows and debug linux are wrong in these
variables.
SHLIB_SUFFIX is also wrong as of python 3.3.1
closes #3057
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
the configuration variables are not a reliable mean to get the shared
library extension. darwin, windows and debug linux are wrong in these
variables.
SHLIB_SUFFIX is also wrong as of python 3.3.1
closes #3057
</pre>
</div>
</content>
</entry>
<entry>
<title>2to3: Apply `print` fixer.</title>
<updated>2013-04-06T19:25:26+00:00</updated>
<author>
<name>Charles Harris</name>
<email>charlesr.harris@gmail.com</email>
</author>
<published>2013-04-06T19:25:26+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/numpy.git/commit/?id=bb726ca19f434f5055c0efceefe48d89469fcbbe'/>
<id>bb726ca19f434f5055c0efceefe48d89469fcbbe</id>
<content type='text'>
Add `print_function` to all `from __future__ import ...` statements
and use the python3 print function syntax everywhere.

Closes #3078.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Add `print_function` to all `from __future__ import ...` statements
and use the python3 print function syntax everywhere.

Closes #3078.
</pre>
</div>
</content>
</entry>
<entry>
<title>Merge pull request #3191 from charris/2to3-apply-imports-fixer</title>
<updated>2013-04-06T14:42:08+00:00</updated>
<author>
<name>Charles Harris</name>
<email>charlesr.harris@gmail.com</email>
</author>
<published>2013-04-06T14:42:08+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/numpy.git/commit/?id=49a8902a673d6fb2ba9ca446fc652aa9d2e55e1b'/>
<id>49a8902a673d6fb2ba9ca446fc652aa9d2e55e1b</id>
<content type='text'>
2to3: Apply `imports` fixer.</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
2to3: Apply `imports` fixer.</pre>
</div>
</content>
</entry>
<entry>
<title>Merge pull request #460 from endolith/regex_formatting</title>
<updated>2013-04-03T23:02:33+00:00</updated>
<author>
<name>Charles Harris</name>
<email>charlesr.harris@gmail.com</email>
</author>
<published>2013-04-03T23:02:33+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/numpy.git/commit/?id=ca77e31947b74feded3d69a282e638fa2e9ebf7c'/>
<id>ca77e31947b74feded3d69a282e638fa2e9ebf7c</id>
<content type='text'>
DOC: Formatting fixes using regex</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
DOC: Formatting fixes using regex</pre>
</div>
</content>
</entry>
</feed>
