summaryrefslogtreecommitdiff
path: root/doc/postprocess.py
Commit message (Expand)AuthorAgeFilesLines
* MAINT: remove redundant open() modes and io.open() aliasMike Taves2022-10-291-3/+3
* Merge pull request #15702 from mwtoews/optparseCharles Harris2020-03-081-14/+7
|\
| * MAINT: replace optparse with argparse for 'doc' and 'tools' scriptsMike Taves2020-03-091-14/+7
* | convert shebang from python to python3 (#15687)Changqing Li2020-03-041-1/+1
|/
* MAINT: cleanup unused imports; avoid redefinition of importsMike Taves2020-02-061-1/+0
* STY: use `with open` when possibleSeth Troisi2020-01-211-7/+3
* MAINT: Remove unnecessary 'from __future__ import ...' statementsJon Dufresne2020-01-031-2/+0
* STY: Giant whitespace cleanup.Charles Harris2013-08-181-1/+1
* BUG: Use io.open instead of open for compatibility.Charles Harris2013-08-151-3/+5
* Explicitly set encoding to UTF-8 in postprocess.pySascha Peilicke2013-08-141-2/+2
* 2to3: Apply `print` fixer.Charles Harris2013-04-061-1/+1
* 2to3: Use absolute imports.Charles Harris2013-03-281-1/+1
* 2to3: Put `from __future__ import division in every python file.Charles Harris2013-03-011-0/+2
* docs: tweak latex build to recognize U+00A0 as a non-breaking spacePauli Virtanen2009-04-061-1/+0
* sphinxext: Sphinx 0.6 compatibility and deprecation warningsPauli Virtanen2009-04-011-0/+1
* Moved numpy-docs under doc/ in the main Numpy trunk.Pauli Virtanen2008-11-231-0/+59