summaryrefslogtreecommitdiff
path: root/numpy/core
Commit message (Expand)AuthorAgeFilesLines
* Merge pull request #3244 from charris/2to3-apply-zip-fixerCharles Harris2013-04-143-4/+4
|\
| * 2to3: Apply zip fixer.Charles Harris2013-04-133-4/+4
* | Merge pull request #3238 from charris/2to3-apply-renames-fixerCharles Harris2013-04-141-2/+6
|\ \
| * | 2to3: Apply renames fixer.Charles Harris2013-04-131-2/+6
| |/
* | 2to3: Apply basestring fixer.Charles Harris2013-04-132-2/+3
|/
* 2to3: Apply the `numliterals` fixer and skip the `long` fixer.Charles Harris2013-04-137-21/+19
* TST: Clarify empty fancy index testSebastian Berg2013-04-121-4/+5
* MAINT: Error type fixup and clearer error messageSebastian Berg2013-04-122-7/+7
* STY: Use PyArray_BYTES to get char*Sebastian Berg2013-04-121-2/+2
* MAINT: Add lost code to array_subscript_fromobjectSebastian Berg2013-04-111-0/+8
* MAINT: Fixup merge mistakesSebastian Berg2013-04-111-2/+2
* ENH: Add exception to _nonzero_indices for zero-dim arraysHan Genuit2013-04-111-0/+9
* 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
* 2to3: Apply `map` fixer.Charles Harris2013-04-104-62/+84
* 2to3: Apply `repr` fixer.Charles Harris2013-04-081-2/+2
* Merge pull request #3205 from charris/2to3-apply-dict-fixerCharles Harris2013-04-076-8/+8
|\
| * MAINT: Fixup more dictionary fixer fixes.Charles Harris2013-04-073-5/+5
| * 2to3: apply `dict` fixer.Charles Harris2013-04-066-12/+12
* | 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-071-2/+1
|\ \ \ | |_|/ |/| |
| * | MAINT: Cleanup some imports involving reduce.Charles Harris2013-04-061-2/+1
* | | 2to3: Apply `print` fixer.Charles Harris2013-04-0658-73/+73
|/ /
* | Merge pull request #3191 from charris/2to3-apply-imports-fixerCharles Harris2013-04-067-46/+54
|\ \
| * | 2to3: Apply `imports` fixer.Charles Harris2013-04-027-46/+54
* | | MAINT: Replace xrange by range.Charles Harris2013-04-061-7/+7
* | | Merge pull request #460 from endolith/regex_formattingCharles Harris2013-04-035-14/+14
|\ \ \
| * | | DOC: regex-assisted fixes of definition list formattingendolith2013-03-191-1/+2
| * | | DOC: Used regex to find colons missing spaces which render wrong online, also...endolith2013-03-194-13/+12