summaryrefslogtreecommitdiff
path: root/numpy/distutils/command/build_py.py
Commit message (Collapse)AuthorAgeFilesLines
* REF: Replace filters with list comprehensions.Charles Harris2013-02-281-1/+1
| | | | | | 2to3 does a lot of list(filter(...)) sort of thing which can be avoided by using list comprehensions instead of filters. This also seems to clarify the code to a considerable degree.
* 2to3: Apply `filter` fixes. Closes #3053.Charles Harris2013-02-281-1/+1
| | | | | Generally, this involves using list comprehension, or explicit list construction as `filter` is an iterator in Python 3.
* Fix bug to ensure that swig generated .py files are installed.Pearu Peterson2010-08-251-0/+7
|
* Replace type(a) is (something) with appropiate is_string/is_sequence testscookedm2006-02-011-1/+2
|
* Fixed setup.py sdist.Pearu Peterson2006-01-241-1/+11
|
* __config__.py files are generated through py_modules list. Added get_info ↵Pearu Peterson2006-01-241-1/+2
| | | | method to Configuration.
* Moved scipy directory to numpyTravis Oliphant2006-01-041-0/+13