Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | REF: Replace filters with list comprehensions. | Charles Harris | 2013-02-28 | 1 | -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 Harris | 2013-02-28 | 1 | -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 Peterson | 2010-08-25 | 1 | -0/+7 |
| | |||||
* | Replace type(a) is (something) with appropiate is_string/is_sequence tests | cookedm | 2006-02-01 | 1 | -1/+2 |
| | |||||
* | Fixed setup.py sdist. | Pearu Peterson | 2006-01-24 | 1 | -1/+11 |
| | |||||
* | __config__.py files are generated through py_modules list. Added get_info ↵ | Pearu Peterson | 2006-01-24 | 1 | -1/+2 |
| | | | | method to Configuration. | ||||
* | Moved scipy directory to numpy | Travis Oliphant | 2006-01-04 | 1 | -0/+13 |