summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Merge pull request #15446 from eric-wieser/reject-garbage-argumentsEric Wieser2020-01-273-16/+53
|\
| * BUG: Delay DECREF of the dtype in `np.datetime_data`Sebastian Berg2020-01-271-2/+4
| * BUG: Reject nonsense arguments to scalar constructorsEric Wieser2020-01-272-14/+49
* | Merge pull request #15441 from eric-wieser/tidy-work-scalar-ctorSebastian Berg2020-01-271-34/+36
|\ \ | |/
| * MAINT: Tidy macros in scalar_newEric Wieser2020-01-271-34/+36
* | Merge pull request #15445 from numpy/dependabot/pip/pytest-5.3.4Sebastian Berg2020-01-271-1/+1
|\ \
| * | MAINT: Bump pytest from 5.3.3 to 5.3.4dependabot/pip/pytest-5.3.4dependabot-preview[bot]2020-01-271-1/+1
* | | Merge pull request #15423 from xavierohan/xavierohan-patch-1Matti Picus2020-01-274-17/+18
|\ \ \
| * | | Updated openblas_support.pyXavier Thomas2020-01-271-1/+1
| * | | Update tools/openblas_support.pyXavier Thomas2020-01-271-1/+1
| * | | Update tools/openblas_support.pyXavier Thomas2020-01-271-1/+2
| * | | Updated openblas_support.pyXavier Thomas2020-01-271-1/+1
| * | | Made changes to openblas_support.pyXavier Thomas2020-01-251-1/+2
| * | | Updated openblas_support.pyXavier Thomas2020-01-241-1/+1
| * | | Merge branch 'master' into xavierohan-patch-1Xavier Thomas2020-01-241-2/+3
| |\ \ \
| | * | | Updated pavement.py with f-stringsXavier Thomas2020-01-241-2/+2
| * | | | Updated openblas_support.py with f-stringXavier Thomas2020-01-241-9/+7
| * | | | Updated cythonize.py with f-stringsXavier Thomas2020-01-241-4/+3
| * | | | Updated pavement.py with f-stringsXavier Thomas2020-01-241-1/+1
| * | | | Updated setup.py with f-stringsXavier Thomas2020-01-241-2/+3
| |/ / /
* | | | Merge pull request #15381 from sethtroisi/matlib_namespaceMatti Picus2020-01-274-9/+16
|\ \ \ \
| * | | | DEP: deprecate importing numpy/matrixlib.pySeth Troisi2020-01-234-8/+13
| * | | | DOC: Describe matlib.py funky namespaceSeth Troisi2020-01-231-1/+3
* | | | | Merge pull request #15421 from sethtroisi/contextlib_py2Matti Picus2020-01-271-21/+12
|\ \ \ \ \
| * | | | | ENH: Make use of ExitStack in npyio.pySeth Troisi2020-01-241-21/+12
| | |/ / / | |/| | |
* | | | | Merge pull request #15429 from WarrenWeckesser/config-docstringEric Wieser2020-01-272-0/+38
|\ \ \ \ \ | |_|_|/ / |/| | | |
| * | | | DOC: distutils: Add a docstring to show_config().Warren Weckesser2020-01-252-0/+38
* | | | | Merge pull request #15434 from notanton/maintenance-fstringsCharles Harris2020-01-2610-68/+61
|\ \ \ \ \ | |_|_|_|/ |/| | | |
| * | | | Updated files in polynomial/ to use fstringsAnton Ritter-Gogerly2020-01-2710-68/+61
| |/ / /
* | | | Merge pull request #15436 from tohabyuraev/masterCharles Harris2020-01-261-23/+15
|\ \ \ \
| * | | | Update core.py with f-strings (issue #15420)Anthony2020-01-261-2/+5
| * | | | Update core.pyAnthony2020-01-261-27/+16
* | | | | Merge pull request #15435 from kishimoto-banana/fix-typo-docsMatti Picus2020-01-261-5/+5
|\ \ \ \ \ | |/ / / / |/| | | |
| * | | | DOC: Fix Incorrect documentkishimoto-banana2020-01-261-5/+5
| |/ / /
* | | | Merge pull request #15428 from sethtroisi/ctype_longlongMatti Picus2020-01-261-14/+11
|\ \ \ \
| * | | | DOC: Improve nparray.ctypes exampleSeth Troisi2020-01-241-14/+11
| | |/ / | |/| |
* | | | Merge pull request #15414 from sethtroisi/python2_refsMatti Picus2020-01-268-28/+29
|\ \ \ \ | |_|/ / |/| | |
| * | | MAINT: Remove Python2 workaroundsSeth Troisi2020-01-238-28/+29
| |/ /
* | | Merge pull request #15422 from sethtroisi/buff_cleanupSebastian Berg2020-01-241-34/+2
|\ \ \
| * | | MAINT: Inline gentype_getreadbufSeth Troisi2020-01-241-34/+2
| |/ /
* | | Merge pull request #15418 from mwtoews/builtinCharles Harris2020-01-243-7/+3
|\ \ \
| * | | MAINT/DOC: Remove use of old Python __builtin__, now known as builtinsMike Taves2020-01-243-7/+3
| |/ /
* | | MAINT: Use the PyArrayScalar_VAL macro where possible (gh-15426)Eric Wieser2020-01-244-37/+37
* | | DOC: Fix Multithreaded Generation example docs (gh-15367)Fabio Zeiser2020-01-241-29/+36
* | | MAINT: Revert f2py Python 2.6 workaround (gh-15415)Seth Troisi2020-01-232-12/+2
|/ /
* | Merge pull request #15407 from charris/replace-basestringSebastian Berg2020-01-2315-46/+36
|\ \
| * | MAINT: Replace basestring with str.Charles Harris2020-01-2315-46/+36
* | | Merge pull request #15398 from mwtoews/urllibCharles Harris2020-01-232-21/+7
|\ \ \ | |_|/ |/| |
| * | MAINT: Revise imports from urllib modulesMike Taves2020-01-242-21/+7
* | | Merge pull request #15405 from WarrenWeckesser/undefaCharles Harris2020-01-231-1/+1
|\ \ \