summaryrefslogtreecommitdiff
path: root/numpy/numarray/alter_code2.py
Commit message (Collapse)AuthorAgeFilesLines
* Removed unused/duplicate imports.Alan McIntyre2008-09-131-3/+0
| | | | | | | | Removed repeated members of __all__. Fixed reference to undefined "out" in functions.py:take function. Fixed references to undefined "N" in functions.py. Rewrapped lines to conform to PEP8. Fixed references to undefined FPE_* constants (from numpy) in util.py.
* Whitespace cleanup.Stefan van der Walt2007-01-081-1/+1
|
* Add c_intp to ctypeslib. Add converttree to alter_code functions. Fix ↵Travis Oliphant2006-09-071-66/+14
| | | | 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-1/+1
|
* Minor changes to alter_code scriptsTravis Oliphant2006-08-051-17/+4
|
* Move converting codeTravis Oliphant2006-08-051-0/+135