summaryrefslogtreecommitdiff
path: root/numpy/distutils/exec_command.py
Commit message (Expand)AuthorAgeFilesLines
* MAINT: change subprocess arguments from Python>=3.7Mike Taves2022-10-271-4/+3
* MAINT: revise OSError aliases (IOError, EnvironmentError)Mike Taves2021-09-021-1/+1
* [MAINT] Cleanup python2 sys.version checksSeth Troisi2020-01-201-13/+1
* MAINT: Remove unnecessary 'from __future__ import ...' statementsJon Dufresne2020-01-031-2/+0
* MAINT: Remove unnecessary backslashes when not needed.MSeifert042019-07-021-1/+1
* DEP: deprecate exec_commandmattip2019-03-101-13/+10
* BUG: ensure new-lines in compiler error messages are actually printed to the ...Eric Wieser2018-12-091-0/+23
* MAINT: Use list and dict comprehension when possible (#12445)Roman Yurchak2018-12-011-3/+1
* fall back to 'ascii' locale in build (if needed)Dima Pasechnik2018-11-171-5/+8
* MAINT: remove exec_command from gnu.pyTyler Reddy2018-09-101-0/+18
* BUG: distutils: fix decoding errorsxoviat2017-12-251-1/+17
* BUG: return values of exec_command were swappedEric Wieser2017-04-051-1/+1
* MAINT: remove some unused variablesJulian Taylor2017-03-241-6/+1
* TST: move exec_command tests out of the file itselfJulian Taylor2017-03-241-165/+0
* TST: remove exec_command svn testJulian Taylor2017-03-241-6/+0
* MAINT: restore stderr return value of exec_commandJulian Taylor2017-03-241-7/+1
* MAINT: remove an extra newline with the Popen based execJulian Taylor2017-03-241-1/+1
* BLD: rewrite np.distutils.exec_command.exec_command()Antoine Pitrou2016-07-251-255/+53
* BLD: Avoid using os.spawnve in favor of os.spawnv in exec_commandAles Erjavec2016-05-101-4/+12
* MAINT: Fix some typos in a code string and commentsDongjoon Hyun2016-01-271-1/+1
* Added closing for 'so_dup' and 'se_dup' file descriptors.Dmitry Zagorny2015-09-151-0/+2
* restrict to windows py3 and add commentJames Salter2015-07-171-7/+18
* don't pass un-encodable env to spawnJames Salter2015-07-171-2/+10
* DOC: Fix docstring warnings in documetation generation.Charles Harris2015-07-011-32/+50
* DEP,MAINT: Remove deprecated splitcmdline.Charles Harris2015-06-211-7/+0
* MAINT: Mark deprecation warning with a date and Numpy version.Charles Harris2015-06-211-0/+1
* ENH: Make output of get_atlas_info conditional on system_info.verbosityArnaud Bergeron2014-02-271-1/+1
* STY: Giant comma spacing fixup.Charles Harris2013-08-181-112/+112
* 2to3: apply `dict` fixer.Charles Harris2013-04-061-1/+1
* 2to3: Apply `print` fixer.Charles Harris2013-04-061-1/+1
* 2to3: Use absolute imports.Charles Harris2013-03-281-1/+1
* Implement separate checking for stdout and stderrOndrej Certik2013-03-091-11/+11
* PEP8: don't use \Ondrej Certik2013-03-071-2/+2
* FIX: add _supports_fileno() for testing fileno()Ondrej Certik2013-03-071-2/+15
* BUG: fix issue with distutils.exec_command introduced in 1.7.0.Ralf Gommers2013-03-061-16/+26
* 2to3: Put `from __future__ import division in every python file.Charles Harris2013-03-011-0/+1
* Code cleanupGabriel2012-11-241-1/+1
* Assume we can use sys.stdout.fileno() and friends.Gabriel2012-11-231-7/+5
* BUG/3K: distutils: do not assume that files output e.g. by gcc can be read in...Pauli Virtanen2010-05-111-6/+8
* Py3k: fix unixccompiler + exec_command exception/print stmts.David Cournapeau2009-12-031-9/+11
* Replace numpy.distutils.exec_command.splitcmdline with shlex.split instead.cookedm2007-12-261-55/+6
* exec_command.py: remove a version check for > Python 2.1cookedm2007-08-171-1/+1
* Fix an incorrect usage of log.set_verbosity(INFO) causing log always to be at...Pearu Peterson2007-08-091-1/+1
* More fixes for building scipy with Mingw32 compilers.Pearu Peterson2007-07-251-1/+7
* (no commit message)Pearu Peterson2007-07-241-3/+2
* Better temporary file handling by using one temporary directory forcookedm2007-05-281-14/+15
* distutils: clean up imports (found by running pyflakes)cookedm2007-05-251-1/+0
* Add a numpy.distutils.log.good function, which when WARN messages would becookedm2007-05-251-1/+1
* merge from distutils-revamp branch (step 1)cookedm2007-05-251-32/+20
|\
| * Branch numpy.distutils to distutils-revampcookedm2006-07-061-648/+0
|/