Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | 2to3: apply `dict` fixer. | Charles Harris | 2013-04-06 | 1 | -1/+1 |
* | 2to3: Apply `print` fixer. | Charles Harris | 2013-04-06 | 1 | -1/+1 |
* | 2to3: Use absolute imports. | Charles Harris | 2013-03-28 | 1 | -1/+1 |
* | 2to3: Put `from __future__ import division in every python file. | Charles Harris | 2013-03-01 | 1 | -0/+1 |
* | REF: Replace filters with list comprehensions. | Charles Harris | 2013-02-28 | 1 | -1/+1 |
* | 2to3: Apply `filter` fixes. Closes #3053. | Charles Harris | 2013-02-28 | 1 | -1/+1 |
* | 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 met... | Pearu Peterson | 2006-01-24 | 1 | -1/+2 |
* | Moved scipy directory to numpy | Travis Oliphant | 2006-01-04 | 1 | -0/+13 |