summaryrefslogtreecommitdiff
path: root/numpy/core/tests/test_scalarinherit.py
Commit message (Expand)AuthorAgeFilesLines
* MAINT, DOC: string_ → bytes_ and unicode_ → str_Dimitri Papadopoulos2023-02-101-4/+4
* MAINT: remove u-prefix for former Unicode strings (#22479)Mike Taves2022-10-261-3/+3
* MAINT: Remove encoding declarations: # -*- coding: utf-8 -*-Dimitri Papadopoulos2021-10-061-1/+0
* ENH: Hardcode buffer handling for simple scalarsSebastian Berg2020-05-311-4/+12
* BUG: Do not dispatch to base classes polymorphicallyEric Wieser2020-01-231-0/+19
* MAINT: Remove implicit inheritance from object class (#15236)Jon Dufresne2020-01-051-3/+3
* MAINT: Remove unnecessary 'from __future__ import ...' statementsJon Dufresne2020-01-031-2/+0
* MAINT: Remove uses of scalar aliasesEric Wieser2019-11-131-3/+2
* MAINT: Review F401,F841,F842 flake8 errors (unused variables and imports) (#1...Roman Yurchak2018-12-061-2/+3
* MAINT: Remove all uses of run_module_suite.Charles Harris2018-04-061-5/+1
* BUG: test, fix issue #9620 __radd__ in char scalarsmattip2017-09-011-0/+36
* TST: Remove unittest dependencies in numpy/core/tests.Charles Harris2017-07-241-2/+2
* MAINT: Replace assert with assert_(...) in some tests.Charles Harris2015-12-101-6/+6
* MAINT: Include from __future__ boilerplate in some files missing it.Charles Harris2015-12-051-0/+1
* STY: PEP8 fixes for numpy/core/tests/*.pyCharles Harris2015-07-251-6/+13
* Add test-case for multiple-inheritance on an array-scalar.Travis E. Oliphant2014-02-261-0/+34