summaryrefslogtreecommitdiff
path: root/numpy/distutils/command/install.py
Commit message (Expand)AuthorAgeFilesLines
* MAINT: remove redundant open() modes and io.open() aliasMike Taves2022-10-291-1/+1
* MAINT: Remove unnecessary 'from __future__ import ...' statementsJon Dufresne2020-01-031-2/+0
* MAINT: Use with statements for opening files in distutilsEric Wieser2019-03-011-10/+9
* BUG: Fix use of setuptools.command.install._install.Charles Harris2014-05-041-3/+6
* STY: Giant comma spacing fixup.Charles Harris2013-08-181-2/+2
* 2to3: Apply `print` fixer.Charles Harris2013-04-061-1/+1
* 2to3: Use absolute imports.Charles Harris2013-03-281-1/+1
* 2to3: Remove xreadlines and replace f.readlines() by f where valid.Charles Harris2013-03-051-1/+1
* 2to3: Put `from __future__ import division in every python file.Charles Harris2013-03-011-0/+2
* BUG: setuptools does not run install_clib automatically -- run it manually in...Pauli Virtanen2009-11-121-2/+5
* Update comment on using install_clib as a subcommand.David Cournapeau2009-07-261-1/+1
* Add a install_clib command.David Cournapeau2009-07-261-0/+3
* BUG: Override setuptools' install.run() method to correctly allow 'python set...Robert Kern2008-09-181-1/+36
* Add patch for #141 from Andrew Straw: standard setuptools install idiom failscookedm2006-06-091-1/+6
* Remove unused importscookedm2006-02-021-3/+0
* Fix bdist_rpm for path names containing spaces.Pearu Peterson2006-01-281-0/+25
* Moved scipy directory to numpyTravis Oliphant2006-01-041-0/+9