Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | STY: pep8 and pep257 audit. | Josh Warner (Mac) | 2013-05-07 | 1 | -89/+101 |
* | 2to3: Apply the `numliterals` fixer and skip the `long` fixer. | Charles Harris | 2013-04-13 | 1 | -0/+1 |
* | 2to3: apply `dict` fixer. | Charles Harris | 2013-04-06 | 1 | -1/+1 |
* | 2to3: Apply `print` fixer. | Charles Harris | 2013-04-06 | 1 | -1/+1 |
* | Merge pull request #460 from endolith/regex_formatting | Charles Harris | 2013-04-03 | 1 | -2/+2 |
|\ | |||||
| * | DOC: Used regex to find colons missing spaces which render wrong online, also... | endolith | 2013-03-19 | 1 | -2/+2 |
* | | 2to3: Use absolute imports. | Charles Harris | 2013-03-28 | 1 | -1/+1 |
* | | 2to3: Replace xrange by range and use list(range(...)) where needed | Charles Harris | 2013-03-27 | 1 | -1/+1 |
|/ | |||||
* | 2to3: Put `from __future__ import division in every python file. | Charles Harris | 2013-03-01 | 1 | -0/+2 |
* | STY: Touch up documentation in arraypad.py | Charles Harris | 2012-04-04 | 1 | -111/+125 |
* | ENH: Add module containing functions for padding n-dimensional arrays. | tim cera | 2012-04-04 | 1 | -0/+767 |