Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | BUG: core: fix _dotblas usage on Py3 (fixes #1609) | Pauli Virtanen | 2010-09-11 | 1 | -1/+1 |
| | |||||
* | ENH: 3K: optionally use lib2to3cache in 2to3 conversion | Pauli Virtanen | 2010-07-18 | 1 | -0/+3 |
| | |||||
* | CLN: Remove some now unnecessary fixups to lib/npyio. | Charles Harris | 2010-03-25 | 1 | -9/+0 |
| | |||||
* | Rename numpy/lib/io.py to numpy/lib/npyio.py. The py3tool can probably be | Charles Harris | 2010-03-24 | 1 | -2/+2 |
| | | | | cleaned up a bit more with this change, but that is for later. | ||||
* | 3K: BUG: work around bugs in Python 3.1.1 2to3 by not using fixes_reduce | Pauli Virtanen | 2010-02-20 | 1 | -0/+9 |
| | | | | Instead, manually import reduce where necessary. | ||||
* | 3K: py3tool: use lib2to3 for the conversions | Pauli Virtanen | 2010-02-20 | 1 | -2/+15 |
| | | | | | This ensures that the Py3 version of 2to3 is always used, and that failures in conversion result to an immediate build failure. | ||||
* | 3K: BUG: make test_defchararray convert properly via 2to3 | Pauli Virtanen | 2010-02-20 | 1 | -1/+0 |
| | |||||
* | py3tool: customize 2to3 flags for some files | Pauli Virtanen | 2009-12-06 | 1 | -19/+24 |
| | |||||
* | py3tool: skip temporary etc files | Pauli Virtanen | 2009-12-06 | 1 | -0/+4 |
| | |||||
* | py3tool: fix some relative imports for extension modules | Pauli Virtanen | 2009-12-06 | 1 | -0/+47 |
| | |||||
* | 3K: make setup.py call 2to3 automatically -- place sources to build/py3k | Pauli Virtanen | 2009-12-06 | 1 | -0/+211 |