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
/
numpy
/
tests
Age
Commit message (
Expand
)
Author
Files
Lines
2018-02-03
ENH: Add a repr to np._NoValue
Eric Wieser
1
-1
/
+7
2017-11-12
ENH: Add `order=` keyword to `np.eye()` (#9996)
Danny Hermes
1
-4
/
+13
2017-08-06
TST, MAINT: Add `__init__.py` files to tests directories.
Charles Harris
1
-0
/
+0
2017-08-05
MAINT/DOC: Use builtin when np.{x} is builtins.{x}.
Eric Wieser
1
-1
/
+1
2017-07-24
TST: Remove unittest dependencies in numpy/tests.
Charles Harris
1
-23
/
+23
2017-07-04
MAINT: Rearrange files in numpy/testing module.
Charles Harris
2
-7
/
+4
2017-06-03
BUG: KeyboardInterrupt is swallowed all over the place
Eric Wieser
1
-1
/
+1
2017-05-09
ENH: Spelling fixes
Ville Skyttä
1
-2
/
+2
2017-03-25
MAINT: Remove asbytes where a b prefix would suffice
Eric Wieser
1
-3
/
+3
2016-09-02
TST: Add tests for stacklevel in warnings and "ignore" filters.
Sebastian Berg
1
-0
/
+86
2016-08-16
BUG: Make sure numpy globals keep identity after reload.
Charles Harris
1
-3
/
+11
2016-07-20
BUG: Raise RuntimeError when reloading numpy is attempted.
Charles Harris
1
-0
/
+26
2016-04-20
TST: Fix test_ctypeslib and test_indexing when running on debug interpreter
Tadeu Manoel
1
-1
/
+8
2016-02-23
[PATCH] Make _pointer_type_cache functional
Meet Udeshi
1
-0
/
+5
2016-02-15
MAINT: Use `is None` or `is not None` instead of `== None` or `!= None`.
Dongjoon Hyun
1
-1
/
+1
2016-02-02
TST: Fixed f2py test for Anaconda non-win32
gfyoung
1
-8
/
+3
2016-01-25
TST: Fixed f2py test for non-versioned python executables
gfyoung
1
-4
/
+13
2016-01-25
TST: Fixed f2py test for win32 virtualenv
gfyoung
1
-1
/
+7
2016-01-16
TST: fix issues with test for correctness of numpy version string.
Ralf Gommers
1
-4
/
+4
2016-01-16
TST: add test to check for correct version string format.
Ralf Gommers
1
-0
/
+23
2015-12-26
BUG: ignore exceptions in numpy/tests/test_scripts.py/test_f2p
Charles Harris
1
-4
/
+5
2015-12-16
BUG: Fix use of python 3 only FileNotFoundError in test_f2py.
Charles Harris
1
-4
/
+5
2015-12-05
TST: test f2py, fallback on f2py2.7 etc., fixes #6718
Jörn Hees
1
-3
/
+15
2015-08-01
TST: on Windows run f2py from the Scripts directory
Christoph Gohlke
1
-2
/
+6
2015-07-25
STY: PEP8 and pyflakes fixes for numpy/tests.
Charles Harris
2
-25
/
+29
2015-04-30
TEST: add module to test installed scripts
Matthew Brett
1
-0
/
+65
2013-08-18
STY: Giant comma spacing fixup.
Charles Harris
2
-6
/
+6
2013-04-06
2to3: Apply `print` fixer.
Charles Harris
2
-5
/
+5
2013-03-28
2to3: Use absolute imports.
Charles Harris
2
-2
/
+2
2013-03-01
2to3: Put `from __future__ import division in every python file.
Charles Harris
2
-0
/
+4
2013-02-26
2to3: Use modern exception syntax.
Charles Harris
1
-2
/
+2
2012-11-23
BUG: Import run_module_suite in test_matlib.py
Charles Harris
1
-1
/
+1
2012-10-21
TST: Update ctypes tests for changed contiguous flags setting.
Sebastian Berg
1
-2
/
+2
2012-02-18
DEP: Fix some functions now deprecated in Python 3.
Charles Harris
1
-12
/
+12
2011-06-23
BUG: deal with shared lib extension in a single place. Fix ctypes.load_library.
rgommers
1
-6
/
+2
2011-03-02
BUG: fix up shared library extension, which changed in Python 3.2. Closes #1749.
rgommers
1
-0
/
+4
2010-07-31
TST: Add tests for matlib. Closes #1242.
Pauli Virtanen
1
-0
/
+53
2009-03-12
Skip graciously when ctypes is not available.
David Cournapeau
1
-0
/
+8
2008-09-13
Tag ctypes load library tests as known failures on cygwin.
David Cournapeau
1
-0
/
+4
2008-06-21
Restore old test framework classes.
Alan McIntyre
1
-1
/
+1
2008-06-17
Switched to use nose to run tests. Added test and bench functions to all mod...
Alan McIntyre
1
-9
/
+10
2008-05-25
Handle library with extension in their name for ctypes.load_library.
David Cournapeau
1
-0
/
+16
2008-03-23
Do not fail test when ctypes is not available; print a message about skipping...
David Cournapeau
1
-2
/
+7
2008-03-23
Revert accidentally commited changes to TestLoadLibrary unittest for ctypes.
David Cournapeau
1
-7
/
+2
2008-03-23
Fix has_sse3 and add has_ssse3 function for cpuinfo on linux.
David Cournapeau
1
-2
/
+7
2008-03-16
In ctypes.load_library, also attempt to load .so files on failure.
Stefan van der Walt
1
-1
/
+6
2007-12-29
more janitorial work
Jarrod Millman
1
-28
/
+26
2007-10-02
Rename test classes to CapWords.
Stefan van der Walt
1
-1
/
+1
2007-01-08
Whitespace cleanup.
Stefan van der Walt
1
-57
/
+57
2006-08-14
Fix Python 2.5 compatibility to work with new b3 release
Travis Oliphant
1
-0
/
+63