summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* 2to3: Apply urllib fixer.Charles Harris2013-04-143-11/+23
* Merge pull request #3245 from charris/2to3-apply-isinstance-fixerCharles Harris2013-04-141-1/+1
|\
| * 2to3: Skip isinstance fixer.Charles Harris2013-04-141-1/+1
|/
* Merge pull request #3244 from charris/2to3-apply-zip-fixerCharles Harris2013-04-1413-54/+54
|\
| * 2to3: Apply zip fixer.Charles Harris2013-04-1313-54/+54
* | Merge pull request #3241 from charris/2to3-apply-nonzero-fixerCharles Harris2013-04-142-1/+16
|\ \
| * | 2to3: Apply nonzero fixer.Charles Harris2013-04-132-1/+16
* | | Merge pull request #3238 from charris/2to3-apply-renames-fixerCharles Harris2013-04-143-11/+23
|\ \ \
| * | | 2to3: Apply renames fixer.Charles Harris2013-04-133-11/+23
| |/ /
* | | Merge pull request #3221 from seberg/document-relaxed-stridesCharles Harris2013-04-145-16/+112
|\ \ \
| * | | DOC: Add NPY_RELAXED_STRIDES_DOCUMENTATION doc to ndarry.flagsSebastian Berg2013-04-111-2/+11
| * | | DOC: Document NPY_RELAXED_STRIDES_CHECKING changesSebastian Berg2013-04-114-14/+101
* | | | Merge pull request #3237 from charris/2to3-apply-basestringCharles Harris2013-04-1412-16/+28
|\ \ \ \ | |_|_|/ |/| | |
| * | | 2to3: Apply basestring fixer.Charles Harris2013-04-1312-16/+28
| | |/ | |/|
* | | Merge pull request #3239 from pv/skipif-lfCharles Harris2013-04-131-2/+2
|\ \ \ | |/ / |/| |
| * | ENH: testing: remove an annoying line feed from skipif decoratorPauli Virtanen2013-04-131-2/+2
|/ /
* | Merge pull request #3232 from charris/2to3-apply-numliterals-fixerCharles Harris2013-04-1329-58/+78
|\ \
| * | 2to3: Apply the `numliterals` fixer and skip the `long` fixer.Charles Harris2013-04-1329-58/+78
|/ /
* | Merge pull request #3236 from charris/2to3-apply-itertoolsnjsmith2013-04-133-5/+12
|\ \
| * | 2to3: Apply itertools fixer.Charles Harris2013-04-123-5/+12
|/ /
* | Merge pull request #3235 from charris/2to3-apply-itertools_importsCharles Harris2013-04-121-1/+1
|\ \
| * | 2to3: Skip itertools_imports fixer.Charles Harris2013-04-121-1/+1
|/ /
* | Merge pull request #3231 from charris/2to3-skip-setliteral-fixerCharles Harris2013-04-121-1/+1
|\ \
| * | 2to3: Skip `setliteral` fixer.Charles Harris2013-04-121-1/+1
|/ /
* | 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