| Commit message (Expand) | Author | Age | Files | Lines |
| * | MAINT: improve failure message when compiler is unavailable | Pearu Peterson | 2021-02-09 | 1 | -0/+2 |
| * | BUG: don't mutate list of fake libraries while iterating over it (#18295) | Nicholas McKibben | 2021-02-04 | 1 | -2/+5 |
| * | BUG, BLD: Generate the main dispatcher config header into the build dir | Sayed Adel | 2021-01-03 | 2 | -11/+29 |
| * | MAINT: regex char class improve | Tyler Reddy | 2020-12-28 | 1 | -4/+4 |
| * | MAINT, TST: Serveral imporvments to _SIMD module | Sayed Adel | 2020-10-27 | 1 | -1/+1 |
| * | ENH: Expose the NumPy C SIMD vectorization interface "NPYV" to Python | Sayed Adel | 2020-10-27 | 2 | -2/+18 |
| * | Merge pull request #17546 from seiko2plus/issue_17321 | Matti Picus | 2020-10-15 | 2 | -65/+61 |
| |\ |
|
| | * | MAINT: Explicit disabling `CCompilerOpt` in F2PY | Sayed Adel | 2020-10-13 | 2 | -65/+61 |
| * | | BLD: add new check_compiler_gcc and check_gcc_version_at_least configure | E. Madison Bray | 2020-10-13 | 2 | -8/+39 |
| |/ |
|
| * | MAINT: Delete obsolete conversion to list (gh-17052) | jakobjakobson13 | 2020-08-11 | 1 | -1/+1 |
| * | ENH: [3/7] enable multi-platform SIMD compiler optimizations | Sayed Adel | 2020-06-15 | 3 | -5/+131 |
| * | BLD: Avoid "visibility attribute not supported" warning (gh-16288) | E. M. Bray | 2020-05-20 | 1 | -1/+4 |
| * | BUG: relpath fails for different drives on windows (#16308) | Matti Picus | 2020-05-20 | 1 | -1/+1 |
| * | ENH: Fix exception causes in build_ext.py | keremh | 2020-04-22 | 1 | -2/+2 |
| * | ENH: Fix exception causes in build_clib.py | keremh | 2020-04-21 | 1 | -2/+2 |
| * | MAINT: cleanup unused imports; avoid redefinition of imports | Mike Taves | 2020-02-06 | 2 | -8/+9 |
| * | STY,MAINT: avoid 'multiple imports on one line' (flake8 E401) | Mike Taves | 2020-01-28 | 1 | -3/+4 |
| * | Merge pull request #15248 from eric-wieser/avoid-exc_info | Charles Harris | 2020-01-05 | 1 | -5/+3 |
| |\ |
|
| | * | MAINT: cleanup use of sys.exc_info | Eric Wieser | 2020-01-05 | 1 | -5/+3 |
| * | | MAINT: Remove implicit inheritance from object class (#15236) | Jon Dufresne | 2020-01-05 | 1 | -1/+1 |
| * | | MAINT: Remove unnecessary 'from __future__ import ...' statements | Jon Dufresne | 2020-01-03 | 18 | -36/+0 |
| |/ |
|
| * | BUILD: change to build_src --verbose-cfg, runtests.py --debug-info | mattip | 2019-10-03 | 1 | -4/+4 |
| * | BUILD, DOC: fix 14518, add release note | mattip | 2019-09-22 | 1 | -1/+1 |
| * | BUILD: add warn-error option to turn compiler warnings into errors (-Werror) | mattip | 2019-09-20 | 3 | -3/+29 |
| * | MAINT: move the option to build_src, simplifies logic | mattip | 2019-09-20 | 2 | -7/+6 |
| * | BUILD: add --debug-configure option to reduce output, use logger more | mattip | 2019-09-20 | 2 | -9/+13 |
| * | Use *sys.version_info[:2] | Hugo | 2019-08-26 | 2 | -2/+2 |
| * | BUG: Fix for Python 3.10 | Hugo | 2019-08-26 | 2 | -2/+2 |
| * | MAINT: Remove unnecessary backslashes when not needed. | MSeifert04 | 2019-07-02 | 2 | -6/+6 |
| * | MAINT: Use textwrap.dedent for multiline strings | Eric Wieser | 2019-06-12 | 2 | -136/+143 |
| * | BUG: setup.py install --skip-build fails | mattip | 2019-05-26 | 1 | -0/+3 |
| * | BUG: Adding macro HAVE_ATTRIBUTE_TARGET_@ISA@_WITH_INTRINSICS | Raghuveer Devulapalli | 2019-04-19 | 2 | -0/+26 |
| * | DEV: cleanup imports and some assignments (from LGTM) | mattip | 2019-03-17 | 1 | -2/+2 |
| * | MAINT: Use with statements for opening files in distutils | Eric Wieser | 2019-03-01 | 2 | -46/+35 |
| * | MAINT: Review F401,F841,F842 flake8 errors (unused variables and imports) (#1... | Roman Yurchak | 2018-12-06 | 2 | -3/+1 |
| * | Use set litterals | Roman Yurchak | 2018-11-24 | 1 | -2/+2 |
| * | MAINT: remove unused stdlib imports | Emil Hessman | 2018-09-30 | 1 | -2/+0 |
| * | MAINT: avoid modifying mutable default values | Emil Hessman | 2018-09-29 | 1 | -3/+6 |
| * | MAINT: remove usage of exec_command in config.py | Tyler Reddy | 2018-09-12 | 1 | -6/+27 |
| * | Merge pull request #11909 from mattip/flake8-cleanups | Charles Harris | 2018-09-11 | 1 | -1/+0 |
| |\ |
|
| | * | MAINT: remove redundant imports | mattip | 2018-09-09 | 1 | -1/+0 |
| * | | MAINT: remove exec_command from build_ext | Tyler Reddy | 2018-09-10 | 1 | -4/+8 |
| |/ |
|
| * | BLD: cleanup _configtest.o.d during build | Allan Haldane | 2018-06-01 | 1 | -2/+6 |
| * | More misc. typos | luz.paz | 2018-01-04 | 1 | -1/+1 |
| * | BUG: skip the extra-dll directory when there are no DLLS | xoviat | 2018-01-03 | 1 | -2/+2 |
| * | BUG: distutils: use correct top-level package name | xoviat | 2017-12-24 | 1 | -10/+20 |
| * | distutils: handle unlinkable object files in build_clib/build_ext, not gnu | Pauli Virtanen | 2017-09-02 | 2 | -26/+86 |
| * | distutils: gnu: patch fcompile | xoviat | 2017-09-02 | 2 | -81/+117 |
| * | MAINT: Remove unnecessary imports | Srinivas Reddy Thatiparthy | 2017-08-26 | 1 | -4/+0 |
| * | BUG: KeyboardInterrupt is swallowed all over the place | Eric Wieser | 2017-06-03 | 1 | -1/+1 |