Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Removed unused/duplicate imports. | Alan McIntyre | 2008-09-13 | 1 | -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 Walt | 2007-01-08 | 1 | -1/+1 |
| | |||||
* | Add c_intp to ctypeslib. Add converttree to alter_code functions. Fix ↵ | Travis Oliphant | 2006-09-07 | 1 | -66/+14 |
| | | | | ctypeslib when ctypes is not available. | ||||
* | Fix Python 2.5 compatibility to work with new b3 release | Travis Oliphant | 2006-08-14 | 1 | -1/+1 |
| | |||||
* | Finished up numpy.numarray.alter_code1 | Travis Oliphant | 2006-08-10 | 1 | -1/+1 |
| | |||||
* | Minor changes to alter_code scripts | Travis Oliphant | 2006-08-05 | 1 | -17/+4 |
| | |||||
* | Move converting code | Travis Oliphant | 2006-08-05 | 1 | -0/+135 |