summaryrefslogtreecommitdiff
path: root/numpy
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 #15381 from sethtroisi/matlib_namespaceMatti Picus2020-01-273-9/+15
|\ \
| * | DEP: deprecate importing numpy/matrixlib.pySeth Troisi2020-01-233-8/+12
| * | 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-271-0/+37
|\ \ \ \
| * | | | DOC: distutils: Add a docstring to show_config().Warren Weckesser2020-01-251-0/+37
* | | | | 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
| |/ / /
* | | | Update core.py with f-strings (issue #15420)Anthony2020-01-261-2/+5
* | | | Update core.pyAnthony2020-01-261-27/+16
* | | | 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
* | | 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-231-15/+5
|\ \ \ | |_|/ |/| |
| * | MAINT: Revise imports from urllib modulesMike Taves2020-01-241-15/+5
* | | Merge pull request #15405 from WarrenWeckesser/undefaCharles Harris2020-01-231-1/+1
|\ \ \
| * | | BUG/TEST: core: Fix an undefined name in a test.Warren Weckesser2020-01-231-1/+1
* | | | Merge pull request #15400 from sethtroisi/pytest_cleanupCharles Harris2020-01-231-17/+0
|\ \ \ \ | |_|_|/ |/| | |
| * | | MAINT: cleanup _pytesttester.pySeth Troisi2020-01-231-17/+0
| |/ /
* | | MAINT: Clean up, mostly unused imports.Warren Weckesser2020-01-2332-52/+10
|/ /
* | Merge pull request #15393 from eric-wieser/remove-base-handlingMatti Picus2020-01-242-24/+35
|\ \ | |/ |/|
| * BUG: Do not dispatch to base classes polymorphicallyEric Wieser2020-01-232-17/+30
| * MAINT: Remove leftover code which handled integer base classesEric Wieser2020-01-231-15/+13
* | Merge pull request #15362 from mwtoews/def23Matti Picus2020-01-232-38/+11
|\ \
| * | MAINT: remove internal functions required to handle Python2/3 logicMike Taves2020-01-222-38/+11
| |/
* | Merge pull request #15366 from mwtoews/F403Matti Picus2020-01-239-14/+19
|\ \
| * | MAINT: resolve pyflake F403 'from module import *' usedMike Taves2020-01-239-14/+19
* | | Merge pull request #15377 from sethtroisi/misc_cleanups2Matti Picus2020-01-233-20/+4
|\ \ \
| * | | MAINT: Cleanup python2 referencesSeth Troisi2020-01-213-20/+4
* | | | Merge pull request #15379 from sethtroisi/misc_cleanups3Matti Picus2020-01-239-45/+18
|\ \ \ \
| * | | | MAINT: Python2 CleanupsSeth Troisi2020-01-219-45/+18
| |/ / /
* | | | Merge pull request #15386 from eric-wieser/tidy-scalar-macrosSebastian Berg2020-01-221-14/+14
|\ \ \ \
| * | | | MAINT: clean up some macros in scalarapi.cEric Wieser2020-01-221-14/+14
| | |_|/ | |/| |
* | | | DOC: Updating Chararry Buffer datatypes #15360MLK972020-01-231-1/+1
* | | | DOC: Updating Chararry Buffer datatypes #15360MLK972020-01-231-1/+1
| |_|/ |/| |