summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* BUG: Fixup use of undefined macros and remove redundant code.Charles Harris2013-01-051-18/+2
* MAINT: Remove tabs from numpyconfig.h.Charles Harris2013-01-051-9/+9
* MAINT: Gather NPY_SIZEOF* macros into one spot.Charles Harris2013-01-051-6/+9
* MAINT: Add some macros to noprefix.hCharles Harris2013-01-051-7/+22
* MAINT: Remove unneeded include from ndarraytypes.h.Charles Harris2013-01-051-3/+0
* MAINT: Remove unneeded comment form arrayobject.hCharles Harris2013-01-051-11/+0
* Merge pull request #2886 from seberg/complex256-byteswapCharles Harris2013-01-052-25/+28
|\
| * BUG: Fix byteswapping for complex scalarsSebastian Berg2013-01-052-25/+28
* | Merge pull request #2884 from Juanlu001/patch-1njsmith2013-01-041-1/+1
|\ \
| * | Fixed choice docstring, wrong default sizeJuan Luis Cano Rodríguez2013-01-041-1/+1
|/ /
* | Merge pull request #2879 from rgommers/issue-413-arm-failuresnjsmith2013-01-036-126/+69
|\ \ | |/ |/|
| * TST: remove Python 2.4 and 2.5 testing from Travis config.Ralf Gommers2013-01-032-50/+0
| * MAINT: remove painful to look at exec statement from np.errstate test.Ralf Gommers2013-01-021-28/+16
| * TST: skip floating point warning test failures on ARM. Closes gh-413.Ralf Gommers2013-01-024-49/+54
|/
* Merge pull request #2874 from certik/fixdocnjsmith2012-12-311-1/+1
|\
| * DOC: Add missing minus signOndřej Čertík2012-12-311-1/+1
|/
* Merge pull request #2873 from sandrotosi/master-numpy.orgRalf Gommers2012-12-312-2/+2
|\
| * fix array interface documentation linksSandro Tosi2012-12-302-2/+2
|/
* Merge pull request #2872 from sandrotosi/master-numpy.orgRalf Gommers2012-12-304-4/+4
|\
| * move to www.numpy.orgSandro Tosi2012-12-304-4/+4
|/
* Merge pull request #2863 from njsmith/remove-weird-type-checkCharles Harris2012-12-282-8/+3
|\
| * FIX: remove a spurious check in get_cast_transfer_functionNathaniel J. Smith2012-12-282-8/+3
* | Merge pull request #2864 from certik/addpy3.3Ondřej Čertík2012-12-281-0/+4
|\ \ | |/ |/|
| * BLD: Add support for Python 3.3 in paverOndřej Čertík2012-12-281-0/+4
|/
* Merge pull request #2858 from certik/document_datetimeCharles Harris2012-12-271-11/+61
|\
| * DOC: Add a blank line to multiline commentsOndřej Čertík2012-12-271-3/+6
| * DOC: Thoroughly document datetime issuesOndřej Čertík2012-12-271-11/+58
* | DOC: document the change in .baseOndřej Čertík2012-12-271-0/+27
|/
* Merge pull request #2856 from certik/fix568Charles Harris2012-12-261-2/+2
|\
| * FIX: Use the NPY_TIME_T macro everywhereOndřej Čertík2012-12-261-2/+2
|/
* Merge pull request #2850 from certik/travis_fixnjsmith2012-12-261-1/+1
|\
| * TST: Replace Python 3.1 test with 3.3.Ondřej Čertík2012-12-201-1/+1
* | Merge pull request #2853 from certik/forwardport2797Ondřej Čertík2012-12-263-13/+66
|\ \
| * | Add fix to unit test; remove debug loggingJay Bourque2012-12-262-11/+5
| * | Add debug logging to figure out why unit test fails on TravisJay Bourque2012-12-261-0/+10
| * | Refactor unit tests and add DECREFJay Bourque2012-12-262-7/+11
| * | Modify unit tests for 32 bit supportJay Bourque2012-12-261-2/+17
| * | Refactor to cover more cases; modify unit testsJay Bourque2012-12-263-30/+38
| * | Fix invalid typestring sizeJay Bourque2012-12-261-0/+22
|/ /
* | Merge pull request #2852 from matthew-brett/add-mailmapRalf Gommers2012-12-261-0/+20
|\ \
| * | ENH - .mailmap file to harmonize git shortlogMatthew Brett2012-12-241-0/+20
* | | Merge pull request #2800 from seberg/issue2755njsmith2012-12-212-2/+20
|\ \ \ | |_|/ |/| |
| * | TST: Add test for in1d ravellingSebastian Berg2012-12-161-0/+13
| * | BUG: Fix regression for in1d with non-array inputSebastian Berg2012-12-082-2/+7
* | | Merge pull request #2710 from jsalvatier/mapapi3njsmith2012-12-193-13/+29
|\ \ \
| * \ \ goto fail betterJohn Salvatier2012-12-021-1/+1
| |\ \ \
| | * | | wrong error checkJohn Salvatier2012-11-192-5/+5
| | * | | gave PyArray_MapIterBind an error code on exitJohn Salvatier2012-11-191-9/+12
| | * | | tabs -> spacesJohn Salvatier2012-11-091-5/+5
| | * | | added a fix for 1d iteration which was failing and a test to test that caseJohn Salvatier2012-11-062-0/+12