summaryrefslogtreecommitdiff
path: root/numpy/core/src/umath/test_rational.c.src
AgeCommit message (Expand)AuthorFilesLines
2017-12-09BUG: Only read second part of rational tuple if two values existSebastian Berg1-5/+7
2017-08-11MAINT: Use the error_converting macro where possibleEric Wieser1-3/+6
2016-09-06DOC: change Numpy to NumPy in dosctrings and commentsPierre de Buyl1-1/+1
2015-07-03MAINT: remove a bunch of compiler warningsJulian Taylor1-1/+1
2014-08-17MAINT: Get rid of some harmless gcc warnings about macro redefines.Charles Harris1-1/+1
2014-01-19MAINT: fix build warnings in test_rational.c.srcRalf Gommers1-2/+3
2014-01-12MAINT: umath: get rid of "statement with no effect" warningLars Buitinck1-1/+0
2013-10-24MAINT|BUG: Some small refcounting fixesSebastian Berg1-0/+3
2013-09-07BUG: fix test_rational PyNumberMethods for python3Julian Taylor1-0/+12
2013-08-11BUG: Fix variable declaration after statement.Charles Harris1-7/+9
2013-07-11MAINT: Remove outdated version checks.Charles Harris1-2/+0
2013-05-25MAINT: fix some compiler warningsJulian Taylor1-1/+0
2013-05-14Another name change to RegisterLoopForDescrJay Bourque1-2/+2
2013-05-14Code cleanupJay Bourque1-13/+15
2013-05-14Add test for RegisterLoopByDescr and custom dtypesJay Bourque1-0/+31
2013-05-13BLD: Fixes for building on win32 with MSVC 2008Mark Wiebe1-146/+181
2013-05-03Fix potential reference leakJay Bourque1-0/+6
2013-05-03Refactor previous commitJay Bourque1-12/+9
2013-05-03Do not return anything for python 2Jay Bourque1-20/+32
2013-05-03BUG: gh-3300, Fix missing return value in test_rational.c.src.Charles Harris1-7/+7
2013-04-29Formatting changesJay Bourque1-44/+86
2013-04-26Rename rational module to test_rationalJay Bourque1-4/+4
2013-04-26Rename rational.c.src to test_rational.c.srcJay Bourque1-0/+1265