summaryrefslogtreecommitdiff
path: root/numpy/distutils/from_template.py
Commit message (Expand)AuthorAgeFilesLines
* MAINT: remove `print()`'s in distutils template handlingRalf Gommers2021-06-271-1/+0
* MAINT: regex char class improveTyler Reddy2020-12-281-1/+1
* convert shebang from python to python3 (#15687)Changqing Li2020-03-041-1/+1
* MAINT: Remove unnecessary 'from __future__ import ...' statementsJon Dufresne2020-01-031-2/+0
* Revert contextlib changesBharat123rox2019-05-081-8/+4
* Add missing importsBharat123rox2019-05-081-0/+2
* Add code review suggestions from @eric-wieserBharat123rox2019-05-081-6/+8
* Fixed possible regressionsBharat123rox2019-05-081-0/+2
* Use with statement to open/close files to fix LGTM alertsBharat123rox2019-05-071-17/+15
* MAINT: Remove obsolete comment.Warren Weckesser2018-03-101-1/+1
* BUG: distutils: Remove named templates from the output.Warren Weckesser2018-03-101-2/+8
* ENH: Add entry_points for f2py, conv_template, and from_template. (#10463)xoviat2018-01-301-2/+4
* MAINT: use env in shebang instead of absolute pathSami Salonen2017-01-151-1/+1
* DEP: Fix escaped string characters deprecated in Python 3.6.Charles Harris2016-12-141-4/+4
* MAINT: Fix some typos in a code string and commentsDongjoon Hyun2016-01-271-1/+1
* STY: Giant comma spacing fixup.Charles Harris2013-08-181-26/+26
* MAINT: Apply 2to3 idioms fixer.Charles Harris2013-05-021-2/+2
* 2to3: apply `dict` fixer.Charles Harris2013-04-061-1/+1
* 2to3: Apply `print` fixer.Charles Harris2013-04-061-6/+5
* 2to3: Use absolute imports.Charles Harris2013-03-281-1/+1
* 2to3: Remove xreadlines and replace f.readlines() by f where valid.Charles Harris2013-03-051-1/+1
* 2to3: Put `from __future__ import division in every python file.Charles Harris2013-03-011-0/+1
* Py3k: make template generators py3k importable.David Cournapeau2009-12-031-4/+4
* use 'in' keyword to test dictionary membershipJarrod Millman2007-11-281-2/+2
* merge from distutils-revamp branch (step 1)cookedm2007-05-251-9/+3
|\
| * Branch numpy.distutils to distutils-revampcookedm2006-07-061-262/+0
|/
* Run reindent.py (script distributed with Python) over the source to remove ex...cookedm2006-03-101-4/+4
* Moved scipy directory to numpyTravis Oliphant2006-01-041-0/+262