summaryrefslogtreecommitdiff
path: root/numpy/distutils
Commit message (Expand)AuthorAgeFilesLines
* BUG: fix system_info broken by py3k changes.David Cournapeau2009-12-031-4/+4
* Fix callable in misc_utils.David Cournapeau2009-12-031-2/+2
* python3 changes function object attributes names.David Cournapeau2009-12-031-2/+12
* Fix print statements in numpy.distutils.environmentDavid Cournapeau2009-12-031-4/+4
* Py3k: make fcompiler module py3k-importable.David Cournapeau2009-12-031-12/+16
* Fix print statements in fcompiler for python3.David Cournapeau2009-12-0315-25/+25
* Py3k: make scons command py3k importable.David Cournapeau2009-12-031-2/+5
* Py3k: make template generators py3k importable.David Cournapeau2009-12-032-9/+14
* Make build_src and build_clib python3 importable.David Cournapeau2009-12-032-7/+6
* Py3k: make system_info importable from py3k.David Cournapeau2009-12-031-4/+11
* Fix print/repr/raise python3 incompatibilities in system_info and build_ext c...David Cournapeau2009-12-032-6/+6
* Py3k: make mingw32compiler module py3k importable.David Cournapeau2009-12-031-6/+9
* Py3k: make config command py3k importable.David Cournapeau2009-12-031-5/+8
* Py3k: fix unixccompiler + exec_command exception/print stmts.David Cournapeau2009-12-033-20/+32
* numpy.distutils.core importable from py3.David Cournapeau2009-12-031-5/+5
* Py3k fix for misc_util.David Cournapeau2009-12-031-24/+27
* Make numpy.distutils.log importable from python3.David Cournapeau2009-12-031-4/+8
* Fix raise + print stmts in ccompiler.David Cournapeau2009-12-032-24/+32
* Fix relative import in top numpy.distutils.David Cournapeau2009-12-031-12/+28
* BUG: (#1221) special case mac os x in numpyconfig.hDavid Cournapeau2009-11-271-3/+3
* BUG: import DistutilsError.David Cournapeau2009-11-271-0/+2
* DOC: fix wrong Example section.David Cournapeau2009-11-201-2/+2
* BUG: retrieve build_clib in build_ext even if it has already been run.David Cournapeau2009-11-161-0/+1
* first set of checkins from the doc editorJarrod Millman2009-11-134-85/+481
* BUG: setuptools does not run install_clib automatically -- run it manually in...Pauli Virtanen2009-11-122-2/+16
* Apply fix for sun compilation from beffa. Closes ticket #1248.Charles Harris2009-11-031-1/+1
* BUG: pkg_paths was wrongly set when using --package-list for numscons build.David Cournapeau2009-10-271-1/+1
* Replace \r by \n.Charles Harris2009-10-241-6/+6
* Add a pkg_path option to add_sconcript.David Cournapeau2009-10-012-7/+19
* Put scons data into its own class.David Cournapeau2009-10-013-34/+25
* Update system_info.py for new files in Lapack 3.2.1.Pearu Peterson2009-09-301-0/+4
* Add debug option to scons command.David Cournapeau2009-09-191-0/+6
* Fix escaping backslash when parsing .ini files.David Cournapeau2009-09-191-3/+8
* Add option to import user environment into numscons.David Cournapeau2009-09-171-0/+3
* BUG: fix #1194.David Cournapeau2009-09-161-4/+4
* BUG: fix clib install directory for scons command.David Cournapeau2009-09-141-1/+7
* Start adding library options for scons option.David Cournapeau2009-09-141-1/+22
* Re-indent scons command options.David Cournapeau2009-09-141-20/+20
* Further whitespace/tab fixes.David Cournapeau2009-09-141-3/+3
* Move scons call command line building into its own private function.David Cournapeau2009-09-141-71/+75
* Fix tab/space issue in scons command.David Cournapeau2009-09-141-3/+3
* Do not import pyrex in distutils unless there are some pyrex source files.David Cournapeau2009-09-141-7/+9
* BUG: we were protecting c++ and fortran compiler path twice, which made scons...David Cournapeau2009-09-091-2/+2
* Tell scons whether we are in bypass mode or not.David Cournapeau2009-09-091-0/+1
* Do not pass compiler path options to scons if they were not set.David Cournapeau2009-09-091-3/+6
* Require numscons 0.11 or above.David Cournapeau2009-09-091-2/+2
* Add a bypass option to scons command.David Cournapeau2009-09-091-11/+18
* Handle None in protect path.David Cournapeau2009-09-091-3/+6
* Add user options for compilers in scons command.David Cournapeau2009-09-091-2/+16
* Always set up scons_* compilers, and use those when building the scons comman...David Cournapeau2009-09-091-9/+19