summaryrefslogtreecommitdiff
path: root/tools
Commit message (Expand)AuthorAgeFilesLines
...
* CLN: Remove some now unnecessary fixups to lib/npyio.Charles Harris2010-03-251-9/+0
* Rename numpy/lib/io.py to numpy/lib/npyio.py. The py3tool can probably beCharles Harris2010-03-241-2/+2
* 3K: BUG: work around bugs in Python 3.1.1 2to3 by not using fixes_reducePauli Virtanen2010-02-201-0/+9
* 3K: py3tool: use lib2to3 for the conversionsPauli Virtanen2010-02-201-2/+15
* 3K: BUG: make test_defchararray convert properly via 2to3Pauli Virtanen2010-02-201-1/+0
* py3tool: customize 2to3 flags for some filesPauli Virtanen2009-12-061-19/+24
* py3tool: skip temporary etc filesPauli Virtanen2009-12-061-0/+4
* py3tool: fix some relative imports for extension modulesPauli Virtanen2009-12-061-0/+47
* 3K: make setup.py call 2to3 automatically -- place sources to build/py3kPauli Virtanen2009-12-061-0/+211
* REL: re-enable SSE2 binary in the superpack.David Cournapeau2009-11-301-19/+19
* REL: only build nosse and sse3 binaries.David Cournapeau2009-11-221-20/+20
* REL: add the scripts and art for the mac os x dmg.David Cournapeau2009-11-225-0/+11863
* Add first cut of C code coverage toolmdroe2009-10-273-0/+302
* Add a tool for determining active SVN committers.Travis Oliphant2009-10-011-0/+43
* Add the x86analysis.py script to check instructions set in win binaries.David Cournapeau2009-03-281-0/+161
* Remove python 2.3, add 2.6 for build scripts on windows.David Cournapeau2009-03-121-1/+1
* Add script to build msvcrt90 on mingw-w64.David Cournapeau2009-02-262-0/+842
* Add /arch option to superpack installer to override detected arch.David Cournapeau2008-12-041-0/+62
* Update doall script: take the python version to build binaries from the comma...David Cournapeau2008-10-031-7/+19
* reindenting prior to releaseJarrod Millman2008-09-024-8/+8
* Add install_and_test script for osxbuild. Update README.chris.burns2008-08-142-3/+78
* Fix typo in build script for win32.David Cournapeau2008-08-131-1/+1
* Handle MSI builds + python 2.3 for win32 build script.David Cournapeau2008-08-021-4/+23
* Handle python version in prepare_bootstrap script.David Cournapeau2008-08-011-1/+1
* Add doc to osxbuild script.chris.burns2008-07-311-0/+2
* 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
* 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
* Add cpuid + nsis scripts to build win32 installer.David Cournapeau2008-05-267-0/+487
* Update build script.David Cournapeau2008-05-201-4/+16
* - win32 build script is now functional. Still does not handle svn version,David Cournapeau2008-05-201-43/+67
* Add a tools directory, to hold various things related to build, etc... Add a ...David Cournapeau2008-05-201-0/+74