summaryrefslogtreecommitdiff
path: root/tools/py3tool.py
Commit message (Expand)AuthorAgeFilesLines
* MAINT: Remove the tools/py3tool.py file.Charles Harris2013-04-241-301/+0
* 2to3: Apply unicode fixer.Charles Harris2013-04-211-1/+1
* Merge pull request #3242 from charris/2to3-apply-types-fixerCharles Harris2013-04-211-1/+1
|\
| * 2to3: Apply types fixer.Charles Harris2013-04-141-1/+1
* | Merge pull request #3249 from charris/2to3-apply-next-fixerCharles Harris2013-04-151-1/+1
|\ \
| * | 2to3: Apply next fixer.Charles Harris2013-04-151-1/+1
* | | 2to3: Apply urllib fixer.Charles Harris2013-04-141-1/+1
|/ /
* | 2to3: Skip isinstance fixer.Charles Harris2013-04-141-1/+1
|/
* Merge pull request #3244 from charris/2to3-apply-zip-fixerCharles Harris2013-04-141-1/+1
|\
| * 2to3: Apply zip fixer.Charles Harris2013-04-131-1/+1
* | Merge pull request #3241 from charris/2to3-apply-nonzero-fixerCharles Harris2013-04-141-1/+1
|\ \
| * | 2to3: Apply nonzero fixer.Charles Harris2013-04-131-1/+1
| |/
* | Merge pull request #3238 from charris/2to3-apply-renames-fixerCharles Harris2013-04-141-1/+1
|\ \
| * | 2to3: Apply renames fixer.Charles Harris2013-04-131-1/+1
| |/
* | 2to3: Apply basestring fixer.Charles Harris2013-04-131-1/+1
|/
* 2to3: Apply the `numliterals` fixer and skip the `long` fixer.Charles Harris2013-04-131-3/+3
* 2to3: Apply itertools fixer.Charles Harris2013-04-121-1/+1
* 2to3: Skip itertools_imports fixer.Charles Harris2013-04-121-1/+1
* 2to3: Skip `setliteral` fixer.Charles Harris2013-04-121-1/+1
* 2to3: Skip `funcattrs` fixer.Charles Harris2013-04-111-1/+1
* 2to3: Skip buffer fixer.Charles Harris2013-04-111-1/+1
* 2to3: Skip `future` fixer.Charles Harris2013-04-101-1/+1
* 2to3: Apply `map` fixer.Charles Harris2013-04-101-25/+46
* 2to3: Apply `repr` fixer.Charles Harris2013-04-081-0/+1
* Merge pull request #3205 from charris/2to3-apply-dict-fixerCharles Harris2013-04-071-0/+1
|\
| * 2to3: apply `dict` fixer.Charles Harris2013-04-061-0/+1
* | Merge pull request #3202 from charris/2to3-reduce-fixupsnjsmith2013-04-071-9/+0
|\ \ | |/ |/|
| * MAINT: Cleanup some imports involving reduce.Charles Harris2013-04-061-9/+0
* | 2to3: Apply `print` fixer.Charles Harris2013-04-061-1/+2
|/
* MAINT: Append comma to last item tools/py3tool.py skipped fixers.Charles Harris2013-04-061-1/+1
* 2to3: Apply `imports2` fixer.Charles Harris2013-04-061-1/+2
* 2to3: Apply `imports` fixer.Charles Harris2013-04-021-1/+2
* 2to3: Use absolute imports.Charles Harris2013-03-281-42/+3
* BUG: Rebased tools/py3tool.py was missing `,` in list.Charles Harris2013-03-271-1/+1
* 2to3: Replace xrange by range and use list(range(...)) where neededCharles Harris2013-03-271-0/+1
* 2to3: Remove xreadlines and replace f.readlines() by f where valid.Charles Harris2013-03-051-1/+2
* 2to3:DEP: Remove interactive setup and gnu compiler configuration.Charles Harris2013-03-051-1/+3
* ENH: Skip already applied fixers when running 2to3.Charles Harris2013-03-031-1/+36
* 2to3: Put `from __future__ import division in every python file.Charles Harris2013-03-011-0/+2
* ENH: do not make backup copies when running 2to3.Ralf Gommers2011-04-171-1/+1
* BUG: Py3: ensure version.py imports are translated appropriatelyPauli Virtanen2010-11-251-1/+1
* 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
* 3K: BUG: work around bugs in Python 3.1.1 2to3 by not using fixes_reducePauli Virtanen2010-02-201-0/+9
* 3K: py3tool: use lib2to3 for the conversionsPauli Virtanen2010-02-201-2/+15
* 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