summaryrefslogtreecommitdiff
path: root/numpy/testing/print_coercion_tables.py
Commit message (Expand)AuthorAgeFilesLines
* MAINT: Use intp output param viewable casts/methods (#20176)Sebastian Berg2021-12-201-5/+6
* MAINT: Rewrite can-cast logic in terms of NEP 42Sebastian Berg2020-11-241-1/+109
* convert shebang from python to python3 (#15687)Changqing Li2020-03-041-1/+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
* TST: ensure coercion tables aren't printed on failing public API testRalf Gommers2019-09-211-19/+21
* STY: PEP8 fixes for numpy/testing numpy/testing/tests.Charles Harris2015-07-051-2/+4
* STY: Giant comma spacing fixup.Charles Harris2013-08-181-1/+1
* 2to3: Apply `print` fixer.Charles Harris2013-04-061-26/+26
* 2to3: Use absolute imports.Charles Harris2013-03-281-1/+1
* 2to3: Put `from __future__ import division in every python file.Charles Harris2013-03-011-1/+4
* STY: Replace remaining old style classes with classes subclassing object.Charles Harris2011-04-051-1/+1
* ENH: core: Start converting ufunc to new iterator, add PyArray_PromoteTypesMark Wiebe2011-01-181-6/+13
* ENH: Remove type number ordering assumptions in CanCastSafely, ScalarKinds, a...Mark Wiebe2010-11-301-0/+79