summaryrefslogtreecommitdiff
path: root/distutils/spawn.py
Commit message (Expand)AuthorAgeFilesLines
* [maint] removed unneded exception inclusionGiulio Procopio2022-01-051-1/+1
* distutils: pass -rpath to linker on macOS >=10.5Alexei Colin2021-04-261-27/+4
* Relax MACOSX_DEPLOYMENT_TARGET checkJoshua Root2021-03-221-5/+9
* In spawn, when logging a command, use list2cmdline to render the command as i...Jason R. Coombs2020-11-061-1/+1
* Allow spawn to accept environment. Avoid monkey-patching global state. Closes...Jason R. Coombs2020-07-121-4/+4
* Replace OSError with DistutilsExecError. Fixes pypa/distutils#3 and pypa/setu...Jason R. Coombs2020-07-051-3/+9
* [maint] move all files into subfolderxoviat2020-05-251-0/+119