summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* 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 #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
|\ \ \
| * | | 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
| |/ /
* | | Merge pull request #15368 from mwtoews/toxCharles Harris2020-01-231-2/+2
|\ \ \
| * | | MAINT: Update tox for supported Python versionsMike Taves2020-01-221-2/+2
* | | | Merge pull request #15403 from WarrenWeckesser/flakesCharles Harris2020-01-2332-52/+10
|\ \ \ \ | |_|/ / |/| | |
| * | | 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
| |/ /
* | | MAINT: Remove python3 deprecationwarnings in pytest.ini (#15399)Seth Troisi2020-01-231-6/+0
| |/ |/|
* | 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-2310-15/+20
|\ \
| * | MAINT: resolve pyflake F403 'from module import *' usedMike Taves2020-01-2310-15/+20
* | | 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-2310-189/+66
|\ \ \ \
| * | | | MAINT: Python2 CleanupsSeth Troisi2020-01-2110-189/+66
| |/ / /
* | | | 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
| | |_|/ | |/| |
* | | | Merge pull request #15370 from MLK97/DOC_correction_15360Matti Picus2020-01-231-1/+1
|\ \ \ \ | |_|_|/ |/| | |
| * | | DOC: Updating Chararry Buffer datatypes #15360MLK972020-01-231-1/+1
| * | | DOC: Updating Chararry Buffer datatypes #15360MLK972020-01-231-1/+1
|/ / /
* | | Merge pull request #15361 from mwtoews/collectionsMatti Picus2020-01-227-53/+21
|\ \ \ | |/ / |/| |
| * | MAINT: Revise imports from collections.abc moduleMike Taves2020-01-227-53/+21
|/ /