summaryrefslogtreecommitdiff
path: root/numpy/numarray/alter_code2.py
Commit message (Expand)AuthorAgeFilesLines
* DEP: Remove deprecated modules numarray and oldnumeric.Charles Harris2013-09-231-68/+0
* STY: Giant comma spacing fixup.Charles Harris2013-08-181-1/+1
* 2to3: Apply `print` fixer.Charles Harris2013-04-061-1/+1
* 2to3: Use absolute imports.Charles Harris2013-03-281-1/+1
* 2to3: Put `from __future__ import division in every python file.Charles Harris2013-03-011-1/+2
* Removed unused/duplicate imports.Alan McIntyre2008-09-131-3/+0
* Whitespace cleanup.Stefan van der Walt2007-01-081-1/+1
* Add c_intp to ctypeslib. Add converttree to alter_code functions. Fix ctype...Travis Oliphant2006-09-071-66/+14
* Fix Python 2.5 compatibility to work with new b3 releaseTravis Oliphant2006-08-141-1/+1
* Finished up numpy.numarray.alter_code1Travis Oliphant2006-08-101-1/+1
* Minor changes to alter_code scriptsTravis Oliphant2006-08-051-17/+4
* Move converting codeTravis Oliphant2006-08-051-0/+135