summaryrefslogtreecommitdiff
path: root/numpy
AgeCommit message (Expand)AuthorFilesLines
2007-10-02Remove use of the string module in distutils/cpuinfo.pycookedm1-26/+28
2007-10-02apply gen_lib_options overwrite only when a compiler module is importedPearu Peterson1-3/+4
2007-10-02more rest correctionsJarrod Millman1-4/+2
2007-10-02trying to get the rest rightJarrod Millman1-1/+1
2007-10-02typoJarrod Millman1-2/+4
2007-10-02more on documentationJarrod Millman1-3/+17
2007-10-02allow TestCase classes to be prefixed with either 'test' or 'Test'Jarrod Millman1-1/+1
2007-09-30ma: output of .sum() should be scalar (patch by reggie,Stefan van der Walt1-8/+9
2007-09-30Fix tri when dtype is bool (closes ticket #574).Stefan van der Walt2-5/+12
2007-09-25Add msvccompiler to those injected with gen_lib_optionscookedm1-1/+1
2007-09-25Inject our numpy.distutils.ccompiler.gen_lib_options into the variouscookedm1-0/+8
2007-09-25Back out pearu's r4101 that added a warning about importing distutils before ...cookedm1-16/+0
2007-09-25ReST fixes.Stefan van der Walt4-107/+112
2007-09-25ReST markup fixes.Stefan van der Walt1-112/+110
2007-09-25Update formatting. Mention how to handle blank lines in doctests.Stefan van der Walt1-64/+83
2007-09-23point to a link that actually worksJarrod Millman1-1/+1
2007-09-23correcting epydoc outputJarrod Millman5-80/+68
2007-09-23another typoJarrod Millman1-1/+1
2007-09-23typoJarrod Millman1-2/+1
2007-09-23one more tryJarrod Millman15-0/+1858
2007-09-23backing out the last thing i didJarrod Millman15-1858/+0
2007-09-23get the example workingJarrod Millman17-13/+1881
2007-09-23fixing link error: fixed. Removing debug messages and added a warning message...Pearu Peterson3-3/+17
2007-09-23fixing link error: wrong gen_lib_options is being used, may be it is a import...Pearu Peterson1-1/+3
2007-09-23more doc workJarrod Millman1-0/+11
2007-09-23fixing link error: added debug message, 3.Pearu Peterson1-0/+2
2007-09-23more documentationJarrod Millman1-4/+4
2007-09-23typoJarrod Millman1-1/+1
2007-09-23more doc workJarrod Millman1-62/+59
2007-09-23fixing link error: added debug message, 2.Pearu Peterson1-1/+1
2007-09-23fixing link error: added debug messagePearu Peterson1-0/+1
2007-09-23fix missing string importPearu Peterson1-1/+1
2007-09-23docsJarrod Millman1-1/+1
2007-09-23docsJarrod Millman1-0/+1
2007-09-23cont. documentationJarrod Millman2-0/+3
2007-09-23more documentationJarrod Millman2-4/+20
2007-09-23documentationJarrod Millman1-3/+4
2007-09-23more documentationJarrod Millman1-18/+18
2007-09-23more documentationJarrod Millman1-13/+24
2007-09-23more documentation workJarrod Millman1-38/+71
2007-09-23updating file extension to .txtJarrod Millman1-0/+0
2007-09-23documentationJarrod Millman2-171/+181
2007-09-22backport the usage of get_build_architecture to pyhton <=2.4Pearu Peterson1-5/+18
2007-09-21A little refactoring of memmapTravis Oliphant1-8/+9
2007-09-21Raise an error if you try to close a memory-map that you don't own.Travis Oliphant1-1/+7
2007-09-21Fix memmap passing on it's mmap attribute to views but not closing the file u...Travis Oliphant1-6/+4
2007-09-21Add a fix for ticket #582 by adding a framework for clearing the floating poi...Travis Oliphant2-4/+14
2007-09-21Apply patch to fix ticket #557 (pinv causing error with empty arrays)Travis Oliphant2-2/+18
2007-09-21Fix places where RENEW is called so that if reallocation fails, cleanup is do...Travis Oliphant1-11/+28
2007-09-21Fix missing import.Travis Oliphant1-1/+1