summaryrefslogtreecommitdiff
path: root/numpy
Commit message (Expand)AuthorAgeFilesLines
* Fix missing generic loop declarations.Charles Harris2008-11-241-2/+1
* Added mod to the ufuncspierregm2008-11-232-2/+13
* Comment out redundant variable declaration for time being.Charles Harris2008-11-221-1/+2
* Add some cautionary comments.Charles Harris2008-11-221-2/+15
* Change order of includes to see if it matters on SPARC Etch buildbot.Charles Harris2008-11-221-2/+2
* Merge branch 'ufunc'Charles Harris2008-11-226-1959/+2001
|\
| * Merge up to current trunk.Charles Harris2008-10-222-17/+79
| |\
| * | Put back fmin, fmax lost in merge.Charles Harris2008-10-211-21/+94
* | | Merge branch 'ufunc'Charles Harris2008-11-226-9/+9
* | | Rewrote allclose to allow comparison with a scalarpierregm2008-11-212-33/+110
* | | * Prevent the shape of a 1d-singleton to be lost when interacting with masked...pierregm2008-11-212-18/+92
* | | Fix ambiguous assert.David Cournapeau2008-11-201-1/+1
* | | Import np_ in ma tests since the import is not available in numpy.ma anymore.David Cournapeau2008-11-201-0/+1
* | | make_mask : Added a dtype keyword to support flexible-dtypepierregm2008-11-191-103/+187
* | | Forgot to finish the configure context in numscons build of random.David Cournapeau2008-11-191-0/+1
* | | Handle ftime mingw problem with numscons.David Cournapeau2008-11-191-1/+6
* | | Forgot to add time headers when mingw workaround is not used on windows.David Cournapeau2008-11-171-0/+2
* | | Do not use mingw workaround for msvc runtime 7.1.David Cournapeau2008-11-171-1/+1
* | | Merged revisions 6071-6076 via svnmerge from David Cournapeau2008-11-172-33/+20
|\ \ \
| * | | Include time.h and sys/timeb.h just after defining our custom __MSVCRT_VERSIO...David Cournapeau2008-11-171-2/+2
| * | | Forgot to update needs_mingw_ftime_workaround function.David Cournapeau2008-11-171-1/+1
| * | | Conditionally setup mingw workaround on __GNUC__ since we can't detect if we ...David Cournapeau2008-11-171-1/+3
| * | | Do not generate a config.h for randomkit: it does not work as it is, and addi...David Cournapeau2008-11-172-27/+12
| * | | Fix the inaccurate comment regarding _ftime issues with mingw.David Cournapeau2008-11-171-2/+2
* | | | Merged revisions 6051-6070 via svnmerge from David Cournapeau2008-11-176-401/+417
|\ \ \ \ | |/ / /
| * | | Set __MSVCRT_VERSION__ to make _ftime64 visible from time.h header when we ne...David Cournapeau2008-11-171-1/+4
| * | | Use a wrapper around _ftime to work around a mingw bug in msvc runtimes impor...David Cournapeau2008-11-171-1/+10
| * | | Simplify ftime workaround for python 2.6 under mingw: we only need to make _f...David Cournapeau2008-11-171-21/+11
| * | | simplify MAErrorpierregm2008-11-171-10/+23
| * | | Add umathmodule.c.src to files scanned for ufunc api.Charles Harris2008-11-171-0/+1
| * | | Test moving generic loops to umathmodule.Charles Harris2008-11-172-369/+369
* | | | Fix spelling.David Cournapeau2008-11-171-1/+1
* | | | Refactor manifest generation and put it back into mingw32ccompiler module.David Cournapeau2008-11-172-21/+23
* | | | Disable .rc generation for manifest: having the xml file in the same dir as t...David Cournapeau2008-11-171-6/+6
* | | | temp_files is a list of filenames, not files.David Cournapeau2008-11-171-2/+2
* | | | Fix configtest and manifest_name.David Cournapeau2008-11-172-4/+4
* | | | Generate the rc file for manifest embedding.David Cournapeau2008-11-172-1/+12
* | | | Separate function to get the configtest name.David Cournapeau2008-11-171-2/+5
* | | | Generate the xml manifest file.David Cournapeau2008-11-172-4/+17
* | | | fix imports.David Cournapeau2008-11-171-2/+2
* | | | Fix string formatting.David Cournapeau2008-11-171-4/+4
* | | | Refactor msvc runtime checking, put it into mingw32compilerDavid Cournapeau2008-11-172-12/+16
* | | | Detect whether config link needs embedding the manifest for the MSVC runtime.David Cournapeau2008-11-171-0/+18
* | | | Trailing spaces.David Cournapeau2008-11-161-1/+1
* | | | Merged revisions 6042-6050 via svnmerge from David Cournapeau2008-11-161-0/+19
|\ \ \ \ | |/ / /
| * | | Add deprecation warning for get_output and try_run: we should not use it anym...David Cournapeau2008-11-161-0/+19
* | | | Forgot to change argument of manifest_rc.David Cournapeau2008-11-161-1/+1
* | | | Use directly the manifest name for generating the rc file + add docstring.David Cournapeau2008-11-161-2/+10
* | | | Add manifest_rc to generate the .rc file which will be used to embed the mani...David Cournapeau2008-11-161-0/+14
* | | | Add comment on how to get exact MSVCR version.David Cournapeau2008-11-161-1/+2