summaryrefslogtreecommitdiff
path: root/tools
Commit message (Expand)AuthorAgeFilesLines
* MAINT: merge python -3 and -OO testJulian Taylor2017-09-011-7/+2
* MAINT: remove -Wsign-compare from warningsJulian Taylor2017-09-011-10/+6
* MAINT: add compiler warning tests to all jobsJulian Taylor2017-09-011-7/+9
* MAINT: restore compiler warning check to zero warningsJulian Taylor2017-09-011-5/+1
* MAINT: Fix alerts from http://lgtm.com (#9292)Jean Helie2017-06-261-29/+23
* BUG: KeyboardInterrupt is swallowed all over the placeEric Wieser2017-06-031-2/+2
* ENH: add support for python3.6 memory tracingJulian Taylor2017-04-281-0/+11
* Merge pull request #8695 from charris/remove-unneeded-scriptsCharles Harris2017-03-1221-13888/+0
|\
| * MAINT: Remove numpy-macosx-installer and win32build directories.Charles Harris2017-02-2521-13888/+0
* | Merge pull request #7862 from pitrou/rewrite_exec_commandJulian Taylor2017-03-111-0/+3
|\ \ | |/ |/|
| * BLD: rewrite np.distutils.exec_command.exec_command()Antoine Pitrou2016-07-251-0/+3
* | MAINT: Refactor tools/find_deprecated_escaped_characters.pyCharles Harris2017-02-251-25/+23
* | MAINT: Fix deprecated escape sequences in tools/Charles Harris2017-02-253-8/+8
* | ENH: Add tool to check for deprecated escaped characters.Charles Harris2017-02-241-0/+69
* | TST: switch to ubuntu yakkety for testingJulian Taylor2017-01-181-9/+13
* | MAINT: Forward port accumulated changes from the 1.12.0 release.Charles Harris2017-01-151-4/+5
* | BUG: Fix author search in announce.pyCharles Harris2016-12-191-10/+12
* | ENH: Improve announce tool.Charles Harris2016-11-041-10/+30
* | ENH: Deprecation warnings for `/` integer division when running python -3saurabh2016-11-011-0/+5
* | BUG, TST: Fix python3-dbg bug in Travis scriptgfyoung2016-10-242-5/+33
* | ENH: Improve announce to find github squash-merge commits.Charles Harris2016-10-191-3/+13
* | Merge pull request #8111 from charris/add-release-toolCharles Harris2016-10-171-0/+117
|\ \
| * | ENH: Add a tool for release authors and PRs.Charles Harris2016-10-031-0/+117
* | | ENH: Vendorize tempita.Charles Harris2016-09-305-16/+1560
|/ /
* | MAINT: Add Tempita to randint helpersgfyoung2016-09-201-12/+45
* | BUG: Assert fromfile ending earlier in pyx processinggfyoung2016-09-191-1/+1
* | DOC: change Numpy to NumPy in remaining filesPierre de Buyl2016-09-064-8/+8
* | TST: Make one 3.5 test run the full test suit.Sebastian Berg2016-09-021-1/+5
|/
* Avoid NPY_ARRAY_F_CONTIGUOUS for numpy < 1.7Jan David Mol2016-06-181-1/+6
* Fix a false positive OverflowError in Python 3.x when value above 0x7FFFFFF a...Mathieu Lamarre2016-04-221-7/+14
* DOC: Fix more typos in docs and comments.Dongjoon Hyun2016-02-252-3/+3
* TST: test installing from sdist on TravisCI.Ralf Gommers2016-01-271-1/+14
* BUG: fix TravisCI test issues when using setuptools unconditionally.Ralf Gommers2016-01-161-0/+1
* TST: make pointer-arith error fatalJulian Taylor2016-01-041-1/+2
* TST: Increase the allowable warning count to 1 for i386 debug test.Charles Harris2016-01-021-2/+4
* MAINT: Remove commented out code blocksgfyoung2015-12-202-19/+0
* DOC: Use print only as function when print_function is imported from __future__gfyoung2015-12-192-4/+4
* STY: Style fixes for .travis.yml and travis-upload-wheel.shCharles Harris2015-12-161-5/+7
* TST: Clean up travis-test and make it work with current travis ci.Charles Harris2015-12-161-52/+79
* CI: run benchmark suite in travis-CIPauli Virtanen2015-12-141-0/+11
* ENH deploy dev wheels to rackspaceOlivier Grisel2015-12-102-3/+16
* MAINT: Include from __future__ boilerplate in some files missing it.Charles Harris2015-12-051-0/+2
* Merge pull request #6726 from charris/fix-bugs-exposed-by-relaxed-stride-roll...Charles Harris2015-11-261-1/+1
|\
| * TST: Fix travis-ci test for numpy wheels.Charles Harris2015-11-251-1/+1
* | MAINT: enable Werror=vla in travisJulian Taylor2015-11-241-4/+4
|/
* BUG: Fix swig make_fortran function.Charles Harris2015-11-041-1/+1
* BUG: Fix use of PyArray_ISFORTRAN in numpy.i.Charles Harris2015-11-011-1/+1
* typo in numpy.ijschueller2015-09-021-1/+1
* MAINT,TST: Remove Bento from the travis ci testing.Charles Harris2015-08-191-35/+1
* BLD: Speed up up Travis jobs by running on container-based infrastructureAlex Willmer2015-08-051-8/+1