Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | MAINT: Remove unnecessary 'from __future__ import ...' statements | Jon Dufresne | 2020-01-03 | 1 | -2/+0 |
* | MAINT: Remove all uses of run_module_suite. | Charles Harris | 2018-04-06 | 1 | -4/+0 |
* | Merge pull request #3202 from charris/2to3-reduce-fixups | njsmith | 2013-04-07 | 1 | -3/+1 |
|\ | |||||
| * | MAINT: Cleanup some imports involving reduce. | Charles Harris | 2013-04-06 | 1 | -3/+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/+2 |
* | STY: Replace assert by assert_ in tests. There remain 124 uses of | Charles Harris | 2011-04-05 | 1 | -5/+6 |
* | 3K: BUG: work around bugs in Python 3.1.1 2to3 by not using fixes_reduce | Pauli Virtanen | 2010-02-20 | 1 | -0/+4 |
* | Datetime branch compiles and all numpy tests pass. Ready to be merged back t... | Travis Oliphant | 2009-08-28 | 1 | -0/+4 |
* | Add Roberto de Almeida's Arrayterator. | Stefan van der Walt | 2008-08-13 | 1 | -0/+43 |