summaryrefslogtreecommitdiff
path: root/tools
AgeCommit message (Expand)AuthorFilesLines
2016-11-01ENH: Deprecation warnings for `/` integer division when running python -3saurabh1-0/+5
2016-10-24BUG, TST: Fix python3-dbg bug in Travis scriptgfyoung2-5/+33
2016-10-19ENH: Improve announce to find github squash-merge commits.Charles Harris1-3/+13
2016-10-17Merge pull request #8111 from charris/add-release-toolCharles Harris1-0/+117
2016-10-03ENH: Add a tool for release authors and PRs.Charles Harris1-0/+117
2016-09-30ENH: Vendorize tempita.Charles Harris5-16/+1560
2016-09-20MAINT: Add Tempita to randint helpersgfyoung1-12/+45
2016-09-19BUG: Assert fromfile ending earlier in pyx processinggfyoung1-1/+1
2016-09-06DOC: change Numpy to NumPy in remaining filesPierre de Buyl4-8/+8
2016-09-02TST: Make one 3.5 test run the full test suit.Sebastian Berg1-1/+5
2016-06-18Avoid NPY_ARRAY_F_CONTIGUOUS for numpy < 1.7Jan David Mol1-1/+6
2016-04-22Fix a false positive OverflowError in Python 3.x when value above 0x7FFFFFF a...Mathieu Lamarre1-7/+14
2016-02-25DOC: Fix more typos in docs and comments.Dongjoon Hyun2-3/+3
2016-01-27TST: test installing from sdist on TravisCI.Ralf Gommers1-1/+14
2016-01-16BUG: fix TravisCI test issues when using setuptools unconditionally.Ralf Gommers1-0/+1
2016-01-04TST: make pointer-arith error fatalJulian Taylor1-1/+2
2016-01-02TST: Increase the allowable warning count to 1 for i386 debug test.Charles Harris1-2/+4
2015-12-20MAINT: Remove commented out code blocksgfyoung2-19/+0
2015-12-19DOC: Use print only as function when print_function is imported from __future__gfyoung2-4/+4
2015-12-16STY: Style fixes for .travis.yml and travis-upload-wheel.shCharles Harris1-5/+7
2015-12-16TST: Clean up travis-test and make it work with current travis ci.Charles Harris1-52/+79
2015-12-14CI: run benchmark suite in travis-CIPauli Virtanen1-0/+11
2015-12-10ENH deploy dev wheels to rackspaceOlivier Grisel2-3/+16
2015-12-05MAINT: Include from __future__ boilerplate in some files missing it.Charles Harris1-0/+2
2015-11-26Merge pull request #6726 from charris/fix-bugs-exposed-by-relaxed-stride-roll...Charles Harris1-1/+1
2015-11-25TST: Fix travis-ci test for numpy wheels.Charles Harris1-1/+1
2015-11-24MAINT: enable Werror=vla in travisJulian Taylor1-4/+4
2015-11-04BUG: Fix swig make_fortran function.Charles Harris1-1/+1
2015-11-01BUG: Fix use of PyArray_ISFORTRAN in numpy.i.Charles Harris1-1/+1
2015-09-02typo in numpy.ijschueller1-1/+1
2015-08-19MAINT,TST: Remove Bento from the travis ci testing.Charles Harris1-35/+1
2015-08-05BLD: Speed up up Travis jobs by running on container-based infrastructureAlex Willmer1-8/+1
2015-07-03TST: fail tests on compiler warningsJulian Taylor1-2/+11
2015-05-25New typemap for in-place arrays of arbitrary number of dimensions:Tom Krauss8-26/+394
2015-05-07MAINT: switch waf download to https://github.com/numpy/numpy-vendorRalf Gommers1-1/+1
2015-05-03Merge pull request #5829 from rgommers/bento-ciCharles Harris1-1/+1
2015-05-03TST: re-enable TravisCI testing with Bento.Ralf Gommers1-1/+1
2015-04-30TEST: add module to test installed scriptsMatthew Brett1-3/+10
2015-03-18DOC: put a copy of the text in LICENSE.txt into tools/swig/numpy.iRalf Gommers1-0/+34
2015-02-15Correct exit code if number of errors % 256 == 0Chris Lamb7-7/+7
2015-02-13Use correct #ifdef __cplusplus guard to include std_complex.iMichele Vallisneri1-2/+2
2014-11-07ENH: added std::complex support to numpy.iGlen Mabey7-12/+333
2014-10-28ENH: support parallel compilation of extensionsJulian Taylor1-0/+3
2014-10-04Merge pull request #5149 from charris/fix-ma-docs-for-OO-optionJulian Taylor1-0/+5
2014-10-04TST: Add test with python flag -OO.Charles Harris1-0/+5
2014-09-04MAINT: Update waf to 1.7.16Charles Harris1-3/+3
2014-07-06Merge pull request #4671 from charris/prepare-1.10-develCharles Harris1-1/+1
2014-07-05BUG: disable garbage collector during memory allocation hookJulian Taylor1-0/+10
2014-06-16Fix typemap for Fortran ordered array inputAdam Reeve1-3/+3
2014-06-04BLD: add a simple python file to build cpucaps.dllJulian Taylor2-0/+17