summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* BUG: Repair testsHan Genuit2013-04-111-1/+1
* BUG: Fix failing subscript test casesHan Genuit2013-04-112-30/+48
* DOC: Re-insert commentHan Genuit2013-04-111-1/+8
* BUG: Fix old case for boolean subscripts with non-matching shape.Han Genuit2013-04-111-1/+1
* STY: Text changes.Han Genuit2013-04-111-13/+6
* BUG: Multiple fixes from merging.Han Genuit2013-04-111-5/+5
* TST: Add more indexing tests.Han Genuit2013-04-111-8/+78
* ENH: Change IndexError to ValueError for integer conversion errors.Han Genuit2013-04-111-5/+10
* ENH: Optimize array_subscript by removing redundant error check.872013-04-111-5/+0
* BUG: Tuple conversion may not propagate errors from int conversion.872013-04-111-0/+1
* ENH: Small optimization for redundant PyArray_Check872013-04-111-2/+1
* BLD: Declare array_ass_item_object before use.872013-04-111-6/+6
* ENH: Cleanup subscript assignment code.Han2013-04-111-46/+66
* ENH: Rename array_ass_big_item to array_ass_item_objectHan2013-04-111-11/+10
* ENH: Optimization in subscript_simple for arrays with size > 1Han2013-04-111-22/+31
* ENH: Change silent integer conversion failure into index error.872013-04-111-4/+5
* ENH: Rename array_subscript to array_subscipt_fromobject and refactor array_s...872013-04-112-197/+108
* ENH: Move Python related subscript code into array_subscript872013-04-111-6/+86
* ENH: Use array_subscript_asarray to ensure an array type return value872013-04-113-2/+12
* ENH: Move fancy indexing code and ellipse check code into own functions.872013-04-111-59/+71
* ENH: Cleanup and simplify array_item code.872013-04-114-32/+46
* Merge pull request #3223 from charris/2to3-skip-future-fixerCharles Harris2013-04-101-1/+1
|\
| * 2to3: Skip `future` fixer.Charles Harris2013-04-101-1/+1
|/
* Merge pull request #3216 from charris/2to3-apply-map-fixerCharles Harris2013-04-1024-127/+176
|\
| * 2to3: Apply `map` fixer.Charles Harris2013-04-1024-127/+176
* | Merge pull request #3005 from jphalip/in1d-inverseCharles Harris2013-04-095-11/+59
|\ \
| * | ENH: add `invert` parameter to numpy.in1d().Julien Phalip2013-04-085-11/+59
|/ /
* | Merge pull request #3210 from ivanov/github-issues-linkedCharles Harris2013-04-082-13/+11
|\ \ | |/ |/|
| * DOC: incorporate @charris' suggestionsPaul Ivanov2013-04-082-2/+2
| * DOC: point to the github issues pagePaul Ivanov2013-04-082-13/+11
|/
* Merge pull request #3208 from charris/2to3-apply-repr-fixernjsmith2013-04-0822-133/+134
|\
| * 2to3: Apply `repr` fixer.Charles Harris2013-04-0822-133/+134
|/
* Merge pull request #3206 from charris/forward-port-1.7.1-notesnjsmith2013-04-081-0/+25
|\
| * ENH: Forward port `1.7.1` release notes.Charles Harris2013-04-071-0/+25
|/
* Merge pull request #3205 from charris/2to3-apply-dict-fixerCharles Harris2013-04-0731-87/+88
|\
| * MAINT: Fixup more dictionary fixer fixes.Charles Harris2013-04-075-9/+9
| * 2to3: apply `dict` fixer.Charles Harris2013-04-0632-94/+95
* | Merge pull request #3188 from asford/masterCharles Harris2013-04-072-0/+32
|\ \
| * | Resolving void scalar PyArray_Scalar constructor style issues.Alex Ford2013-04-062-10/+16
| * | Fixing void scalar PyArray_Scalar constructor when *base==null.Alex Ford2013-04-012-0/+26
* | | Merge pull request #3202 from charris/2to3-reduce-fixupsnjsmith2013-04-0711-32/+13
|\ \ \ | |_|/ |/| |
| * | MAINT: Cleanup some imports involving reduce.Charles Harris2013-04-0611-32/+13
* | | Merge pull request #3203 from charris/2to3-apply-print-fixernjsmith2013-04-06422-894/+888
|\ \ \ | |/ / |/| |
| * | 2to3: Apply `print` fixer.Charles Harris2013-04-06422-894/+888
|/ /
* | Merge pull request #3201 from charris/2to3-apply-imports2-fixernjsmith2013-04-061-1/+2
|\ \
| * | MAINT: Append comma to last item tools/py3tool.py skipped fixers.Charles Harris2013-04-061-1/+1
| * | 2to3: Apply `imports2` fixer.Charles Harris2013-04-061-1/+2
|/ /
* | Merge pull request #3191 from charris/2to3-apply-imports-fixerCharles Harris2013-04-0644-452/+514
|\ \
| * | BUG: Fix stray '.' in import statement.Charles Harris2013-04-021-2/+2
| * | 2to3: Apply `imports` fixer.Charles Harris2013-04-0244-451/+513