Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | numpy.distutils.command.build_ext: append build C libraries as dependencies of | cookedm | 2007-11-03 | 1 | -1/+7 | |
| | | | | the extension, to force recompiling if they change. (It should really only force relinking, but adding that is tougher.) | |||||
* | Refactor Pyrex source building into a separate method in build_src.py | cookedm | 2007-11-03 | 1 | -25/+33 | |
| | ||||||
* | Expand linspace docstring. | cookedm | 2007-11-03 | 1 | -1/+29 | |
| | ||||||
* | another typo | Jarrod Millman | 2007-10-29 | 1 | -1/+1 | |
| | ||||||
* | typo | Jarrod Millman | 2007-10-29 | 1 | -1/+1 | |
| | ||||||
* | cleaning up after reindent.py | Jarrod Millman | 2007-10-29 | 1 | -18/+18 | |
| | ||||||
* | ran reindent.py to clean up whitespace | Jarrod Millman | 2007-10-29 | 38 | -143/+132 | |
| | ||||||
* | typo | Jarrod Millman | 2007-10-29 | 1 | -1/+1 | |
| | ||||||
* | using faster string methods rather than deprecated string module | Jarrod Millman | 2007-10-29 | 19 | -200/+234 | |
| | ||||||
* | Using the in operator to find substrings. It is shorter and easier to ↵ | Jarrod Millman | 2007-10-29 | 5 | -6/+6 | |
| | | | | understand. | |||||
* | fixed typo | Jarrod Millman | 2007-10-29 | 1 | -1/+1 | |
| | ||||||
* | added reference to another style guide checking script | Jarrod Millman | 2007-10-29 | 1 | -0/+1 | |
| | ||||||
* | Fix memory leak in seterr exposed during str(a). Fixes #602 | Travis Oliphant | 2007-10-29 | 1 | -2/+3 | |
| | ||||||
* | Fix ticket #599 | Travis Oliphant | 2007-10-26 | 1 | -1/+1 | |
| | ||||||
* | Fix label problem on wide builds. | Travis Oliphant | 2007-10-26 | 1 | -1/+5 | |
| | ||||||
* | Add test for #600 fix. | Travis Oliphant | 2007-10-26 | 1 | -0/+8 | |
| | ||||||
* | Finish fixing ticket #600 | Travis Oliphant | 2007-10-26 | 1 | -3/+5 | |
| | ||||||
* | Fix pickling of numpy.unicode_ objects on narrow builds of Python. | Travis Oliphant | 2007-10-26 | 3 | -1/+36 | |
| | ||||||
* | Avoid extra copy if otype is object on output. | Travis Oliphant | 2007-10-19 | 1 | -3/+3 | |
| | ||||||
* | Fix so that vectorize passes sub-classes through. | Travis Oliphant | 2007-10-19 | 1 | -2/+3 | |
| | ||||||
* | raise error if histogram is called with a decending range to bin into (see #586) | Jarrod Millman | 2007-10-19 | 1 | -0/+9 | |
| | ||||||
* | removing decorators (see #580) | Jarrod Millman | 2007-10-19 | 1 | -10/+10 | |
| | ||||||
* | Allow subclasses through vectorize. | Travis Oliphant | 2007-10-18 | 1 | -1/+1 | |
| | ||||||
* | Fix vectorize to work with strings. Fix where 64-bit looks for X11 ↵ | Travis Oliphant | 2007-10-18 | 3 | -4/+19 | |
| | | | | libraries. Fix comment. | |||||
* | Fix ticket #592: segfault with bitwise_or inplace | Travis Oliphant | 2007-10-17 | 2 | -2/+12 | |
| | ||||||
* | Fix Ticket #588: problem with negative striding and fast blas implementation ↵ | Travis Oliphant | 2007-10-09 | 4 | -8/+39 | |
| | | | | of dot | |||||
* | Some documentation cleanup of disutils. | chris.burns | 2007-10-04 | 1 | -41/+37 | |
| | ||||||
* | Add Docutils dependency for Epydoc. | chris.burns | 2007-10-02 | 1 | -0/+9 | |
| | ||||||
* | distutils/fcompiler/gnu.py: add -march=k8 when cpu.is_AMD64() | cookedm | 2007-10-02 | 1 | -0/+3 | |
| | ||||||
* | Update distutils/cpuinfo.py | cookedm | 2007-10-02 | 1 | -171/+155 | |
| | | | | | | | | | | | | * convert class names to CamelCase * Add PentiumM to LinuxCPUInfo and Win32CPUInfo. Also add it to SSE2 detection. * remove is_Athlon64() and is_Operton() from Win32CPUInfo, and add is_AMD64(). We can't reliably distinguish between the two (or from other 64-bit Athlons). Also add is_AMD64() to LinuxCPUInfo. * Factor out common command output checking, and remove (most) of the bare try/excepts used in the __init__ methods (exception is Win32CPUInfo; don't know what exceptions could be thrown). Use warnings.warn instead of printing exceptions to stderr | |||||
* | Rename test classes to CapWords. | Stefan van der Walt | 2007-10-02 | 38 | -263/+263 | |
| | ||||||
* | Remove use of the string module in distutils/cpuinfo.py | cookedm | 2007-10-02 | 1 | -26/+28 | |
| | ||||||
* | apply gen_lib_options overwrite only when a compiler module is imported | Pearu Peterson | 2007-10-02 | 1 | -3/+4 | |
| | ||||||
* | more rest corrections | Jarrod Millman | 2007-10-02 | 1 | -4/+2 | |
| | ||||||
* | trying to get the rest right | Jarrod Millman | 2007-10-02 | 1 | -1/+1 | |
| | ||||||
* | typo | Jarrod Millman | 2007-10-02 | 1 | -2/+4 | |
| | ||||||
* | more on documentation | Jarrod Millman | 2007-10-02 | 1 | -3/+17 | |
| | ||||||
* | allow TestCase classes to be prefixed with either 'test' or 'Test' | Jarrod Millman | 2007-10-02 | 1 | -1/+1 | |
| | ||||||
* | ma: output of .sum() should be scalar (patch by reggie, | Stefan van der Walt | 2007-09-30 | 1 | -8/+9 | |
| | | | | closes ticket #557). | |||||
* | Fix tri when dtype is bool (closes ticket #574). | Stefan van der Walt | 2007-09-30 | 2 | -5/+12 | |
| | ||||||
* | Add msvccompiler to those injected with gen_lib_options | cookedm | 2007-09-25 | 1 | -1/+1 | |
| | ||||||
* | Inject our numpy.distutils.ccompiler.gen_lib_options into the various | cookedm | 2007-09-25 | 1 | -0/+8 | |
| | | | | distutils.*compiler modules (esp. msvccompiler) | |||||
* | Back out pearu's r4101 that added a warning about importing distutils before ↵ | cookedm | 2007-09-25 | 1 | -16/+0 | |
| | | | | numpy.distutils. This warning triggered when setuptools was imported first. | |||||
* | ReST fixes. | Stefan van der Walt | 2007-09-25 | 4 | -107/+112 | |
| | ||||||
* | ReST markup fixes. | Stefan van der Walt | 2007-09-25 | 1 | -112/+110 | |
| | ||||||
* | Update formatting. Mention how to handle blank lines in doctests. | Stefan van der Walt | 2007-09-25 | 1 | -64/+83 | |
| | | | | Minor rephrasing. | |||||
* | point to a link that actually works | Jarrod Millman | 2007-09-23 | 1 | -1/+1 | |
| | ||||||
* | correcting epydoc output | Jarrod Millman | 2007-09-23 | 5 | -80/+68 | |
| | ||||||
* | another typo | Jarrod Millman | 2007-09-23 | 1 | -1/+1 | |
| | ||||||
* | typo | Jarrod Millman | 2007-09-23 | 1 | -2/+1 | |
| |