summaryrefslogtreecommitdiff
path: root/numpy
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-1411-43/+43
|\
| * 2to3: Apply zip fixer.Charles Harris2013-04-1311-43/+43
* | Merge pull request #3241 from charris/2to3-apply-nonzero-fixerCharles Harris2013-04-141-0/+15
|\ \
| * | 2to3: Apply nonzero fixer.Charles Harris2013-04-131-0/+15
* | | Merge pull request #3238 from charris/2to3-apply-renames-fixerCharles Harris2013-04-142-10/+22
|\ \ \
| * | | 2to3: Apply renames fixer.Charles Harris2013-04-132-10/+22
| |/ /
* | | Merge pull request #3221 from seberg/document-relaxed-stridesCharles Harris2013-04-141-2/+11
|\ \ \
| * | | DOC: Add NPY_RELAXED_STRIDES_DOCUMENTATION doc to ndarry.flagsSebastian Berg2013-04-111-2/+11
* | | | Merge pull request #3237 from charris/2to3-apply-basestringCharles Harris2013-04-1411-15/+27
|\ \ \ \ | |_|_|/ |/| | |
| * | | 2to3: Apply basestring fixer.Charles Harris2013-04-1311-15/+27
| | |/ | |/|
* | | ENH: testing: remove an annoying line feed from skipif decoratorPauli Virtanen2013-04-131-2/+2
|/ /
* | 2to3: Apply the `numliterals` fixer and skip the `long` fixer.Charles Harris2013-04-1328-55/+75
* | 2to3: Apply itertools fixer.Charles Harris2013-04-122-4/+11
* | Merge pull request #3225 from seberg/cleanup_subscript-mergenjsmith2013-04-126-320/+482
|\ \
| * | 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
* | | replace exec by eval to ensure the c variable is defined for all relevant pyt...Jos de Kloe2013-04-121-1/+1
* | | 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-1022-100/+128
|\ \ | |/ |/|
| * 2to3: Apply `map` fixer.Charles Harris2013-04-1022-100/+128