summaryrefslogtreecommitdiff
path: root/numpy/distutils/mingw32ccompiler.py
Commit message (Expand)AuthorAgeFilesLines
* MAINT: cleanup unused Python3.8-only code and referencesClément Robert2023-03-141-4/+1
* MAINT: use pypy3.9 in testingmattip2023-01-081-5/+7
* MAINT: always use sys.base_prefix, never use sys.real_prefixDimitri Papadopoulos2022-10-131-4/+1
* Questionable removal of python <3.6 related thingsBrigitta Sipocz2022-05-171-3/+0
* Fix issue probably-meant-fstring found at https://codereview.doctorcode-review-doctor2022-04-231-1/+1
* DEP: remove code for supporting GCC <4 in Mingw32CCompilerChristoph Reiter2021-11-091-69/+12
* Remove fix for odd MSVCRT version on Windows 3.7Matthew Brett2021-10-221-2/+0
* Fix automatic detection for MSVCRT versionMatthew Brett2021-10-221-4/+6
* Patch to allow for 2 as a minor version (!)Matthew Brett2021-10-211-3/+2
* MAINT: Fix LGTM.com warning: File is not always closedDimitri Papadopoulos2021-10-061-4/+3
* fix exception cause in mingw32ccompiler.pyPhanatosZou2021-01-031-1/+1
* TST: fix tests for windows + PyPymattip2020-07-301-10/+14
* MAINT: use list-based APIs to call subprocesses (#15714)Sebastian Berg2020-03-071-23/+27
* MAINT: cleanup unused imports; avoid redefinition of importsMike Taves2020-02-061-3/+2
* [MAINT] Cleanup python2 sys.version checksSeth Troisi2020-01-201-5/+1
* MAINT: Remove unnecessary 'from __future__ import ...' statementsJon Dufresne2020-01-031-2/+0
* MAINT: Use textwrap.dedent for multiline stringsEric Wieser2019-06-121-15/+16
* MAINT: Removed unused and confusingly indirect imports from mingw32ccompilerEric Wieser2019-01-301-1/+0
* MAINT: remove redundant importsEmil Hessman2018-09-301-1/+0
* DOC: fix minor typosUnknown2017-12-121-1/+1
* MAINT: small robustness change for mingw support on Windows.Ralf Gommers2017-11-091-1/+2
* BUG: fix regression in 1.13.x in distutils.mingw32ccompiler.Ralf Gommers2017-08-151-1/+1
* BUG: Handle MinGW module compilation in Py2.7 venvsRoland Kaufmann2017-06-221-1/+9
* BUG: Make extensions compilable with MinGW on Py2.7Roland Kaufmann2017-06-221-3/+7
* BUG: Skip custom library check if not MSVC runtimeRoland Kaufmann2017-02-231-3/+12
* Fix building extensions with MinGW in WinPython 3.4 (#8454)Roland Kaufmann2017-01-221-41/+75
* DEP: Fix escaped string characters deprecated in Python 3.6.Charles Harris2016-12-141-1/+1
* Merge pull request #8356 from rolk/8356_mingw_virtenvCharles Harris2016-12-121-6/+24
|\
| * STY: Avoid using string formatting in log callsRoland Kaufmann2016-12-091-6/+5
| * BUG: Search for Python DLL in base distr. with MinGWRoland Kaufmann2016-12-081-4/+23
* | MAINT: Remove assumptions about RTL name, for MinGWRoland Kaufmann2016-12-091-9/+9
* | ENH: Monkey-patch CygwinCCompiler for Py3.5 on Wind.Roland Kaufmann2016-12-091-0/+9
|/
* DOC: Fix more typos in docs and comments.Dongjoon Hyun2016-02-251-1/+1
* MAINT: list litteralRémy Léone2015-11-071-3/+1
* Revert "Merge pull request #5614 from charris/cleanup-gh-5587"Charles Harris2015-10-201-45/+22
* Revert "Merge pull request #6354 from mingwpy/mingwpy"Charles Harris2015-10-201-10/+9
* BLD: mingwpy fixescarlkl2015-09-241-9/+10
* STY: Some style cleanups in distutils.Charles Harris2015-02-271-65/+70
* BLD: Add mingw-w64 support for the mingw64static option.carlkl2015-02-271-16/+28
* STY: Giant comma spacing fixup.Charles Harris2013-08-181-10/+10
* 2to3: Apply `print` fixer.Charles Harris2013-04-061-2/+2
* Merge pull request #3191 from charris/2to3-apply-imports-fixerCharles Harris2013-04-061-1/+0
|\
| * 2to3: Apply `imports` fixer.Charles Harris2013-04-021-1/+0
* | Merge pull request #460 from endolith/regex_formattingCharles Harris2013-04-031-3/+6
|\ \ | |/ |/|
| * DOC: Used regex to find colons missing spaces which render wrong online, also...endolith2013-03-191-3/+6
* | 2to3: Use absolute imports.Charles Harris2013-03-281-2/+2
|/
* Merge pull request #3026 from charris/2to3-fix-printCharles Harris2013-03-011-0/+1
|\
| * 2to3: Put `from __future__ import division in every python file.Charles Harris2013-03-011-0/+1
* | 2to3: Apply `methodattrs` fixes.Charles Harris2013-03-011-4/+1
|/
* 2to3: Apply `funcattrs` fixer. Closes #3058.Charles Harris2013-02-281-1/+1