| Commit message (Expand) | Author | Age | Files | Lines |
* | Add record array test for putmask. | Stefan van der Walt | 2007-08-21 | 1 | -0/+12 |
* | Fast putmask implementation (patch by Eric Firing). | Stefan van der Walt | 2007-08-21 | 4 | -152/+222 |
* | Fix record assignment (based on a patch by Sameer DCosta). | Stefan van der Walt | 2007-08-21 | 2 | -6/+30 |
* | Fix parametric testing for Python 2.4. | Stefan van der Walt | 2007-08-20 | 1 | -1/+5 |
* | Fix parametric tests for Python 2.4. | Stefan van der Walt | 2007-08-20 | 1 | -4/+5 |
* | Fix allclose and add tests (based on a patch by Matthew Brett). | Stefan van der Walt | 2007-08-20 | 2 | -14/+64 |
* | Add parametric unit tests (contributed by Fernando Perez). | Stefan van der Walt | 2007-08-20 | 2 | -0/+285 |
* | exec_command.py: remove a version check for > Python 2.1 | cookedm | 2007-08-17 | 1 | -1/+1 |
* | in ccompiler.CCompiler_customize_cmd, allow a list of command attributes to | cookedm | 2007-08-17 | 1 | -9/+11 |
* | - remove .a static libs and recreate, instead of updating (ar on OS X can't | cookedm | 2007-08-17 | 1 | -11/+17 |
* | - fix specification of noopt, etc. in the config_fc command | cookedm | 2007-08-17 | 2 | -2/+10 |
* | Improved formatting for rms docstring | wfspotz@sandia.gov | 2007-08-15 | 3 | -2/+2 |
* | Improved formatting of typemap signature lists | wfspotz@sandia.gov | 2007-08-15 | 4 | -57/+57 |
* | extgen: removing old files | Pearu Peterson | 2007-08-10 | 7 | -1278/+0 |
* | extgen: restored numpy support, fixed bugs. | Pearu Peterson | 2007-08-10 | 4 | -28/+330 |
* | extgen: rewrite, clean up, update docs, simple example from Python reference ... | Pearu Peterson | 2007-08-10 | 7 | -137/+1724 |
* | Fix an incorrect usage of log.set_verbosity(INFO) causing log always to be at... | Pearu Peterson | 2007-08-09 | 2 | -9/+14 |
* | Optionally use setuptools for commands that setuptools customizes. | Robert Kern | 2007-08-08 | 2 | -2/+10 |
* | extgen: added initial values to C declarations. | Pearu Peterson | 2007-08-07 | 1 | -77/+75 |
* | extgen: impl support to all scalar C types and strings that Python supports. | Pearu Peterson | 2007-08-07 | 4 | -116/+201 |
* | Make sure we import numpy's configuration. Closes ticket #565. | Stefan van der Walt | 2007-08-07 | 1 | -1/+1 |
* | extgen: added argument dependecies support, reviewed reference counting of in... | Pearu Peterson | 2007-08-07 | 3 | -45/+141 |
* | Added numpy array and scalar support to PyCTypePython. | Pearu Peterson | 2007-08-06 | 3 | -91/+224 |
* | Fix string conversion of polynomial when leading coefficients are | Stefan van der Walt | 2007-08-06 | 2 | -5/+21 |
* | extgen: Impl argument support to all Python types. | Pearu Peterson | 2007-08-06 | 5 | -70/+172 |
* | ExtGen: impl PObject* and C int support, minor improvements. | Pearu Peterson | 2007-08-05 | 9 | -97/+156 |
* | Impl CType classes and rewrote docs. | Pearu Peterson | 2007-08-05 | 9 | -313/+541 |
* | Add extgen subpackage. | Stefan van der Walt | 2007-08-04 | 1 | -0/+1 |
* | ExtGen: doc update. | Pearu Peterson | 2007-08-04 | 1 | -5/+5 |
* | Impl basic argument support and documentation generation. | Pearu Peterson | 2007-08-04 | 6 | -75/+475 |
* | * Allow an Intel Fortran 10.0 for 64-bit version string that I've seen in the... | Robert Kern | 2007-08-03 | 1 | -1/+9 |
* | In documentation, removed one of the reasons for not providing (out) typemaps... | wfspotz@sandia.gov | 2007-08-03 | 3 | -13/+5 |
* | Initial commit of extgen - Python Extension module Generator package. | Pearu Peterson | 2007-08-03 | 8 | -0/+954 |
* | Ignore blank lines when determining Fortran free format. | Robert Kern | 2007-08-02 | 1 | -1/+1 |
* | Fix asfarray to return an array instead of a matrix. | Stefan van der Walt | 2007-08-01 | 2 | -1/+7 |
* | Trying to fix unknown symbol __imp_tanhf linking error, using nc_tanhf. | Pearu Peterson | 2007-07-28 | 1 | -1/+1 |
* | Trying to fix unknown symbol __imp_tanhf linking error. | Pearu Peterson | 2007-07-28 | 1 | -0/+1 |
* | Initializing funcname_data inside InitOperators to fix compilation errors on ... | Pearu Peterson | 2007-07-28 | 1 | -1/+5 |
* | Fix more compiler warnings. | Pearu Peterson | 2007-07-28 | 1 | -4/+6 |
* | Fixed typos. | Pearu Peterson | 2007-07-28 | 1 | -2/+2 |
* | Trying to fix compiler wrarnings, 5. Defined ldexpf when DISTUTILS_USE_SDK. | Pearu Peterson | 2007-07-28 | 1 | -0/+6 |
* | Trying to fix compiler wrarnings, 5. Defined frexpf when DISTUTILS_USE_SDK. | Pearu Peterson | 2007-07-28 | 1 | -1/+7 |
* | Trying to fix compiler wrarnings, 4. | Pearu Peterson | 2007-07-28 | 1 | -1/+2 |
* | Trying to fix compiler wrarnings, 3. | Pearu Peterson | 2007-07-28 | 1 | -2/+3 |
* | Trying to fix compiler wrarnings, 2. | Pearu Peterson | 2007-07-28 | 1 | -3/+3 |
* | Trying to fix compiler wrarnings: conversion from 'double' to 'float' | Pearu Peterson | 2007-07-28 | 1 | -1/+1 |
* | Trying to fix mingw32 build. | Pearu Peterson | 2007-07-28 | 1 | -1/+1 |
* | Fix rint error and castings. | Pearu Peterson | 2007-07-28 | 1 | -2/+5 |
* | Using DLL_IMPORT only when DISTUTILS_USE_SDK. | Pearu Peterson | 2007-07-28 | 1 | -0/+6 |
* | Defining fabsf, hypotf, rintf when DISTUTILS_USE_SDK. | Pearu Peterson | 2007-07-28 | 1 | -0/+26 |