summaryrefslogtreecommitdiff
path: root/numpy/lib/arraypad.py
Commit message (Expand)AuthorAgeFilesLines
...
* 2to3: apply `dict` fixer.Charles Harris2013-04-061-1/+1
* 2to3: Apply `print` fixer.Charles Harris2013-04-061-1/+1
* Merge pull request #460 from endolith/regex_formattingCharles Harris2013-04-031-2/+2
|\
| * DOC: Used regex to find colons missing spaces which render wrong online, also...endolith2013-03-191-2/+2
* | 2to3: Use absolute imports.Charles Harris2013-03-281-1/+1
* | 2to3: Replace xrange by range and use list(range(...)) where neededCharles Harris2013-03-271-1/+1
|/
* 2to3: Put `from __future__ import division in every python file.Charles Harris2013-03-011-0/+2
* STY: Touch up documentation in arraypad.pyCharles Harris2012-04-041-111/+125
* ENH: Add module containing functions for padding n-dimensional arrays.tim cera2012-04-041-0/+767