summaryrefslogtreecommitdiff
path: root/numpy/distutils/core.py
Commit message (Expand)AuthorAgeFilesLines
* MAINT: LGTM.com recommendation: Unused importDimitri Papadopoulos2021-10-071-1/+1
* MAINT: cleanup unused imports; avoid redefinition of importsMike Taves2020-02-061-2/+2
* MAINT: resolve pyflake F403 'from module import *' usedMike Taves2020-01-231-1/+1
* MAINT: Remove unnecessary 'from __future__ import ...' statementsJon Dufresne2020-01-031-2/+0
* MAINT: avoid modifying mutable default valuesEmil Hessman2018-09-291-1/+3
* ENH: Add stacklevel to all (or almost all) our function callsSebastian Berg2016-09-021-5/+10
* STY: Giant comma spacing fixup.Charles Harris2013-08-181-4/+4
* 2to3: Apply `print` fixer.Charles Harris2013-04-061-1/+1
* 2to3: Use absolute imports.Charles Harris2013-03-281-1/+1
* 2to3:DEP: Remove interactive setup and gnu compiler configuration.Charles Harris2013-03-051-16/+0
* 2to3: Put `from __future__ import division in every python file.Charles Harris2013-03-011-0/+1
* DEP: Remove scons related files and code.Charles Harris2013-01-131-3/+1
* numpy.distutils.core importable from py3.David Cournapeau2009-12-031-5/+5
* Add a install_clib command.David Cournapeau2009-07-261-1/+3
* Comment out NotImplemented error when using setup tools.Travis Oliphant2008-03-221-1/+1
* Add scons command to numpy distutils.David Cournapeau2008-01-061-1/+2
* Use a custom NumpyDistribution instead of distutils Distribution, to handleDavid Cournapeau2008-01-061-1/+6
* Make the 'develop' command from setuptools run build_src --inplace in additio...Robert Kern2007-12-121-2/+4
* use 'in' keyword to test dictionary membershipJarrod Millman2007-11-281-6/+6
* ran reindent.py to clean up whitespaceJarrod Millman2007-10-291-14/+14
* Using the in operator to find substrings. It is shorter and easier to unders...Jarrod Millman2007-10-291-1/+1
* Undo changeset 3839: interactive support is being used (this convinient on wi...Pearu Peterson2007-06-011-0/+17
* Remove interactive support. No one uses it.cookedm2007-05-281-17/+0
* merge from distutils-revamp branch (step 1)cookedm2007-05-251-31/+30
|\
| * Branch numpy.distutils to distutils-revampcookedm2006-07-061-219/+0
* | added config to --fcompiler option unification method. introduced config_cc f...Pearu Peterson2007-05-181-0/+1
* | Use a try/finally instead of try/except Exception for cleanup in numpy/distut...cookedm2007-05-101-5/+3
* | Skip interactive mode when using script_args argument.Pearu Peterson2006-11-191-1/+1
|/
* Put back the test for bdist_egg when using setuptoolscookedm2006-06-281-0/+5
* Don't import setuptools by default, but do use it if it has been imported.cookedm2006-06-281-6/+5
* Fail with long traceback from setup before closing interactive session.Pearu Peterson2006-04-201-11/+11
* Fix interactive setup: hold the process until enter is pressed.Pearu Peterson2006-04-191-15/+14
* New feature: interactively set sys.argv when setup.py is called without argum...Pearu Peterson2006-04-191-1/+19
* Fixed typo.Pearu Peterson2006-04-041-0/+1
* Reorg. code so that numpy.distutils could be used from cwd that contains math...Pearu Peterson2006-04-011-1/+2
* Introduced configuration kw argument to setup. This fixes long lasted long co...Pearu Peterson2006-03-311-0/+66
* When using setuptools, run the build_src command before egg_info (which is ru...cookedm2006-01-311-1/+2
* Misc cleanups + replace `a` with %r or repr(a)cookedm2006-01-311-20/+21
* Added data_files generator support - removed a piece of core.setup function.Pearu Peterson2006-01-271-10/+0
* Changed all references to scipy to numpyTravis Oliphant2006-01-041-21/+21
* Moved scipy directory to numpyTravis Oliphant2006-01-041-0/+138