summaryrefslogtreecommitdiff
path: root/tools/win32build/doall.py
AgeCommit message (Collapse)AuthorFilesLines
2013-08-18STY: Giant whitespace cleanup.Charles Harris1-2/+2
Now is as good a time as any with open PR's at a low.
2013-04-062to3: Apply `print` fixer.Charles Harris1-1/+1
Add `print_function` to all `from __future__ import ...` statements and use the python3 print function syntax everywhere. Closes #3078.
2013-03-282to3: Add `from __future__ import ...` to some files that were missed.Charles Harris1-0/+2
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.
2008-10-03Update doall script: take the python version to build binaries from the ↵David Cournapeau1-7/+19
command line instead of global variable.
2008-08-01Handle python version in prepare_bootstrap script.David Cournapeau1-1/+1
2008-07-28Set build scripts to unix ff.David Cournapeau1-13/+13
2008-07-28Add top script to generate binaries from scratch.David Cournapeau1-0/+13