summaryrefslogtreecommitdiff
path: root/tools/py3tool.py
Commit message (Collapse)AuthorAgeFilesLines
* BUG: core: fix _dotblas usage on Py3 (fixes #1609)Pauli Virtanen2010-09-111-1/+1
|
* ENH: 3K: optionally use lib2to3cache in 2to3 conversionPauli Virtanen2010-07-181-0/+3
|
* CLN: Remove some now unnecessary fixups to lib/npyio.Charles Harris2010-03-251-9/+0
|
* Rename numpy/lib/io.py to numpy/lib/npyio.py. The py3tool can probably beCharles Harris2010-03-241-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_reducePauli Virtanen2010-02-201-0/+9
| | | | Instead, manually import reduce where necessary.
* 3K: py3tool: use lib2to3 for the conversionsPauli Virtanen2010-02-201-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 2to3Pauli Virtanen2010-02-201-1/+0
|
* py3tool: customize 2to3 flags for some filesPauli Virtanen2009-12-061-19/+24
|
* py3tool: skip temporary etc filesPauli Virtanen2009-12-061-0/+4
|
* py3tool: fix some relative imports for extension modulesPauli Virtanen2009-12-061-0/+47
|
* 3K: make setup.py call 2to3 automatically -- place sources to build/py3kPauli Virtanen2009-12-061-0/+211