| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Allow get_unpatched to be called to get unpatched version of a class or ↵ | Jason R. Coombs | 2016-09-09 | 1 | -5/+5 |
| | | | | | function, further harmonizing the interfaces. | ||||
| * | Consolidate function patching and resolution of unpatched function, aligning ↵ | Jason R. Coombs | 2016-09-09 | 1 | -5/+5 |
| | | | | | pattern with the patched classes. | ||||
| * | Merge monkeypatch-module | Jason R. Coombs | 2016-09-09 | 1 | -71/+23 |
| |\ | |||||
| | * | Move msvc patch logic into monkey module. | Jason R. Coombs | 2016-09-04 | 1 | -67/+23 |
| | | | |||||
| | * | distutils will always be in globals | Jason R. Coombs | 2016-09-04 | 1 | -4/+0 |
| | | | |||||
| * | | Use LegacyVersion instead of LooseVersion | Valentin Valls | 2016-09-06 | 1 | -2/+2 |
| | | | | | | | - Also apply the patch for numpy 1.11.2 pre release | ||||
| * | | Use LooseVersion instread of StrictVersion | Valentin Valls | 2016-09-05 | 1 | -2/+2 |
| |/ | |||||
| * | Remove trailing whitespace. (#751) | stepshal | 2016-08-19 | 1 | -1/+1 |
| | | |||||
| * | Add numpy version check | J. Goutin | 2016-08-18 | 1 | -3/+4 |
| | | |||||
| * | Wrong line for comment | J. Goutin | 2016-08-16 | 1 | -2/+2 |
| | | |||||
| * | Improve numpy.distutils detection | J. Goutin | 2016-08-16 | 1 | -1/+2 |
| | | | | Agree with @pitrou comment. | ||||
| * | Patch with numpy at execution time and not at import time | J. Goutin | 2016-08-16 | 1 | -7/+18 |
| | | |||||
| * | numpy.distutils and distutils._msvccompiler compatibility | J. Goutin | 2016-08-16 | 1 | -3/+13 |
| | | | | | - 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`. | ||||
| * | revert `library_dir_option` patch. | J. Goutin | 2016-08-05 | 1 | -28/+0 |
| | | | | | | Revert patch on `distutils._msvccompiler.MSVCCompiler.library_dir_option` See comments on #694. | ||||
| * | quote library_dir_option after calling unpatched version | Min RK | 2016-08-05 | 1 | -3/+4 |
| | | | | | avoids double-quotes if the calling function does the quoting correctly. | ||||
| * | Merge pull request #716 from JGoutin/patch-2 | Jason R. Coombs | 2016-08-04 | 1 | -28/+39 |
| |\ | | | | | #707 MSVC patch and Python 2 | ||||
| | * | Fix #707 MSVC patch and Python 2 | J. Goutin | 2016-08-02 | 1 | -28/+39 |
| | | | | | | | | | #707 Fix Python 2 Compatibility, and improve registry lookup (Key may not always be in 64bit registry node). | ||||
| * | | doc for msvc14_library_dir_option | J. Goutin | 2016-08-04 | 1 | -1/+15 |
| | | | |||||
| * | | Fix from @vallsv | J. Goutin | 2016-08-03 | 1 | -4/+4 |
| | | | | | | | Fix from @vallsv | ||||
| * | | Update msvc.py | J. Goutin | 2016-08-02 | 1 | -1/+1 |
| | | | |||||
| * | | Update msvc.py | J. Goutin | 2016-08-02 | 1 | -0/+2 |
| | | | |||||
| * | | Patch distutils._msvccompiler.library_dir_option | J. Goutin | 2016-08-02 | 1 | -0/+11 |
| |/ | | | Try to fix #694. | ||||
| * | Fix for #646 | J. Goutin | 2016-07-28 | 1 | -0/+4 |
| | | |||||
| * | Fix regression in commit #e404a4a | J. Goutin | 2016-07-27 | 1 | -2/+2 |
| | | | | Missing `,` | ||||
| * | Add missing blank line. | stepshal | 2016-07-21 | 1 | -0/+1 |
| | | |||||
| * | Fix quantity of blank lines after code object. | stepshal | 2016-07-13 | 1 | -0/+1 |
| | | |||||
| * | Minor change : Link to MSVC14 Standalone | J. Goutin | 2016-07-03 | 1 | -1/+5 |
| | | | | Add the new link to "Microsoft Visual C++ Build Tools" if MSVC14 is not installed. | ||||
| * | Update msvc.py | J. Goutin | 2016-07-03 | 1 | -2/+1 |
| | | |||||
| * | Update msvc.py | J. Goutin | 2016-07-03 | 1 | -2/+2 |
| | | |||||
| * | Update msvc.py | J. Goutin | 2016-07-03 | 1 | -0/+1 |
| | | |||||
| * | Update msvc.py | J. Goutin | 2016-07-03 | 1 | -2/+2 |
| | | |||||
| * | Update msvc.py | J. Goutin | 2016-07-03 | 1 | -6/+16 |
| | | |||||
| * | Update msvc.py | J. Goutin | 2016-07-03 | 1 | -18/+11 |
| | | |||||
| * | Update msvc.py | J. Goutin | 2016-07-03 | 1 | -11/+6 |
| | | |||||
| * | Update msvc.py | J. Goutin | 2016-07-03 | 1 | -0/+4 |
| | | |||||
| * | msvc fixe | J. Goutin | 2016-07-03 | 1 | -5/+5 |
| | | | | | | Fixes : - Bad argument name - Better Python 2 compatibility | ||||
| * | Extract variable for bin_dir | Jason R. Coombs | 2016-07-02 | 1 | -2/+2 |
| | | |||||
| * | Reindent to avoid raw strings and hanging indents. Let os.path.join provide ↵ | Jason R. Coombs | 2016-07-02 | 1 | -12/+28 |
| | | | | | the backslash characters. | ||||
| * | Remove superfluous raw strings | Jason R. Coombs | 2016-07-02 | 1 | -10/+10 |
| | | |||||
| * | Extract template as variable to avoid line continuation. | Jason R. Coombs | 2016-07-02 | 1 | -2/+2 |
| | | |||||
| * | Rename msvc9_support to simply msvc. | Jason R. Coombs | 2016-07-02 | 1 | -0/+1175 |
