summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
| * | 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 #3229 from jdkloe/masternjsmith2013-04-121-1/+1
|\ \ \
| * | | replace exec by eval to ensure the c variable is defined for all relevant pyt...Jos de Kloe2013-04-121-1/+1
|/ / /
* | | Merge pull request #3227 from charris/2to3-apply-funcattrsCharles Harris2013-04-111-1/+1
|\ \ \
| * | | 2to3: Skip `funcattrs` fixer.Charles Harris2013-04-111-1/+1
* | | | Merge pull request #452 from seberg/enhdelnjsmith2013-04-113-63/+314
|\ \ \ \ | |/ / / |/| | |
| * | | FIX: rename xrange to range in python 2Sebastian Berg2013-04-111-1/+4
| * | | DOC: Fixup of delete/insert changes in release notesSebastian Berg2013-04-111-7/+13
| * | | 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-113-55/+206
| |/ /
* | | Merge pull request #3226 from charris/2to3-apply-buffer-fixerCharles Harris2013-04-111-1/+1
|\ \ \ | |/ / |/| |
| * | 2to3: Skip buffer fixer.Charles Harris2013-04-111-1/+1
|/ /
* | 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
* | | Merge pull request #3200 from njsmith/travis-full-testsCharles Harris2013-04-061-1/+1
|\ \ \
| * | | [BLD] Run 'full' test suite on Travis, including 'slow' testsNathaniel J. Smith2013-04-061-1/+1
* | | | MAINT: Replace xrange by range.Charles Harris2013-04-061-7/+7
|/ / /
* | | Merge pull request #3197 from charris/fix-release-notes-formattingnjsmith2013-04-058-105/+101
|\ \ \
| * | | MAINT: Fix release notes formatting.Charles Harris2013-04-048-105/+101
|/ / /
* | | Merge pull request #2965 from charris/fix-qr-modeCharles Harris2013-04-044-36/+235
|\ \ \