summaryrefslogtreecommitdiff
path: root/tools
AgeCommit message (Expand)AuthorFilesLines
2018-03-16TST, DOC: Upload devdocs and neps after circleci build (#10702)Stefan van der Walt1-0/+65
2018-03-10MAINT: Misc small fixes. (#10722)Charles Harris1-31/+31
2018-02-08White spacesMathieu Lamarre1-1/+1
2018-02-08Swig tool: Clear CARRAY flag when buffer is not C_CONTIGUOUSMathieu Lamarre1-2/+8
2018-02-08Swig tool: Clear CARRAY flag when setting FARRAYMathieu Lamarre1-0/+2
2018-01-18Merge pull request #10434 from charris/rename-announce-to-changelogCharles Harris1-4/+4
2018-01-18MAINT: Update changlog.py docstring.Charles Harris1-4/+4
2018-01-18MAINT: Move `tools/announce.py` to `tools/changelog.py`.Charles Harris1-0/+0
2018-01-17MAINT: Update zesty to artful for i386 testingCharles Harris1-4/+3
2018-01-12Added types for int and uint with an explicit size.Mark Harfouche1-1/+10
2017-12-20MAINT: Workaround for new travis sdist failures.Charles Harris1-0/+3
2017-12-20MAINT: Fix tests failures on travis CI merge.Charles Harris1-0/+4
2017-09-04TST: appveyor: Enable OpenBLAS via MinGW Gfortranxoviat1-0/+6
2017-09-01MAINT: merge python -3 and -OO testJulian Taylor1-7/+2
2017-09-01MAINT: remove -Wsign-compare from warningsJulian Taylor1-10/+6
2017-09-01MAINT: add compiler warning tests to all jobsJulian Taylor1-7/+9
2017-09-01MAINT: restore compiler warning check to zero warningsJulian Taylor1-5/+1
2017-06-26MAINT: Fix alerts from http://lgtm.com (#9292)Jean Helie1-29/+23
2017-06-03BUG: KeyboardInterrupt is swallowed all over the placeEric Wieser1-2/+2
2017-04-28ENH: add support for python3.6 memory tracingJulian Taylor1-0/+11
2017-03-12Merge pull request #8695 from charris/remove-unneeded-scriptsCharles Harris21-13888/+0
2017-03-11Merge pull request #7862 from pitrou/rewrite_exec_commandJulian Taylor1-0/+3
2017-02-25MAINT: Remove numpy-macosx-installer and win32build directories.Charles Harris21-13888/+0
2017-02-25MAINT: Refactor tools/find_deprecated_escaped_characters.pyCharles Harris1-25/+23
2017-02-25MAINT: Fix deprecated escape sequences in tools/Charles Harris3-8/+8
2017-02-24ENH: Add tool to check for deprecated escaped characters.Charles Harris1-0/+69
2017-01-18TST: switch to ubuntu yakkety for testingJulian Taylor1-9/+13
2017-01-15MAINT: Forward port accumulated changes from the 1.12.0 release.Charles Harris1-4/+5
2016-12-19BUG: Fix author search in announce.pyCharles Harris1-10/+12
2016-11-04ENH: Improve announce tool.Charles Harris1-10/+30
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-07-25BLD: rewrite np.distutils.exec_command.exec_command()Antoine Pitrou1-0/+3
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