summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Travis O is doing a bad thing by modifying this tagged release. However, it ...v1.0.4Travis Oliphant2007-11-081-6/+0
* Fix a python2.3 compatibility problem.Travis Oliphant2007-11-071-1/+1
* making releaseJarrod Millman2007-11-071-2/+2
* Making release candidate.Jarrod Millman2007-11-051-1/+1
* remove old reference to deleted file (r4384)Jarrod Millman2007-11-051-1/+0
* Remove old file scipy_compatibilitycookedm2007-11-051-4/+0
* numpy.distutils.command.build_ext: append build C libraries as dependencies ofcookedm2007-11-031-1/+7
* Refactor Pyrex source building into a separate method in build_src.pycookedm2007-11-031-25/+33
* Expand linspace docstring.cookedm2007-11-031-1/+29
* another typoJarrod Millman2007-10-291-1/+1
* typoJarrod Millman2007-10-291-1/+1
* cleaning up after reindent.pyJarrod Millman2007-10-291-18/+18
* ran reindent.py to clean up whitespaceJarrod Millman2007-10-2939-147/+136
* typoJarrod Millman2007-10-291-1/+1
* using faster string methods rather than deprecated string moduleJarrod Millman2007-10-2919-200/+234
* Using the in operator to find substrings. It is shorter and easier to unders...Jarrod Millman2007-10-295-6/+6
* fixed typoJarrod Millman2007-10-291-1/+1
* added reference to another style guide checking scriptJarrod Millman2007-10-291-0/+1
* Fix memory leak in seterr exposed during str(a). Fixes #602Travis Oliphant2007-10-291-2/+3
* Fix ticket #599Travis Oliphant2007-10-261-1/+1
* Fix label problem on wide builds.Travis Oliphant2007-10-261-1/+5
* Add test for #600 fix.Travis Oliphant2007-10-261-0/+8
* Finish fixing ticket #600Travis Oliphant2007-10-261-3/+5
* Fix pickling of numpy.unicode_ objects on narrow builds of Python.Travis Oliphant2007-10-263-1/+36
* Avoid extra copy if otype is object on output.Travis Oliphant2007-10-191-3/+3
* Fix so that vectorize passes sub-classes through.Travis Oliphant2007-10-191-2/+3
* raise error if histogram is called with a decending range to bin into (see #586)Jarrod Millman2007-10-191-0/+9
* removing decorators (see #580)Jarrod Millman2007-10-191-10/+10
* Allow subclasses through vectorize.Travis Oliphant2007-10-181-1/+1
* Fix vectorize to work with strings. Fix where 64-bit looks for X11 libraries....Travis Oliphant2007-10-183-4/+19
* Fix ticket #592: segfault with bitwise_or inplaceTravis Oliphant2007-10-172-2/+12
* Fix Ticket #588: problem with negative striding and fast blas implementation ...Travis Oliphant2007-10-094-8/+39
* Some documentation cleanup of disutils.chris.burns2007-10-041-41/+37
* Add Docutils dependency for Epydoc.chris.burns2007-10-021-0/+9
* distutils/fcompiler/gnu.py: add -march=k8 when cpu.is_AMD64()cookedm2007-10-021-0/+3
* Update distutils/cpuinfo.pycookedm2007-10-021-171/+155
* Rename test classes to CapWords.Stefan van der Walt2007-10-0238-263/+263
* Remove use of the string module in distutils/cpuinfo.pycookedm2007-10-021-26/+28
* apply gen_lib_options overwrite only when a compiler module is importedPearu Peterson2007-10-021-3/+4
* more rest correctionsJarrod Millman2007-10-021-4/+2
* trying to get the rest rightJarrod Millman2007-10-021-1/+1
* typoJarrod Millman2007-10-021-2/+4
* more on documentationJarrod Millman2007-10-021-3/+17
* allow TestCase classes to be prefixed with either 'test' or 'Test'Jarrod Millman2007-10-021-1/+1
* ma: output of .sum() should be scalar (patch by reggie,Stefan van der Walt2007-09-301-8/+9
* Fix tri when dtype is bool (closes ticket #574).Stefan van der Walt2007-09-302-5/+12
* Add msvccompiler to those injected with gen_lib_optionscookedm2007-09-251-1/+1
* Inject our numpy.distutils.ccompiler.gen_lib_options into the variouscookedm2007-09-251-0/+8
* Back out pearu's r4101 that added a warning about importing distutils before ...cookedm2007-09-251-16/+0
* ReST fixes.Stefan van der Walt2007-09-254-107/+112