| Commit message (Expand) | Author | Age | Files | Lines |
* | 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 |
* | BUG: distutils, place fortranobject files in subfolder | Julian Taylor | 2017-05-04 | 1 | -6/+6 |
* | MAINT: better warning message when running build_src from sdist | Ralf Gommers | 2017-03-09 | 1 | -3/+11 |
* | DEP: Fix escaped string characters deprecated in Python 3.6. | Charles Harris | 2016-12-14 | 1 | -5/+6 |
* | TST: Add tests for stacklevel in warnings and "ignore" filters. | Sebastian Berg | 2016-09-02 | 1 | -1/+1 |
* | ENH: Add stacklevel to all (or almost all) our function calls | Sebastian Berg | 2016-09-02 | 1 | -1/+1 |
* | Restore get_output | Marshall Bockrath-Vandegrift | 2016-07-15 | 1 | -0/+45 |
* | DOC: Fix more typos in docs and comments. | Dongjoon Hyun | 2016-02-25 | 1 | -1/+1 |
* | DOC: Fix mismatched variable names in docstrings. | Dongjoon Hyun | 2016-02-15 | 1 | -1/+1 |
* | MAINT: warn in egg_info command if using setuptools.sdist. | Ralf Gommers | 2016-01-27 | 1 | -0/+8 |
* | MAINT: remove outdated Pyrex support from distutils (as far as possible). | Ralf Gommers | 2016-01-06 | 1 | -39/+8 |
* | Merge pull request #6436 from juliantaylor/conf-warnings | Charles Harris | 2015-10-10 | 1 | -0/+2 |
|\ |
|
| * | MAINT: remove Wreturn-type warnings from config checks | Julian Taylor | 2015-10-09 | 1 | -0/+2 |
* | | BLD: some fixes for Intel compilers. | Ralf Gommers | 2015-08-03 | 2 | -2/+3 |
|/ |
|
* | Merge pull request #6052 from insertinterestingnamehere/lib_fix | Ralf Gommers | 2015-07-26 | 1 | -1/+1 |
|\ |
|
| * | BUG: Allow libraries to be used as dependencies for other libraries when | Ian Henriksen | 2015-07-13 | 1 | -1/+1 |