summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Merge pull request #3102 from seberg/nditer-fix-op_axes-initializationCharles Harris2013-03-012-1/+3
|\
| * BUG: initialize op_axes when only itershape is givenSebastian Berg2013-03-012-1/+3
|/
* Merge pull request #3099 from charris/2to3-methodattrsnjsmith2013-03-014-10/+7
|\
| * 2to3: Apply `methodattrs` fixes.Charles Harris2013-03-014-10/+7
* | Merge pull request #3056 from charris/2to3-filterCharles Harris2013-03-018-25/+31
|\ \ | |/ |/|
| * BUG: Fix `not a in ...` to `a not in ...`.Charles Harris2013-02-281-14/+15
| * REF: Replace filters with list comprehensions.Charles Harris2013-02-285-21/+26
| * 2to3: Apply `filter` fixes. Closes #3053.Charles Harris2013-02-288-24/+24
* | Merge branch '2to3-raise'Charles Harris2013-03-0112-27/+27
|\ \
| * | 2to3: Apply `raise` fixes. Closes #3077.Charles Harris2013-03-0112-27/+27
|/ /
* | Merge pull request #3101 from charris/remove-benchmarksnjsmith2013-03-015-146/+0
|\ \
| * | REM: Remove benchmarks files.Charles Harris2013-02-285-146/+0
| |/
* | Merge pull request #3097 from charris/2to3-sys_excnjsmith2013-03-012-4/+4
|\ \
| * | 2to3: Apply `sys_exc` fixes. Closes #3086.Charles Harris2013-02-282-4/+4
| |/
* | Merge pull request #2967 from sbyrnes321/masterCharles Harris2013-02-282-0/+34
|\ \
| * | DOC: Add example showing how a view of a slice can misbehaveSteve2013-02-051-0/+16
| * | DOC -- add another paragraph note to ndarray.view docs (cont'd)Steve2013-02-052-11/+17
| * | DOC -- add another paragraph note to ndarray.view docsSteve2013-02-042-0/+12
* | | Merge pull request #2988 from ewmoore/methdot2697Charles Harris2013-02-282-5/+21
|\ \ \
| * | | BUG: use the PyUString_FromString macro for Py3 compat instead.Eric Moore2013-02-151-1/+1
| * | | BUG: PyString_FromString isn't py3 compatible.Eric Moore2013-02-151-1/+1
| * | | FIX: use PyObject_CallMethodObjArgs in array_dotEric Moore2013-02-152-4/+9
| * | | BUG: gh-2687 make multiarray dot method accept out array and keywordEric Moore2013-02-142-5/+16
* | | | Merge branch 'enh-numpydoc'Charles Harris2013-02-2819-92/+279
|\ \ \ \
| * | | | DOC: fix doc/source/conf.py to work with Python 3Pauli Virtanen2013-02-271-2/+2
| * | | | BUG: numpydoc: check that it works with sub-classesPauli Virtanen2013-02-162-1/+5
| * | | | TST: numpydoc: more class testsPauli Virtanen2013-02-161-2/+114
| * | | | BUG: numpydoc: fix bugs in attribute docstring extraction + improve presentationPauli Virtanen2013-02-162-16/+34
| * | | | TST: numpydoc: add stub test files, to check that files at least importPauli Virtanen2013-02-164-0/+12
| * | | | MAINT: always use plot directive from Matplotlib, and prefer Sphinx linkcodePauli Virtanen2013-02-161-22/+3
| * | | | ENH: numpydoc: Python 2 & 3 in single codebase, restructure as a packagePauli Virtanen2013-02-1614-47/+89
| * | | | ENH: numpydoc: deal with duplicated signaturesPauli Virtanen2013-02-162-7/+25
| * | | | DOC: numpydoc/linkcode: mention that the extension will be in Sphinx upstreamPauli Virtanen2013-02-161-2/+2
| * | | | BUG: numpydoc/linkcode: do not detect linkcode config changesPauli Virtanen2013-02-161-1/+1
* | | | | Merge pull request #3047 from charris/2to3-callablenjsmith2013-02-2811-14/+25
|\ \ \ \ \
| * | | | | 2to3: Fix callable.Charles Harris2013-02-2811-14/+25
| | |_|_|/ | |/| | |
* | | | | Merge pull request #3059 from charris/2to3-funcattrsnjsmith2013-02-287-13/+13
|\ \ \ \ \
| * | | | | 2to3: Apply `funcattrs` fixer. Closes #3058.Charles Harris2013-02-287-13/+13
| |/ / / /
* | | | | Merge pull request #3049 from charris/2to3-execnjsmith2013-02-2814-21/+21
|\ \ \ \ \
| * | | | | 2to3: apply exec fixer results.Charles Harris2013-02-2814-21/+21
| |/ / / /
* | | | | Merge pull request #3055 from charris/2to3-execfilenjsmith2013-02-281-1/+1
|\ \ \ \ \ | |/ / / / |/| | | |
| * | | | 2to3: apply `execfile` fixer results.Charles Harris2013-02-281-1/+1
|/ / / /
* | | | Merge pull request #2950 from seberg/issue-2949njsmith2013-02-282-3/+37
|\ \ \ \
| * | | | BUG: Fix strides of trailing 1s when reshapingSebastian Berg2013-01-252-3/+37
* | | | | Merge pull request #3027 from charris/2to3-remove-has_key-updateseberg2013-02-272-4/+4
|\ \ \ \ \
| * | | | | 2to3: Remove `has_key` use that was missed.Charles Harris2013-02-272-4/+4
* | | | | | Merge pull request #3028 from charris/2to3-except-updateseberg2013-02-277-9/+9
|\ \ \ \ \ \ | |/ / / / / |/| | | | |
| * | | | | 2to3: Updata `except Exception, msg:` syntax in files not in numpy/ .Charles Harris2013-02-277-9/+9
|/ / / / /
* | | | | Merge pull request #2943 from rgommers/bento-ini-filesRalf Gommers2013-02-271-0/+24
|\ \ \ \ \
| * | | | | BUG: npy-pkg-config ini files were missing after Bento build.Ralf Gommers2013-01-221-0/+24