summaryrefslogtreecommitdiff
path: root/numpy/tests/test_reloading.py
Commit message (Expand)AuthorAgeFilesLines
* TST: Skip tests that are not currently supported in wasmHood Chatham2022-11-111-1/+9
* TST: Validate the return code of `test_full_reimport`Bas van Beek2021-07-211-2/+5
* DOC: Warn when reloading numpy or using numpy in sub-interpreterSebastian Berg2020-12-151-5/+9
* BUG: Allow attaching documentation twice in add_docstringSebastian Berg2020-05-191-0/+26
* MAINT: cleanup unused imports; avoid redefinition of importsMike Taves2020-02-061-2/+0
* MAINT: Remove sys.version checks in testsSeth Troisi2020-01-151-4/+1
* MAINT: Remove unnecessary 'from __future__ import ...' statementsJon Dufresne2020-01-031-2/+0
* MAINT: Move pickle import to numpy.compatCharles Harris2019-02-211-1/+1
* MAINT, TST import pickle from numpy.core.numericPierre Glaser2018-10-101-3/+5
* MAINT: Remove all uses of run_module_suite.Charles Harris2018-04-061-5/+1
* ENH: Add a repr to np._NoValueEric Wieser2018-02-031-1/+7
* BUG: Make sure numpy globals keep identity after reload.Charles Harris2016-08-161-3/+11
* BUG: Raise RuntimeError when reloading numpy is attempted.Charles Harris2016-07-201-0/+26