summaryrefslogtreecommitdiff
path: root/numpy/lib/tests/test_recfunctions.py
Commit message (Expand)AuthorAgeFilesLines
...
* Sort index of find_duplicated before testing, because the exact order is unde...David Cournapeau2009-03-091-17/+14
* Tag known failure on win32.David Cournapeau2009-02-191-0/+3
* * Added a 'autoconvert' option to stack_arrays.pierregm2009-02-021-1/+31
* * fixed a machine-dependent issue on default int ('<i4' on OS X, '<i8' on lin...pierregm2009-01-221-7/+10
* * added recfunctions, a collection of utilities to manipulate structured arrays.pierregm2009-01-221-0/+570