summaryrefslogtreecommitdiff
path: root/numpy/_globals.py
Commit message (Expand)AuthorAgeFilesLines
* MAINT: use super() as described by PEP 3135Mike Taves2021-03-191-1/+1
* DOC: improve description of `NoValue`.Ralf Gommers2021-01-291-2/+14
* 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
* ENH: set correct __module__ for objects in numpy's public APIStephan Hoyer2018-11-131-3/+8
* ENH: Add a repr to np._NoValueEric Wieser2018-02-031-5/+19
* MAINT: Use new-style classes on 2.7Eric Wieser2017-07-241-1/+1
* BUG: Make sure numpy globals keep identity after reload.Charles Harris2016-08-161-0/+62