Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | MAINT: use super() as described by PEP 3135 | Mike Taves | 2021-03-19 | 1 | -1/+1 |
* | DOC: improve description of `NoValue`. | Ralf Gommers | 2021-01-29 | 1 | -2/+14 |
* | MAINT: Remove implicit inheritance from object class (#15236) | Jon Dufresne | 2020-01-05 | 1 | -1/+1 |
* | MAINT: Remove unnecessary 'from __future__ import ...' statements | Jon Dufresne | 2020-01-03 | 1 | -2/+0 |
* | ENH: set correct __module__ for objects in numpy's public API | Stephan Hoyer | 2018-11-13 | 1 | -3/+8 |
* | ENH: Add a repr to np._NoValue | Eric Wieser | 2018-02-03 | 1 | -5/+19 |
* | MAINT: Use new-style classes on 2.7 | Eric Wieser | 2017-07-24 | 1 | -1/+1 |
* | BUG: Make sure numpy globals keep identity after reload. | Charles Harris | 2016-08-16 | 1 | -0/+62 |