- 19 Aug, 2016 6 commits
-
-
Jason R. Coombs authored
-
Jason R. Coombs authored
-
Jason R. Coombs authored
Fix spacing after comment hash.
-
Jason R. Coombs authored
Add missing whitespace after comma.
-
Jason R. Coombs authored
Add tests for MANIFEST.in
-
Jason R. Coombs authored
numpy.distutils and distutils._msvccompiler compatibility
-
- 18 Aug, 2016 8 commits
-
-
J. Goutin authored
-
stepshal authored
-
stepshal authored
-
Jason R. Coombs authored
Upgrade pyparsing to version 2.1.8
-
Jason R. Coombs authored
Fix comparison with None.
-
Jason R. Coombs authored
Fix spacing after comment hash.
-
Jason R. Coombs authored
Add missing whitespace around operators.
-
Jason R. Coombs authored
Remove whitespace around parameter = sign.
-
- 17 Aug, 2016 7 commits
- 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 2 commits
-
-
Jason R. Coombs authored
-
Jason R. Coombs authored
-