summaryrefslogtreecommitdiff
path: root/numpy/core/tests/test_scalarprint.py
Commit message (Expand)AuthorAgeFilesLines
* WHL: musllinux wheels [wheel build]Andrew Nelson2023-02-011-3/+3
* MAINT: Refactor test to shorten line lengthCornelius Roemer2021-12-291-2/+1
* BUG: Add test for scalarprint bugfixCornelius Roemer2021-12-291-0/+2
* MAINT: Remove encoding declarations: # -*- coding: utf-8 -*-Dimitri Papadopoulos2021-10-061-1/+0
* ENH: Add support for windows on arm targets (#19513)Niyas Sait2021-07-271-1/+2
* BUG/ENH: fix array2string rounding bug by adding min_digits optionAllan Haldane2021-03-181-5/+64
* STY,MAINT: avoid 'multiple imports on one line' (flake8 E401)Mike Taves2020-01-281-1/+2
* MAINT: Remove Python2 workaroundsSeth Troisi2020-01-231-3/+3
* MAINT: Clean up, mostly unused imports.Warren Weckesser2020-01-231-1/+1
* MAINT: Cleanup python2 referencesSeth Troisi2020-01-211-4/+1
* MAINT: Remove implicit inheritance from object class (#15236)Jon Dufresne2020-01-051-1/+1
* MAINT: Remove unnecessary 'from __future__ import ...' statementsJon Dufresne2020-01-031-2/+0
* MAINT: Misc. typo fixes (#13664)luzpaz2019-05-311-1/+1
* MAINT: Review F401,F841,F842 flake8 errors (unused variables and imports) (#1...Roman Yurchak2018-12-061-1/+1
* BUG: Implement float128 dragon4 for IBM double-double (ppc64)Allan Haldane2018-06-061-2/+64
* BUG: Python2 doubles don't print correctly in interactive shellAllan Haldane2018-05-141-3/+35
* MAINT: Remove all uses of run_module_suite.Charles Harris2018-04-061-5/+2
* BUG: floating types should override tp_printAllan Haldane2018-03-191-0/+17
* BUG: dragon4 fractional output mode adds too many trailing zerosAllan Haldane2018-03-091-0/+2
* Merge pull request #9966 from ahaldane/dragon4_scalarstr_fixCharles Harris2017-11-121-0/+19
|\
| * BUG: make str of floating-scalars behave like for python floatAllan Haldane2017-11-061-0/+19
* | STY: Improve indentation (bad levels and tabs/spaces)Eric Wieser2017-11-041-6/+6
|/
* TST: New tests for scalar/array reprs with dragon4Allan Haldane2017-11-041-1/+167
* TST: update tests to account for dragon4 fixesAllan Haldane2017-11-041-11/+12
* TST: Remove unittest dependencies in numpy/core/tests.Charles Harris2017-07-241-2/+2
* 2to3: Apply `print` fixer.Charles Harris2013-04-061-1/+1
* 2to3: Use absolute imports.Charles Harris2013-03-281-1/+1
* 2to3: Put `from __future__ import division in every python file.Charles Harris2013-03-011-0/+1
* TST: Add test for printing of scalar values.Charles Harris2013-01-201-0/+29