summaryrefslogtreecommitdiff
path: root/numpy/distutils/conv_template.py
Commit message (Expand)AuthorAgeFilesLines
* ENH: Add entry_points for f2py, conv_template, and from_template. (#10463)xoviat2018-01-301-2/+4
* MAINT: print the received lengths on template length mismatchJulian Taylor2017-03-241-2/+2
* MAINT: use env in shebang instead of absolute pathSami Salonen2017-01-151-1/+1
* DOC: Fix more typos in docs and comments.Dongjoon Hyun2016-02-251-3/+3
* STY: Giant comma spacing fixup.Charles Harris2013-08-181-12/+12
* STY: Giant whitespace cleanup.Charles Harris2013-08-181-2/+2
* MAINT: Apply 2to3 idioms fixer.Charles Harris2013-05-021-1/+1
* 2to3: apply `dict` fixer.Charles Harris2013-04-061-1/+1
* 2to3: Apply `print` fixer.Charles Harris2013-04-061-3/+3
* 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/+2
* Py3k: make template generators py3k importable.David Cournapeau2009-12-031-5/+10
* Begin to add feature that allows loops to exclude certain combinations.Travis Oliphant2009-08-281-0/+27
* Instantiate exceptions using string argument.Charles Harris2009-07-281-7/+7
* Make some error messages more informative.Charles Harris2008-10-011-13/+28
* fixed whitespace w/ reindentJarrod Millman2008-05-221-1/+0
* Fix conv_template to correctly handle nested loops with surrounding code.Charles Harris2008-04-241-13/+23
* Add true nesting of loops to the template processing. The previous attemptCharles Harris2008-04-231-123/+176
* Add nested loops to the template processor.Charles Harris2008-04-231-45/+69
* merge from distutils-revamp branch (step 1)cookedm2007-05-251-23/+17
|\
| * Branch numpy.distutils to distutils-revampcookedm2006-07-061-208/+0
|/
* Changed normpath to normcase to close #129Travis Oliphant2006-06-121-1/+1
* Apply Stephan's recommendation to fix issue #129 with line directives on ming...Travis Oliphant2006-05-251-1/+2
* Use sasha's patch to add #line to generated files (#85).cookedm2006-05-161-7/+14
* Run reindent.py (script distributed with Python) over the source to remove ex...cookedm2006-03-101-2/+2
* Moved scipy directory to numpyTravis Oliphant2006-01-041-0/+200