summaryrefslogtreecommitdiff
path: root/numpy/distutils/line_endings.py
Commit message (Expand)AuthorAgeFilesLines
* STY,MAINT: avoid 'multiple imports on one line' (flake8 E401)Mike Taves2020-01-281-1/+4
* MAINT: Remove unnecessary 'from __future__ import ...' statementsJon Dufresne2020-01-031-2/+0
* Add code review suggestions from @eric-wieserBharat123rox2019-05-081-23/+23
* Use with statement to open/close files to fix LGTM alertsBharat123rox2019-05-071-25/+27
* MAINT: Use with statements for opening files in distutilsEric Wieser2019-03-011-6/+4
* STY: Giant comma spacing fixup.Charles Harris2013-08-181-6/+6
* 2to3: Apply `print` fixer.Charles Harris2013-04-061-9/+9
* 2to3: Use absolute imports.Charles Harris2013-03-281-1/+1
* 2to3: Put `from __future__ import division in every python file.Charles Harris2013-03-011-0/+2
* distutils: clean up imports (found by running pyflakes)cookedm2007-05-251-1/+0
* Run reindent.py (script distributed with Python) over the source to remove ex...cookedm2006-03-101-8/+8
* Moved scipy directory to numpyTravis Oliphant2006-01-041-0/+75