summaryrefslogtreecommitdiff
path: root/numpy/lib
Commit message (Expand)AuthorAgeFilesLines
* 2to3: Apply urllib fixer.Charles Harris2013-04-142-10/+22
* Merge pull request #3244 from charris/2to3-apply-zip-fixerCharles Harris2013-04-145-23/+23
|\
| * 2to3: Apply zip fixer.Charles Harris2013-04-135-23/+23
* | 2to3: Apply basestring fixer.Charles Harris2013-04-134-3/+4
|/
* 2to3: Apply the `numliterals` fixer and skip the `long` fixer.Charles Harris2013-04-1310-16/+24
* 2to3: Apply itertools fixer.Charles Harris2013-04-122-4/+11
* FIX: rename xrange to range in python 2Sebastian Berg2013-04-111-1/+4
* MAINT: np.delete keep old out of bound/negative index behaviorSebastian Berg2013-04-112-19/+36
* TST: New tests for insert/delete covering warnings and corner casesSebastian Berg2013-04-111-9/+65
* FIX: insert/delete fixes and warnings for non-integer indicesSebastian Berg2013-04-111-25/+43
* ENH: larger fixes for np.delete and np.insert functionsSebastian Berg2013-04-112-55/+198
* Merge pull request #3216 from charris/2to3-apply-map-fixerCharles Harris2013-04-107-22/+24
|\
| * 2to3: Apply `map` fixer.Charles Harris2013-04-107-22/+24
* | ENH: add `invert` parameter to numpy.in1d().Julien Phalip2013-04-082-7/+35
|/
* Merge pull request #3205 from charris/2to3-apply-dict-fixerCharles Harris2013-04-077-9/+9
|\
| * 2to3: apply `dict` fixer.Charles Harris2013-04-067-9/+9
* | Merge pull request #3202 from charris/2to3-reduce-fixupsnjsmith2013-04-072-5/+2
|\ \ | |/ |/|
| * MAINT: Cleanup some imports involving reduce.Charles Harris2013-04-062-5/+2
* | 2to3: Apply `print` fixer.Charles Harris2013-04-0642-80/+80
|/
* Merge pull request #3191 from charris/2to3-apply-imports-fixerCharles Harris2013-04-0611-286/+314
|\
| * 2to3: Apply `imports` fixer.Charles Harris2013-04-0211-286/+314
* | Merge pull request #460 from endolith/regex_formattingCharles Harris2013-04-039-12/+12
|\ \ | |/ |/|
| * DOC: regex-assisted fixes of definition list formattingendolith2013-03-194-5/+6
| * DOC: Used regex to find colons missing spaces which render wrong online, also...endolith2013-03-195-7/+6
* | Merge pull request #3178 from charris/2to3-apply-import-fixernjsmith2013-04-0241-69/+69
|\ \
| * | 2to3: Use absolute imports.Charles Harris2013-03-2841-69/+69
* | | Merge pull request #3104 from seberg/nditer-allow-0dCharles Harris2013-04-011-24/+1
|\ \ \ | |/ / |/| |
| * | MAINT: Remove np.ndindex 0-d hack.Sebastian Berg2013-03-031-24/+1
* | | 2to3: Replace xrange by range and use list(range(...)) where neededCharles Harris2013-03-279-15/+15
| |/ |/|
* | TST: Get rid of a ResourceWarning.Charles Harris2013-03-031-6/+15
|/
* Merge pull request #3026 from charris/2to3-fix-printCharles Harris2013-03-0142-17/+97
|\
| * 2to3: Put `from __future__ import division in every python file.Charles Harris2013-03-0142-17/+97
* | 2to3: Apply `methodattrs` fixes.Charles Harris2013-03-011-3/+3
|/
* 2to3: Apply `raise` fixes. Closes #3077.Charles Harris2013-03-011-2/+2
* Merge pull request #3047 from charris/2to3-callablenjsmith2013-02-281-1/+2
|\
| * 2to3: Fix callable.Charles Harris2013-02-281-1/+2
* | Merge pull request #3059 from charris/2to3-funcattrsnjsmith2013-02-281-4/+4
|\ \
| * | 2to3: Apply `funcattrs` fixer. Closes #3058.Charles Harris2013-02-281-4/+4
| |/
* | 2to3: apply exec fixer results.Charles Harris2013-02-281-1/+1
|/
* 2to3: Use modern exception syntax.Charles Harris2013-02-264-7/+7
* Update numpy/lib/function_base.pyAndreas Hilboll2013-02-171-1/+1
* BUG: Make nansum work with booleans.Charles Harris2013-02-122-1/+12
* TST: Add a test for ndindex call.Travis E. Oliphant2013-01-211-0/+4
* Fix-up logic for checking for zero-d arrays.Travis E. Oliphant2013-01-211-1/+3
* Merge pull request #2914 from charris/remove-scons-supportCharles Harris2013-01-153-25/+0
|\
| * DEP: Remove scons related files and code.Charles Harris2013-01-133-25/+0
* | Fix 0-d ndincr to have correct return value.Travis E. Oliphant2013-01-111-1/+1
* | Fix the test for numpy.ndindex()Travis E. Oliphant2013-01-112-5/+24
* | Use super instead of direct access to inheritance.Travis E. Oliphant2013-01-101-1/+1
* | Fix the 0-d patch so it doesn't change the non 0-d iteratorTravis E. Oliphant2013-01-101-11/+11