summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
| * | | | removed fancy check and added more informative messageJohn Salvatier2012-12-011-7/+8
| * | | | wrong error checkJohn Salvatier2012-12-012-5/+5
| * | | | gave PyArray_MapIterBind an error code on exitJohn Salvatier2012-12-011-9/+12
| * | | | tabs -> spacesJohn Salvatier2012-12-011-5/+5
| * | | | added a fix for 1d iteration which was failing and a test to test that caseJohn Salvatier2012-12-012-0/+12
* | | | | Merge pull request #2836 from cgohlke/patch-2Ralf Gommers2012-12-171-1/+13
|\ \ \ \ \
| * | | | | Fix unicode tests for flexible string representation on Python 3.3cgohlke2012-12-161-1/+13
* | | | | | Merge pull request #2818 from juliantaylor/spellingCharles Harris2012-12-171-1/+1
|\ \ \ \ \ \
| * | | | | | fix a spelling errorJulian Taylor2012-12-141-1/+1
* | | | | | | Merge pull request #2833 from charris/fix-deprecation-testsCharles Harris2012-12-161-110/+133
|\ \ \ \ \ \ \
| * | | | | | | MAINT: test_deprecations.py cleanups.Charles Harris2012-12-161-34/+33
| * | | | | | | MAINT: Refactor test_deprecations.pyCharles Harris2012-12-151-89/+113
* | | | | | | | Merge pull request #2835 from charris/update-1.8.0-notesRalf Gommers2012-12-161-117/+14
|\ \ \ \ \ \ \ \
| * | | | | | | | DOC: Note that Euler's constant is exposed in numpy 1.8.0.Charles Harris2012-12-161-0/+2
| * | | | | | | | MAINT: Cleanup 1.8.0-notes.rst.Charles Harris2012-12-161-117/+12
| |/ / / / / / /
* | | | | | | | Merge pull request #2834 from charris/cleanup-1.7.0-notesOndřej Čertík2012-12-161-139/+68
|\ \ \ \ \ \ \ \ | |_|_|/ / / / / |/| | | | | | |
| * | | | | | | MAINT: Update and cleanup 1.7.0-notes.rst.Charles Harris2012-12-161-139/+68
| |/ / / / / /
* | | | | | | Merge pull request #2779 from charris/add-eulerCharles Harris2012-12-161-1/+3
|\ \ \ \ \ \ \
| * | | | | | | MAINT: Use NPY_E to expose 'e'.Charles Harris2012-12-021-1/+1
| * | | | | | | ENH: Expose Euler-Mascheroni constant.Charles Harris2012-12-021-0/+2
| | |_|/ / / / | |/| | | | |
* | | | | | | Merge pull request #2831 from certik/fix2738Travis E. Oliphant2012-12-151-4/+8
|\ \ \ \ \ \ \ | |_|/ / / / / |/| | | | | |
| * | | | | | FIX: Fixes the segfault in PyArray_FromScalarOndřej Čertík2012-12-151-4/+8
|/ / / / / /
* | | | | | Merge pull request #2823 from seberg/random-choice-statenjsmith2012-12-153-1260/+1076
|\ \ \ \ \ \ | |_|_|_|_|/ |/| | | | |
| * | | | | BUG: internal call fix in random.choiceSebastian Berg2012-12-153-1260/+1076
| | |/ / / | |/| | |
* | | | | Merge pull request #2812 from dwf/deprecate_scalar_floatCharles Harris2012-12-144-39/+297
|\ \ \ \ \ | |/ / / / |/| | | |
| * | | | DOC: Comments about deprecation timeframe.David Warde-Farley2012-12-141-0/+16
| * | | | DOC: Deprecation info for float-slicing.David Warde-Farley2012-12-141-7/+22
| * | | | ENH: DeprecationWarning for non-int slice indices.David Warde-Farley2012-12-141-2/+35
| * | | | TST: Add tests for non-int slice deprecation.David Warde-Farley2012-12-141-3/+68
| * | | | TST: disable DeprecationWarning tests in 2.4David Warde-Farley2012-12-141-1/+6
| * | | | REF: nested conditionals for readability.David Warde-Farley2012-12-141-24/+30
| * | | | ENH: Add NPY_INLINE to _is_full_index.David Warde-Farley2012-12-131-1/+1
| * | | | REF: move tuple checks into function.David Warde-Farley2012-12-131-5/+8
| * | | | STY: comment blank line/*'s.David Warde-Farley2012-12-131-5/+6
| * | | | Fix typo in module-level comment.David Warde-Farley2012-12-131-1/+1
| * | | | BUG: Bubble errors from _tuple_of_integers.David Warde-Farley2012-12-131-11/+20
| * | | | BUG: Explicitly bubble errors up, simple case.David Warde-Farley2012-12-132-4/+8
| * | | | TST: Add back failing tests + negative index.David Warde-Farley2012-12-131-10/+13
| * | | | TST: Add tests for deprecation warnings.David Warde-Farley2012-12-131-0/+79
| * | | | STY: C code style.David Warde-Farley2012-12-132-6/+3
| * | | | DOC: Clarify a C code comment.David Warde-Farley2012-12-121-1/+4
| * | | | ENH: warning on silent truncation of indicesDavid Warde-Farley2012-12-123-1/+20
* | | | | Merge pull request #2794 from mwiebe/complex_copy_misalignmentOndřej Čertík2012-12-132-0/+31
|\ \ \ \ \
| * | | | | TST: Add a test for bug gh-2668Mark Wiebe2012-12-111-0/+17
| * | | | | BUG: Attempt to fix sparc segfault (gh-2668)Mark Wiebe2012-12-061-0/+14
* | | | | | Merge pull request #2792 from certik/multi_archOndřej Čertík2012-12-131-0/+13
|\ \ \ \ \ \
| * | | | | | FIX: Add multiarch paths to the distutils' onesOndřej Čertík2012-12-131-0/+13
|/ / / / / /
* | | | | | Merge pull request #2793 from certik/pull-request-2727Ondřej Čertík2012-12-133-3310/+3876
|\ \ \ \ \ \ | |_|/ / / / |/| | | | |
| * | | | | MAINT: Regenerate mtrand.cSebastian Berg2012-12-061-3294/+3819
| * | | | | TST: Add tests for new feature and fix in random.choiceSebastian Berg2012-12-061-1/+27