summaryrefslogtreecommitdiff
path: root/numpy/numarray/alter_code1.py
Commit message (Collapse)AuthorAgeFilesLines
* 2to3: Put `from __future__ import division in every python file.Charles Harris2013-03-011-0/+2
| | | | | | | | This should be harmless, as we already are division clean. However, placement of this import takes some care. In the future a script can be used to append new features without worry, at least until such time as it exceeds a single line. Having that ability will make it easier to deal with absolute imports and printing updates.
* Whitespace cleanup.Stefan van der Walt2007-01-081-6/+6
|
* Fix problem with alter_code1.pyTravis Oliphant2006-09-211-1/+1
|
* Add one more import possibility.Travis Oliphant2006-09-191-0/+2
|
* Add convertsrc to alter_code1 and clean it up so it doesn't always write the ↵Travis Oliphant2006-09-191-22/+62
| | | | .orig file
* Whitespace change in alter_code1.pyTravis Oliphant2006-09-071-2/+0
|
* Add c_intp to ctypeslib. Add converttree to alter_code functions. Fix ↵Travis Oliphant2006-09-071-1/+1
| | | | ctypeslib when ctypes is not available.
* 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-69/+97
|
* Add numarray compatibility.Travis Oliphant2006-08-081-1/+1
|
* Fix segfault in Ticket #238Travis Oliphant2006-08-081-3/+7
|
* Move source, info, and who to NumPyTravis Oliphant2006-08-051-19/+39
|
* Move converting codeTravis Oliphant2006-08-051-0/+173