summaryrefslogtreecommitdiff
path: root/numpy/core/tests/test_longdouble.py
Commit message (Expand)AuthorAgeFilesLines
* Merge pull request #22493 from mwtoews/maint-openSebastian Berg2023-04-281-13/+13
|\
| * MAINT: remove redundant open() modes and io.open() aliasMike Taves2022-10-291-13/+13
* | WHL: musllinux wheels [wheel build]Andrew Nelson2023-02-011-1/+26
|/
* ENH: Add smallest_normal and smallest_subnormal attributes to finfo (#18536)Stephannie Jimenez Gacha2021-07-191-0/+1
* BUG,MAINT: Remove incorrect special case in string to number castsSebastian Berg2020-03-161-10/+24
* 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
* Merge pull request #14227 from zjpoh/from_string_complexMatti Picus2019-10-311-0/+32
|\
| * Fix style per Sebastian's commentszjpoh2019-10-151-5/+4
| * Update per Sebastian's commentszjpoh2019-10-061-0/+6
| * Add deprecation warning for invalid complex stringzjpoh2019-09-261-4/+18
| * Merge branch 'master' into from_string_complexzjpoh2019-09-261-14/+24
| |\
| * | Add parenthesis as suggested by compiler. Update docstring.zjpoh2019-08-191-1/+1
| * | Parse complex number from stringzjpoh2019-08-071-0/+13
* | | Add complex number support for fromfilezjpoh2019-10-161-0/+82
| |/ |/|
* | DEP: Deprecate silent ignoring of bad data in fromfile/fromstringSebastian Berg2019-09-121-14/+24
|/
* MAINT: more adjustments in PR 10723Tyler Reddy2019-05-011-1/+13
* MAINT: reviewer adjustments in PR 10723Tyler Reddy2019-04-301-0/+14
* BUG: use absolute imports in test filesmattip2018-05-071-1/+1
* MAINT: Remove all uses of run_module_suite.Charles Harris2018-04-061-7/+2
* TST: Switch to using pytest markersCharles Harris2018-04-041-16/+24
* TST: Remove nose dependence of locale tests.Charles Harris2018-03-241-46/+38
* TST, MAINT: Add `__init__.py` files to tests directories.Charles Harris2017-08-061-1/+1
* TST: Remove unittest dependencies in numpy/core/tests.Charles Harris2017-07-241-2/+2
* MAINT: Stop using sixu instead of a u prefixEric Wieser2017-03-251-2/+1
* BUG: re-enable test with duplicate nameMatthew Brett2017-02-221-1/+1
* BUG: allow for precision > 20 in longdouble reprMatthew Brett2017-02-221-15/+19
* BUG: Fix tempfile failures on window.Charles Harris2015-12-231-47/+28
* TST: check long double and float code pathsAnne Archibald2015-08-291-1/+8
* TST: check for best-effort parsing in foreign localesAnne Archibald2015-08-281-0/+6
* MAINT clean up test suiteAnne Archibald2015-08-281-48/+44
* BUG: fix #4381: precision loss on string -> longdouble conversionAnne Archibald2015-08-281-0/+219