index
:
platform/upstream/python-numpy
accepted/tizen_5.0_unified
accepted/tizen_5.5_unified
accepted/tizen_5.5_unified_mobile_hotfix
accepted/tizen_5.5_unified_wearable_hotfix
accepted/tizen_6.0_unified
accepted/tizen_6.0_unified_hotfix
accepted/tizen_6.5_unified
accepted/tizen_7.0_unified
accepted/tizen_7.0_unified_hotfix
accepted/tizen_8.0_unified
accepted/tizen_9.0_unified
accepted/tizen_unified
accepted/tizen_unified_dev
master
sandbox/backup/numpy-1.15.0_20210104
sandbox/dh0128.kwak/numpy-1.16.6_20201231
sandbox/nmerinov/llvm
sandbox/wangbiao/qemu-5.2
tizen
tizen_5.0
tizen_5.5
tizen_5.5_mobile_hotfix
tizen_5.5_tv
tizen_5.5_wearable_hotfix
tizen_6.0
tizen_6.0_hotfix
tizen_6.5
tizen_7.0
tizen_7.0_hotfix
tizen_8.0
tizen_9.0
upstream
upstream-git
Domain: System / Base; Licenses: BSD-3-Clause;
Inki Dae <inki.dae@samsung.com>, Semun Lee <semun.lee@samsung.com>, Tae-Young Chung <ty83.chung@samsung.com>
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
setup.py
Age
Commit message (
Expand
)
Author
Files
Lines
2018-03-12
BUG: Fix `setup.py build install egg_info`, which did not previously build
Eric Wieser
1
-9
/
+16
2018-02-14
BUG: fix entry_points typo for from-template
xoviat
1
-1
/
+1
2018-01-30
ENH: Add entry_points for f2py, conv_template, and from_template. (#10463)
xoviat
1
-0
/
+7
2018-01-23
Use zip_safe=False in setup() call
Nathaniel J. Smith
1
-0
/
+1
2018-01-10
MAINT: Update download URL in setup.py.
Charles Harris
1
-1
/
+1
2017-12-11
MAINT: Update development branch version to 1.15.0.
Charles Harris
1
-1
/
+1
2017-11-29
BLD: Include the license file in NumPy wheels.
Charles Harris
1
-3
/
+4
2017-06-20
BUG: fix issue when using ``python setup.py somecommand --force``.
Ralf Gommers
1
-0
/
+1
2017-05-10
MAINT: Update master branch for 1.14.0 development.
Charles Harris
1
-1
/
+1
2017-04-16
REL: add `python_requires` to setup.py
Ralf Gommers
1
-0
/
+1
2017-03-26
DOC: update docs and comments for move of mailing list to python.org
Ralf Gommers
1
-1
/
+1
2017-03-08
BUG: Add HOME to the git environment.
Robert Kern
1
-1
/
+1
2016-11-05
MAINT: Update pavement.py and setup.py for numpy 1.13.0.
Charles Harris
1
-1
/
+2
2016-09-06
DOC: change Numpy to NumPy in remaining files
Pierre de Buyl
1
-4
/
+4
2016-09-03
Merge pull request #7956 from rgommers/numpysetup
Charles Harris
1
-0
/
+5
2016-09-03
BLD: remove __NUMPY_SETUP__ from builtins at end of setup.py
Ralf Gommers
1
-0
/
+5
2016-09-02
ENH: Add stacklevel to all (or almost all) our function calls
Sebastian Berg
1
-1
/
+1
2016-05-04
MAINT: Cleanp of random stuff
Joseph Fox-Rabinovitz
1
-1
/
+1
2016-04-09
MAINT: Update setup.py to reflect supported python versions.
Charles Harris
1
-5
/
+2
2016-04-07
Fixed iteration over additional bad commands
Luca Mussi
1
-1
/
+1
2016-03-07
DOC: note about wheels / windows wheels for pypi
Matthew Brett
1
-0
/
+7
2016-01-27
BLD/BUG: revert usage of setuptools when building an sdist.
Ralf Gommers
1
-1
/
+1
2016-01-19
REL: Update master branch after 1.12.x branch has been made.
Charles Harris
1
-1
/
+1
2016-01-16
DOC/BUG: textual improvements in install docs, and fix a typo in setup.py
Ralf Gommers
1
-2
/
+2
2016-01-16
DOC: add NumpyVersion to the docs, and mention it in version.py
Ralf Gommers
1
-0
/
+2
2016-01-16
BLD: finish handling of setuptools commands.
Ralf Gommers
1
-26
/
+89
2016-01-16
BLD: disable (half-)broken setuptools commands and give clear error messages.
Ralf Gommers
1
-2
/
+64
2016-01-16
BLD: require setuptools for Numpy builds. Closes gh-6551.
Ralf Gommers
1
-20
/
+16
2015-12-17
BLD: use setuptools for bdist_egg distributions
Eugene Krokhalev
1
-2
/
+2
2015-10-21
Merge pull request #6526 from dsanders11/patch-1
Charles Harris
1
-1
/
+1
2015-10-20
Revert "Merge pull request #5614 from charris/cleanup-gh-5587"
Charles Harris
1
-1
/
+0
2015-10-19
Fix use of __doc__ in setup.py for -OO mode
David Sanders
1
-1
/
+1
2015-10-10
BLD: import setuptools to allow compile with VS2008 python2.7 sdk
Julian Taylor
1
-2
/
+6
2015-08-05
DOC: Add Trove classifiers for supported Python versions
Alex Willmer
1
-0
/
+8
2015-08-03
MAINT: Init master branch for 1.11.0 development.
Charles Harris
1
-1
/
+1
2015-02-27
BLD: Add mingw-w64 support for the mingw64static option.
carlkl
1
-0
/
+1
2015-02-10
Change to fully PEP440 compliant dev version numbers (always .dev0)
Åsmund Hjulstad
1
-1
/
+1
2014-12-23
BLD: for PEP 440 compliance, change development version name format from e.g....
alex
1
-1
/
+1
2014-07-06
Merge pull request #4671 from charris/prepare-1.10-devel
Charles Harris
1
-1
/
+1
2014-05-06
MAINT: start 1.10-devel.
Charles Harris
1
-1
/
+1
2014-05-03
BUG: cythonize sources for wheel build
Matthew Brett
1
-5
/
+3
2014-04-05
BLD: remove cython c source from git
Julian Taylor
1
-0
/
+14
2014-01-29
BLD: check submodules on sdist
Julian Taylor
1
-0
/
+29
2013-12-07
MAINT: setup.py improvements - allow some setuptools commands to work.
Ralf Gommers
1
-42
/
+60
2013-08-18
REL: Update minor version number to 9.
Charles Harris
1
-1
/
+1
2013-07-11
MAINT: Remove outdated version checks.
Charles Harris
1
-0
/
+3
2013-04-21
2to3: Stop using 2to3 and remove the tools/py3tool.py file.
Charles Harris
1
-28
/
+1
2013-04-06
2to3: Apply `print` fixer.
Charles Harris
1
-1
/
+1
2013-04-02
2to3: Apply `imports` fixer.
Charles Harris
1
-3
/
+3
2013-03-01
2to3: Put `from __future__ import division in every python file.
Charles Harris
1
-0
/
+2
[next]