summaryrefslogtreecommitdiff
path: root/scipy_distutils/exec_command.py
Commit message (Expand)AuthorAgeFilesLines
* renamed directoriesTravis Oliphant2005-09-141-645/+0
* Bug fixes in from_template. Added docs for livedocs.Pearu Peterson2004-11-211-45/+46
* Fixed find_executable(exe) when exe is symbolic link (as for example g77->/us...Pearu Peterson2004-04-221-2/+11
* Backport to Python 2.1Pearu Peterson2004-04-131-1/+1
* Return original exe name when not found.Pearu Peterson2004-04-091-1/+3
* Fixed win32 cmd and msys ports.Pearu Peterson2004-04-031-11/+16
* Fixed exec_command when used under win32 cmd and a command contains spaces or...Pearu Peterson2004-03-311-11/+34
* Using os.path.realpath only on posix platforms.Pearu Peterson2004-03-301-2/+6
* Using _exec_command_posix on sunos.Pearu Peterson2004-03-301-2/+2
* Disabled status=998 error for now.Pearu Peterson2004-03-291-1/+4
* Fixed exec_command for commands with spacesPearu Peterson2004-03-291-8/+8
* Disabled use_shell for sun osPearu Peterson2004-03-261-1/+1
* Fixed _exec_command when use_shell is truePearu Peterson2004-03-261-1/+1
* Fixed duplicate quotation of a command path.Pearu Peterson2004-03-251-3/+5
* Fixed bug when the fullpath to an executable contains spacesPearu Peterson2004-03-241-3/+11
* Changing environment in cygwin-win32 mix works. Just echo cannot be used to t...Pearu Peterson2004-02-191-10/+39
* Using new.instancemethod to override distutils internal methods - this is ver...Pearu Peterson2004-02-131-1/+1
* Reduced scipy_distutils verbosityPearu Peterson2004-02-131-18/+5
* Fixed test_nt missing arg.Pearu Peterson2004-02-021-1/+1
* Fixed use_tee=0 case for cygwinPearu Peterson2004-02-021-22/+28
* Issue with echo tests under cygwin with nt/win32 python is resolved.Pearu Peterson2004-02-011-2/+2
* Oops, forget splitdrive argument..Pearu Peterson2004-02-011-1/+1
* Under nt don't use cygwin executables - is this the right thing do in general...Pearu Peterson2004-02-011-0/+10
* Under nt always use sys.executable as pythonPearu Peterson2004-02-011-2/+2
* Workaround for cygwinPearu Peterson2004-02-011-1/+1
* fcompiler classesPearu Peterson2004-01-311-5/+16
* Fixed and added test for exec_command argument execute_in.Pearu Peterson2004-01-191-14/+37
* Adding exec_command - a highly portable getstatusoutput function (e.g. return...Pearu Peterson2004-01-161-0/+522