summaryrefslogtreecommitdiff
path: root/numpy/distutils/conv_template.py
Commit message (Expand)AuthorAgeFilesLines
* MAINT: remove `print()`'s in distutils template handlingRalf Gommers2021-06-271-1/+0
* MAINT: Added Chain exceptions where appropriate (#18394)Abhay Raghuvanshi2021-03-181-2/+2
* Fixed exception cause in cov_template.pyAbhay Raghuvanshi2021-02-021-1/+1
* MAINT: regex char class improveTyler Reddy2020-12-281-2/+2
* convert shebang from python to python3 (#15687)Changqing Li2020-03-041-1/+1
* Merge pull request #15248 from eric-wieser/avoid-exc_infoCharles Harris2020-01-051-8/+3
|\
| * MAINT: cleanup use of sys.exc_infoEric Wieser2020-01-051-8/+3
* | MAINT: Remove unnecessary 'from __future__ import ...' statementsJon Dufresne2020-01-031-2/+0
|/
* Revert contextlib changesBharat123rox2019-05-081-7/+4
* Add missing importsBharat123rox2019-05-081-0/+1
* Add code review suggestions from @eric-wieserBharat123rox2019-05-081-7/+7
* Fixed possible regressionsBharat123rox2019-05-081-0/+2
* Use with statement to open/close files to fix LGTM alertsBharat123rox2019-05-071-16/+16
* MAINT: Use list and dict comprehension when possible (#12445)Roman Yurchak2018-12-011-4/+2
* 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