summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* updating version information for tagv1.1.1Jarrod Millman2008-07-311-1/+1
* Backport win32build improvements + MANIFEST.in fix.David Cournapeau2008-07-288-361/+426
|\
| * Set build scripts to unix ff.David Cournapeau2008-07-283-194/+194
| * Remove unused nsis scripts.David Cournapeau2008-07-282-240/+0
| * prepare_bootstrap script now handles pyver correctly, and can be set from com...David Cournapeau2008-07-281-2/+13
| * Update readme for win32build tools.David Cournapeau2008-07-281-9/+64
| * Fix path issue in nsis script.David Cournapeau2008-07-281-3/+3
| * Add top script to generate binaries from scratch.David Cournapeau2008-07-281-0/+13
| * Bootstrap script now works from scratch.David Cournapeau2008-07-281-7/+34
| * Set LZMA solid compressor.David Cournapeau2008-07-281-0/+1
| * Build all ARCHS if arch arg not given to build script.David Cournapeau2008-07-281-5/+6
| * Add code-generator files in MANIFEST because distutils does not pick them up.David Cournapeau2008-07-281-1/+1
| * Fixing MANIFEST.in on win32.David Cournapeau2008-07-281-1/+1
| * Uncomment bootstrap tasks.David Cournapeau2008-07-281-3/+3
| * Add nsis template, and bootstrap script, to bootstrap win32 binary build.David Cournapeau2008-07-282-0/+191
| * Use OptionParser for win32 build script.David Cournapeau2008-07-281-13/+19
| * Add cpu_caps nsis plugin sources (to detect SSE in nsis scripts).David Cournapeau2008-07-263-0/+244
| * Add script for building osx installer.chris.burns2008-07-253-0/+130
| * Regenerated mtrand.c after standardizing NumPy import in mtrand.pyx.Alan McIntyre2008-07-251-2007/+1782
| * Standardize NumPy import as "import numpy as np".Alan McIntyre2008-07-252-95/+95
| * Added tests to improve coverage.Alan McIntyre2008-07-241-25/+44
| * Start working on a INSTALL.txt document for building/installing numpy.David Cournapeau2008-07-241-0/+30
| * Add some more info for installing numpy.David Cournapeau2008-07-241-1/+7
| * Standardized NumPy import as "import numpy as np".Alan McIntyre2008-07-232-84/+87
| * Fix doctest command continuation line.Alan McIntyre2008-07-231-1/+1
| * Removed unused private function _castCopyAndTranspose.Alan McIntyre2008-07-231-8/+1
| * Standardize NumPy import as "import numpy as np".Alan McIntyre2008-07-222-32/+32
| * * force the domain to the shape of the other element in DomainedBinaryOperati...pierregm2008-07-222-1/+23
| * Skip one more possibly failing C99 testPauli Virtanen2008-07-221-1/+1
| * Added tests to improve coverage of numpy.lib.Alan McIntyre2008-07-223-1/+60
| * Clean up loadtxt. Fix Python 2.3 compatibility.Stefan van der Walt2008-07-221-9/+10
| * Apply Stefan's patch for Ryan's loadtext fix.Charles Harris2008-07-222-34/+87
| * Committed patch from Ryan May. It fixes error in loadtxt occurring when useco...dhuard2008-07-222-2/+17
| * core:pierregm2008-07-211-1/+0
| * core:pierregm2008-07-212-4/+15
| * core:pierregm2008-07-214-70/+107
| * Removed unused private function _asarray1d.Alan McIntyre2008-07-211-8/+0
| * Added numpy.testing.verbose, to allow tests to vary output accordingly.Alan McIntyre2008-07-212-2/+36
| * Added tests to improve coverage of numpy.core.Alan McIntyre2008-07-215-14/+153
| * Fix broken regression test.Charles Harris2008-07-201-1/+4
| * Make regression test work for reverted NaN fix.Charles Harris2008-07-201-1/+1
| * Revert r5470.Charles Harris2008-07-201-8/+2
| * Fix _SIGN macros for MSVC compilers. Test.Charles Harris2008-07-201-3/+3
| * Fix ticket #794.Charles Harris2008-07-202-3/+16
| * Add a pydoc import in lookfor; missed in the import refactoring.Pauli Virtanen2008-07-201-0/+2
| * Fix errors in C99 tests. Skip tests failing on some platforms.Pauli Virtanen2008-07-201-6/+5
| * Undo test of SPARC alignment.Charles Harris2008-07-201-2/+0
| * Testing SPARC alignment.Charles Harris2008-07-201-0/+2
| * BUG: Allow longs as well as ints to satisfy Win64.Robert Kern2008-07-201-1/+1
| * Fix some errors in C99 tests. Skip tests failing on Sparc64Pauli Virtanen2008-07-191-14/+15