summaryrefslogtreecommitdiff
path: root/tools/osxbuild
Commit message (Collapse)AuthorAgeFilesLines
* MAINT: Remove tools/osxbuildNathaniel J. Smith2013-05-224-214/+0
| | | | | | | | These scripts have been broken for years (build.py errors out immediately if not running from an *svn* checkout), so I'm sure no-one's using them, and they only attract pointless maintenance fixes (py3 changes, keeping the pointless extra copy of the top-level README.txt up to date as in #3288). Let's just remove them.
* BUG: Fix some README links to point to www.numpy.orgRobert Kern2013-04-291-1/+4
| | | | Fixes #3288
* 2to3: Apply `print` fixer.Charles Harris2013-04-062-15/+15
| | | | | | | Add `print_function` to all `from __future__ import ...` statements and use the python3 print function syntax everywhere. Closes #3078.
* 2to3: Add `from __future__ import ...` to some files that were missed.Charles Harris2013-03-282-1/+5
| | | | | | | With the exception of numpy/distutils/tests/test_exec_command.py, all of these files are script files in tools/osxbuild and tools/win32build. The import in the script files omits `absolute_import` as they are not part of a package.
* 2to3: Apply `raise` fixes. Closes #3077.Charles Harris2013-03-011-1/+1
| | | | | | | | | | Replaces the raise Exception, msg: form with raise Exception(msg):
* 2to3: Updata `except Exception, msg:` syntax in files not in numpy/ .Charles Harris2013-02-271-1/+1
| | | | This should finish the updating of the exception syntax.
* DOC: Remove more SVN references.Stefan van der Walt2010-09-161-2/+2
|
* reindenting prior to releaseJarrod Millman2008-09-022-5/+5
|
* Add install_and_test script for osxbuild. Update README.chris.burns2008-08-142-3/+78
|
* Add doc to osxbuild script.chris.burns2008-07-311-0/+2
|
* Add script for building osx installer.chris.burns2008-07-253-0/+130