- 16 Aug, 2016 5 commits
-
-
J. Goutin authored
-
J. Goutin authored
Agree with @pitrou comment.
-
J. Goutin authored
-
J. Goutin authored
-
J. Goutin authored
- Fix compatibility between `numpy.distutils` and `distutils._msvccompiler`. See #728 : Setuptools 24 `msvc.py` improvement import `distutils._msvccompiler` (New Python 3.5 C compiler for MSVC >= 14), but this one is not compatible with `numpy.distutils` (because not patched with `numpy.distutils.ccompiler.gen_lib_options`) and return unquoted libpaths when linking. The problem was patched in Numpy, but need to be patched also in Setuptools for compatibility between older versions of Numpy and `distutils._msvccompiler` (and indirectly Setuptools > 24). - Replace some residuals `except Exception`.
-
- 15 Aug, 2016 3 commits
-
-
Jason R. Coombs authored
Bundle the license
-
Jason R. Coombs authored
Update tox.ini envlist to match supported Pythons
-
John Kirkham authored
-
- 14 Aug, 2016 1 commit
-
-
Tim Heap authored
Pythons 3.1, 3.2 are no longer supported, but Python 3.5, Pypy, and Pypy3 are.
-
- 13 Aug, 2016 3 commits
-
-
Jason R. Coombs authored
-
Jason R. Coombs authored
bump certifi to 2016.8.8
-
Gabi Davar authored
-
- 12 Aug, 2016 4 commits
-
-
Jason R. Coombs authored
-
Jason R. Coombs authored
-
Jason R. Coombs authored
Add LICENSE file for expectant auditors
-
Ian Cordasco authored
The classifier in setup.py should be enough for most auditors, but some have automated tooling that checks for LICENSE files and reads those. This helps all auditors (downstream redistributors and users) who can not just rely on the classifier. Related to #612
-
- 08 Aug, 2016 1 commit
-
-
Jason R. Coombs authored
-
- 05 Aug, 2016 12 commits
-
-
Jason R. Coombs authored
-
Jason R. Coombs authored
-
Jason R. Coombs authored
-
Jason R. Coombs authored
revert `library_dir_option` patch.
-
J. Goutin authored
Revert patch on `distutils._msvccompiler.MSVCCompiler.library_dir_option` See comments on #694.
-
Jason R. Coombs authored
-
Jason R. Coombs authored
-
Jason R. Coombs authored
-
Jason R. Coombs authored
-
Jason R. Coombs authored
quote library_dir_option after calling unpatched version
-
Min RK authored
avoids double-quotes if the calling function does the quoting correctly.
-
Jason R. Coombs authored
Bump `certifi` to version `2016.8.2`
-
- 04 Aug, 2016 11 commits
-
-
John Kirkham authored
-
Jason R. Coombs authored
-
Jason R. Coombs authored
-
Jason R. Coombs authored
-
Jason R. Coombs authored
-
Jason R. Coombs authored
#707 MSVC patch and Python 2
-
Jason R. Coombs authored
#694 Patch distutils._msvccompiler.library_dir_option
-
J. Goutin authored
-
Jason R. Coombs authored
Fix _have_cython
-
Jason R. Coombs authored
-
Jason R. Coombs authored
Fix logging using arguments instead of formatter
-