summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
| * | | BUG: fixes from reviewmattip2019-03-032-4/+10
| * | | BUG: fixes from reviewmattip2019-03-032-2/+10
| * | | BUG: fixes from reviewmattip2019-03-031-7/+8
| * | | BUG: remove error-prone borrowed reference handlingmattip2019-03-031-33/+34
* | | | Merge pull request #13083 from charris/backport-13075Charles Harris2019-03-031-4/+8
|\ \ \ \
| * | | | Update environment.pyYu Feng2019-03-031-1/+2
| * | | | Update numpy/distutils/fcompiler/environment.pyEric Wieser2019-03-031-1/+1
| * | | | Changes suggested by eric-wieserYu Feng2019-03-031-8/+7
| * | | | Convert fortran flags from environment variableYu Feng2019-03-031-2/+6
| |/ / /
* | | | Merge pull request #13082 from charris/backport-13077Charles Harris2019-03-031-13/+13
|\ \ \ \ | |/ / / |/| | |
| * | | BUG: Fix errors in string formatting while producing an errorEric Wieser2019-03-031-13/+13
|/ / /
* | | Merge pull request #13072 from charris/backport-13056Charles Harris2019-03-021-33/+22
|\ \ \
| * | | BUG: Fixes to numpy.distutils.Configuration.get_version (#13056)Eric Wieser2019-03-021-33/+22
|/ / /
* | | REL: prepare 1.16.x for further developmentCharles Harris2019-02-263-3/+46
* | | REL: NumPy 1.16.2 release.v1.16.2Charles Harris2019-02-261-1/+1
* | | Merge pull request #13045 from charris/prepare-1.16.2-releaseCharles Harris2019-02-263-23/+62
|\ \ \
| * | | DOC: Prepare for 1.16.2 release.Charles Harris2019-02-263-23/+62
|/ / /
* | | Merge pull request #13041 from charris/backport-13019Charles Harris2019-02-252-1/+34
|\ \ \
| * | | MAINT: emit single Warning for multiple DLLsTyler Reddy2019-02-251-3/+2
| * | | MAINT: use os.path for Python 2.x compatTyler Reddy2019-02-251-6/+7
| * | | MAINT: probe multiple DLL handling on WinTyler Reddy2019-02-252-0/+15
| * | | BLD: Windows absolute path DLL loadingTyler Reddy2019-02-252-1/+19
|/ / /
* | | Merge pull request #13038 from eric-wieser/distutils-shlex-splitCharles Harris2019-02-253-7/+11
|\ \ \
| * | | BUG: parse shell escaping in extra_compile_args and extra_link_argsEric Wieser2019-02-243-7/+11
* | | | Merge pull request #13028 from charris/backport-13027Charles Harris2019-02-241-4/+4
|\ \ \ \
| * | | | BUG: Fix regression in parsing of F90 and F77 environment variablesEric Wieser2019-02-241-4/+4
|/ / / /
* | | | Merge pull request #13026 from eric-wieser/distutils-windows-splitCharles Harris2019-02-242-0/+170
|\ \ \ \ | |/ / /
| * | | MAINT: Add functions to parse shell-strings in the platform-native wayEric Wieser2019-02-232-0/+170
* | | | Merge pull request #13020 from charris/backport-12846Charles Harris2019-02-223-2/+22
|\ \ \ \
| * | | | BUG: fix signed zero behavior in npy_divmodtlatorre2019-02-223-2/+22
|/ / / /
* | | | Merge pull request #12923 from charris/backport-12920Charles Harris2019-02-033-177/+0
|\ \ \ \
| * | | | MAINT: remove complicated test of multiarray import failure modemattip2019-02-023-177/+0
* | | | | Merge pull request #12909 from charris/backport-12903Charles Harris2019-01-311-3/+3
|\ \ \ \ \ | |/ / / / |/| | | |
| * | | | TST: fix vmImage dispatch in AzureTyler Reddy2019-01-311-3/+3
|/ / / /
* | | | REL: prepare 1.16.x for further developmentCharles Harris2019-01-313-3/+46
* | | | REL: NumPy 1.16.1 release.v1.16.1Charles Harris2019-01-311-1/+1
* | | | Merge pull request #12902 from charris/prepare-1.16.1-releaseCharles Harris2019-01-314-0/+171
|\ \ \ \
| * | | | DOC: Prepare for 1.16.1 release.Charles Harris2019-01-314-0/+171
|/ / / /
* | | | Merge pull request #12899 from eric-wieser/distutils-extra-quotes-againCharles Harris2019-01-311-4/+15
|\ \ \ \ | |/ / /
| * | | BUG: Do not insert extra double quote into preprocessor macrosEric Wieser2019-01-301-4/+15
* | | | Merge pull request #12898 from eric-wieser/distutils-debugCharles Harris2019-01-315-5/+11
|\ \ \ \
| * | | | BUG: Do not double-quote arguments passed on to the linkerEric Wieser2019-01-305-5/+11
| |/ / /
* | | | Merge pull request #12891 from charris/backport-12850Charles Harris2019-01-304-0/+190
|\ \ \ \
| * | | | BUG: fail if old multiarray module detectedmattip2019-01-304-0/+190
|/ / / /
* | | | Merge pull request #12890 from charris/backport-12871Charles Harris2019-01-301-1/+5
|\ \ \ \
| * | | | ENH: add _dtype_ctype to namespace for freeze analysismattip2019-01-301-1/+5
|/ / / /
* | | | Merge pull request #12870 from charris/backport-12854Charles Harris2019-01-271-1/+0
|\ \ \ \
| * | | | BUG: do not Py_DECREF NULL pointercgohlke2019-01-271-1/+0
* | | | | Merge pull request #12869 from charris/backport-12842Charles Harris2019-01-272-0/+22
|\ \ \ \ \
| * | | | | BUG: ndarrays pickled by 1.16 cannot be loaded by 1.15.4 and lowermattip2019-01-272-0/+22
| |/ / / /