| Commit message (Expand) | Author | Age | Files | Lines |
| ... | |
| * | | | | Fix wrong declaration for signbit imp. | David Cournapeau | 2009-03-02 | 1 | -1/+1 |
| * | | | | Do not use old noprefix header in dotblas (#945). | David Cournapeau | 2009-03-02 | 1 | -44/+44 |
| * | | | | Allow c in dtype for charray (#917). | David Cournapeau | 2009-03-02 | 2 | -1/+10 |
| * | | | | Make sure dest array is aligned for putmask. | David Cournapeau | 2009-03-02 | 1 | -1/+1 |
| * | | | | Add in-place power raising for matrices (#787). | David Cournapeau | 2009-03-02 | 2 | -0/+17 |
| * | | | | BUG: fix #786, bad exception for wrong order for linalg.norm. | David Cournapeau | 2009-03-02 | 3 | -6/+9 |
| * | | | | Fix norm tests for single prec. | David Cournapeau | 2009-03-02 | 1 | -11/+27 |
| * | | | | Abstract away dtype for norm test. | David Cournapeau | 2009-03-02 | 1 | -8/+14 |
| * | | | | rename check_empty method to test_, so that is is picked up by nose. | David Cournapeau | 2009-03-02 | 1 | -1/+1 |
| * | | | | TEST: add tests for norm from #763. | David Cournapeau | 2009-03-02 | 1 | -1/+41 |
| * | | | | Fixed #1008: loss of precision issues in arcsin, arcsinh, arctan, arctanh | Pauli Virtanen | 2009-03-01 | 2 | -26/+186 |
| * | | | | Remove unused iswin64 in multiarray unit test. | David Cournapeau | 2009-02-27 | 1 | -4/+0 |
| * | | | | float format unit test now passes on win64. | David Cournapeau | 2009-02-27 | 1 | -21/+0 |
| * | | | | More string comp test know pass on win64. | David Cournapeau | 2009-02-27 | 1 | -3/+0 |
| * | | | | All regression tests now pass on win64. | David Cournapeau | 2009-02-27 | 1 | -7/+0 |
| * | | | | Remove one more win64 known failure which now passes. | David Cournapeau | 2009-02-27 | 1 | -5/+0 |
| * | | | | Screwed up the commit - effectively remove all unicode known failures on win64. | David Cournapeau | 2009-02-27 | 1 | -6/+0 |
| * | | | | All unicode test now pass with mingw64. | David Cournapeau | 2009-02-27 | 1 | -10/+0 |
| * | | | | Force double convertion for long double on windows x64 as well. | David Cournapeau | 2009-02-27 | 1 | -1/+1 |
| * | | | | Do not unconditionally remove some function checks. | David Cournapeau | 2009-02-26 | 1 | -1/+2 |
| * | | | | Use hints for sizeof checks, to speed things up. | David Cournapeau | 2009-02-26 | 1 | -4/+22 |
| * | | | | Add an expected keyword for check_type_size check, to speed things up on comm... | David Cournapeau | 2009-02-26 | 1 | -1/+22 |
| * | | | | Avoid checking twice the IEEE macros. | David Cournapeau | 2009-02-26 | 1 | -14/+21 |
| * | | | | Make a deepcopy of cached output to avoid side-effects. | David Cournapeau | 2009-02-26 | 1 | -1/+2 |
| * | | | | Rename name_to_defsymb for consistency. | David Cournapeau | 2009-02-26 | 1 | -6/+6 |
| * | | | | Cache the sizeof computation to speed up configuration stage. | David Cournapeau | 2009-02-26 | 1 | -2/+27 |
| * | | | | Use config_cmd directly as an argument for check_types. | David Cournapeau | 2009-02-26 | 1 | -5/+3 |
| * | | | | Remote obsolete test code for sizeof defines. | David Cournapeau | 2009-02-26 | 1 | -80/+0 |
| * | | | | SIZEOF_LONGDOUBLE and SIZEOF_LONGLONG are public, since they are defined in n... | David Cournapeau | 2009-02-26 | 1 | -2/+3 |
| * | | | | BUG: fix sym2def. Some of our SIZEOF_ defines were not consistent with the on... | David Cournapeau | 2009-02-26 | 1 | -2/+2 |
| * | | | | BUG: forgot to add sizeof check for long long type when PY_LONG_LONG is defined. | David Cournapeau | 2009-02-26 | 1 | -0/+7 |
| * | | | | Do not use testcode anymore for numpyconfig.h generation. | David Cournapeau | 2009-02-26 | 1 | -8/+9 |
| * | | | | Fill-up public defines in check_types. | David Cournapeau | 2009-02-26 | 1 | -0/+3 |
| * | | | | Find sizeof wo running on the target platform. | David Cournapeau | 2009-02-26 | 1 | -61/+48 |
| * | | | | Fix typo which caused PY_LONG_LONG sizeof to be defined with the wrong size. | David Cournapeau | 2009-02-26 | 1 | -3/+6 |
| * | | | | Merged revisions 6479 via svnmerge from | David Cournapeau | 2009-02-26 | 1 | -16/+16 |
| |\ \ \ \ |
|
| | * | | | | Fix docstring format for check_funcs_once. | David Cournapeau | 2009-02-26 | 1 | -16/+16 |
| * | | | | | Merged revisions 6463-6466,6469,6472-6475 via svnmerge from | David Cournapeau | 2009-02-26 | 10 | -254/+464 |
| |\ \ \ \ \
| |/ / / / |
|
| | * | | | | Tag more mingw-w64 failures as such. | David Cournapeau | 2009-02-25 | 2 | -0/+24 |
| | * | | | | Mark mingw-w64 crashing tests as known failures. | David Cournapeau | 2009-02-25 | 2 | -0/+35 |
| | * | | | | Trap another kind of exception for MSVC9 in compaq fcompiler. | David Cournapeau | 2009-02-25 | 1 | -0/+4 |
| | * | | | | Fix coding style. Fix test_void_scalar_with_titles. | Charles Harris | 2009-02-25 | 2 | -2/+4 |
| | * | | | | Add Error checking. | Travis Oliphant | 2009-02-25 | 1 | -0/+1 |
| | * | | | | Fix void-scalar element access when data-type contains titles (meta-data). | Travis Oliphant | 2009-02-25 | 2 | -2/+12 |
| | * | | | | Added docstring for isbuiltin | Matthew Brett | 2009-02-24 | 1 | -1/+28 |
| | * | | | | Coding style cleanups. Start on arraytypes.inc.src. | Charles Harris | 2009-02-23 | 1 | -249/+344 |
| | * | | | | * MaskedArray.__setstate__ : fixed for structured array | pierregm | 2009-02-23 | 2 | -2/+14 |
| * | | | | | Merged revisions 6461 via svnmerge from | David Cournapeau | 2009-02-23 | 1 | -5/+12 |
| |\ \ \ \ \
| |/ / / / |
|
| | * | | | | Add fesetexceptflag func for mingw-w64 support. | David Cournapeau | 2009-02-23 | 1 | -5/+12 |
| * | | | | | Merged revisions 6453-6459 via svnmerge from | David Cournapeau | 2009-02-23 | 7 | -1286/+1573 |
| |\ \ \ \ \
| |/ / / / |
|