| Commit message (Expand) | Author | Age | Files | Lines |
| * | Fix typo reported in #637. | Travis Oliphant | 2008-04-03 | 1 | -1/+1 |
| * | Fix whitespace to conform to Python 3000 convention. | Stefan van der Walt | 2007-08-21 | 1 | -224/+224 |
| * | Convert large integer scalars to long instead of to int [patch by | Stefan van der Walt | 2007-07-27 | 1 | -5/+29 |
| * | Propagate changes made to umathmodule.c to fix the problem with division and ... | Travis Oliphant | 2007-05-17 | 1 | -0/+7 |
| * | Fix ticket #463 wherein hex and oct did not work for values that could not be... | Travis Oliphant | 2007-04-01 | 1 | -2/+4 |
| * | Fix warnings found by Intel compiler due to unused variables that were set. ... | Travis Oliphant | 2006-12-02 | 1 | -2/+1 |
| * | Fix some compiler errors. | Travis Oliphant | 2006-11-17 | 1 | -0/+4 |
| * | Add print and log facilities to error handling and change the default error m... | Travis Oliphant | 2006-10-19 | 1 | -2/+6 |
| * | Fix white-space issues. | Travis Oliphant | 2006-08-19 | 1 | -46/+46 |
| * | Fix Python 2.5 compatibility to work with new b3 release | Travis Oliphant | 2006-08-14 | 1 | -17/+6 |
| * | fix warning about comparisions in scalarmathmodule.c.src | cookedm | 2006-07-10 | 1 | -1/+1 |
| * | Apply npy_ and NPY_ prefixes to all C-API names that don't already have PyArr... | Travis Oliphant | 2006-07-08 | 1 | -1/+1 |
| * | Speed up mod function using fmod and add use_pythonmath and use_scalarmath fu... | Travis Oliphant | 2006-07-06 | 1 | -3/+106 |
| * | Get rid of silly returns in scalar-math module which was preventing it's work... | Travis Oliphant | 2006-07-06 | 1 | -3/+4 |
| * | Make import_array and import_ufunc MACROS again. | Travis Oliphant | 2006-06-20 | 1 | -2/+2 |
| * | Fix abs(<complexscalar>) to return real | Travis Oliphant | 2006-06-16 | 1 | -7/+8 |
| * | Add power to integer scalar types. | cookedm | 2006-06-06 | 1 | -1/+19 |
| * | Fix problem causing segfault in ticket #126 | Travis Oliphant | 2006-05-19 | 1 | -2/+2 |
| * | Remove memory leak from scalarmath in ticket #123 | Travis Oliphant | 2006-05-17 | 1 | -1/+4 |
| * | Initialize a potentially uninitialized variable in scalarmathmodule | cookedm | 2006-05-16 | 1 | -2/+4 |
| * | Fix up warnings. | Travis Oliphant | 2006-05-13 | 1 | -3/+3 |
| * | Finish adding scalarmath and import it. Mixed-types are handled with ufuncs ... | Travis Oliphant | 2006-05-11 | 1 | -18/+17 |
| * | Moved the declaration of retstatus above the variable assignments in the #if/... | chanley | 2006-05-08 | 1 | -1/+2 |
| * | fix compile problem (patch by Ted Horst) | abaecker | 2006-05-03 | 1 | -1/+6 |
| * | Add PyArray_CHAR as an alias to PyArray_STRING with element size of 1 | Travis Oliphant | 2006-05-02 | 1 | -1/+1 |
| * | Fix absolute which does not contain the needed functions... | Travis Oliphant | 2006-04-29 | 1 | -26/+1 |
| * | Implement int, float, long, oct, hex | Travis Oliphant | 2006-04-29 | 1 | -3/+24 |
| * | Fix up usage of platform-specific functions. | Travis Oliphant | 2006-04-29 | 1 | -11/+50 |
| * | Fix type of _PyArrayScalar_BoolValues | Travis Oliphant | 2006-04-28 | 1 | -2/+4 |
| * | Fix-up size check for 64-bit | Travis Oliphant | 2006-04-28 | 1 | -3/+3 |
| * | Fix so correct return value happens in get_functions | Travis Oliphant | 2006-04-28 | 1 | -4/+3 |
| * | Finish up scalarmath. Needs testing... | Travis Oliphant | 2006-04-28 | 1 | -75/+277 |
| * | Implement divmod | Travis Oliphant | 2006-04-28 | 1 | -1/+41 |
| * | Fix true_divide for integers. | Travis Oliphant | 2006-04-28 | 1 | -4/+6 |
| * | Add ctype_true_divide, ctype_divide, and ctype_floor_divide for integers. | Travis Oliphant | 2006-04-28 | 1 | -5/+31 |
| * | implemented @name@_ctype_(l,r)shift | sasha | 2006-04-28 | 1 | -3/+3 |
| * | implemented (float,double,longdouble)_ctype_remainder | sasha | 2006-04-28 | 1 | -0/+10 |
| * | Fix typo | Travis Oliphant | 2006-04-27 | 1 | -1/+1 |
| * | Fix typo | Travis Oliphant | 2006-04-27 | 1 | -1/+1 |
| * | Perhaps floor functions should be present | Travis Oliphant | 2006-04-27 | 1 | -20/+1 |
| * | Add multiply and floor_divide | Travis Oliphant | 2006-04-27 | 1 | -2/+68 |
| * | implemented (float, double, longdouble)_ctype_power in scalarmath | sasha | 2006-04-27 | 1 | -0/+10 |
| * | implemented @name@_ctype_(positive,negative) in scalarmath | sasha | 2006-04-27 | 1 | -0/+31 |
| * | implemented @name@_ctype_absolute in scalarmath | sasha | 2006-04-27 | 1 | -0/+24 |
| * | Fixed up nonzero --- it doesn't need a ctype implementation anymore... | Travis Oliphant | 2006-04-27 | 1 | -15/+1 |
| * | implemented @name@_ctype_nonzero in scalarmath | sasha | 2006-04-27 | 1 | -0/+9 |
| * | Fix nonzero and go back to using Generic scalar handler on failure in main sc... | Travis Oliphant | 2006-04-27 | 1 | -16/+62 |
| * | implemented @name@_ctype_invert in scalarmath | sasha | 2006-04-27 | 1 | -0/+11 |
| * | Bump up version number. Fix methods on matrices to preserve order. Add more... | Travis Oliphant | 2006-04-27 | 1 | -136/+169 |
| * | Add a couple more ufunc API calls. Add more to scalarmath.c. Get rid of ove... | Travis Oliphant | 2006-04-27 | 1 | -80/+346 |