summaryrefslogtreecommitdiff
path: root/numpy/core/tests/test_scalarbuffer.py
Commit message (Expand)AuthorAgeFilesLines
* MAINT, DOC: string_ → bytes_ and unicode_ → str_Dimitri Papadopoulos2023-02-101-2/+2
* TST: Remove most prints from the test suit runSebastian Berg2022-05-051-2/+1
* BUG: Fix readonly related scalar buffer exportsSebastian Berg2020-11-291-5/+34
* TST: Test that user-scalar sublasses do not inherit buffer-interfaceSebastian Berg2020-06-081-0/+6
* ENH: Implement the buffer protocol on numpy str_ scalarsEric Wieser2020-02-081-0/+18
* MAINT,TST: Tidy test_datetime_memoryview a littleEric Wieser2020-02-081-9/+8
* MAINT: Clean up, mostly unused imports.Warren Weckesser2020-01-231-1/+0
* MAINT: Remove sys.version checks in testsSeth Troisi2020-01-151-3/+1
* MAINT: Remove implicit inheritance from object class (#15236)Jon Dufresne2020-01-051-1/+1
* Deprecate collapsing shape-1 dtype fields to scalars.Antony Lee2019-05-241-1/+1
* TST: Parametrize PEP3118 scalar tests.Elliott Sales de Andrade2018-09-061-21/+22
* BUG: add tests, special case memoryview(datetime64-scalar)mattip2018-08-191-3/+22
* BUG: check return value of _buffer_format_string (#11754)Matti Picus2018-08-161-1/+7
* MAINT: Remove all uses of run_module_suite.Charles Harris2018-04-061-4/+1
* TST: Switch to using pytest markersCharles Harris2018-04-041-7/+5
* BUG: Provide correct format in Py_buffer for scalars (#10564)Jeff VanOss2018-03-241-0/+84