index
:
external_python_setuptools
40.7-maintenance
bootstrap
bootstrap-2.x
bootstrap-py24
bugfix/1623-always-targz
bugfix/1635-disallow-parent-paths
bugfix/1663-restore-port
bugfix/2129-better-egg-detection
bugfix/2232-adopt-distutils-default
bugfix/2232-ubuntu-patch
bugfix/downgrade-pip
bugfix/downgrade-pip-redux
debt/drop-py35
debt/remove-RequirementParseError
develop-nspkg
develop-nspkg-always
di-patch-1
distutils
distutils-adopt-escape-hatch
docs/auto-merge
docs/distutils-porting
dont-normalize
drop-py26
export-pkg-resources
feature/1246-utf-8-in-scripts
feature/1696-update-vendored-deps
feature/2093-docs-revamp
feature/deprecate-2to3
feature/deps-in-metadata
feature/deterministic-provides-extras-2
feature/easy-install-dep
feature/implicit-bootstrap
feature/include-pyproject.toml
feature/pip-options-alignment
feature/pyopenssl-fallback
feature/simple-dist-name-in-scripts
feature/tox-venv
feature/vendor-pkg-resources
feature/version-in-cfg
feature/xenial-py37
fix_changelog
issue-704
issue-889
issue-97
issue250-module_from_spec
issue250-reentry
iterator-unpack
maint/44.x
master
pr/1521
pr1887-rebase
replicant-10
revert-1180-fix_889_and_non-ascii_in_setup.cfg_take_2
setuptools-scm
Python setuptools
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
spawn.py
Commit message (
Expand
)
Author
Age
Files
Lines
*
bpo-39763: distutils.spawn now uses subprocess (GH-18743)
Victor Stinner
2020-03-04
1
-106
/
+22
*
bpo-35920: Windows 10 ARM32 platform support (GH-11774)
Paul Monson
2019-04-25
1
-1
/
+1
*
bpo-35755: Don't say "to mimick Unix which command behavior" (GH-12861)
Victor Stinner
2019-04-17
1
-1
/
+1
*
bpo-35755: shutil.which() uses os.confstr("CS_PATH") (GH-12858)
Victor Stinner
2019-04-17
1
-14
/
+25
*
bpo-34530: Fix distutils find_executable() (GH-9049)
Victor Stinner
2018-09-04
1
-1
/
+1
*
Issue #23285: PEP 475 -- Retry system calls failing with EINTR.
Charles-François Natali
2015-02-07
1
-3
/
+0
*
Issue #20978: Remove last part of OS/2 support in distutils
Victor Stinner
2014-03-20
1
-2
/
+0
*
Merge 3.3 (#11599)
Éric Araujo
2014-03-13
1
-15
/
+40
|
\
|
*
Make distutils error messages more helpful (#11599).
Éric Araujo
2014-03-13
1
-18
/
+45
*
|
Closes #16135: Removal of OS/2 support (distutils)
Jesus Cea
2012-10-11
1
-23
/
+1
|
/
*
Fix closes Issue11439 Remove the SVN keywords from the code as it is no longe...
Senthil Kumaran
2011-07-28
1
-2
/
+0
*
Issue #9516: Change distutils to no longer globally attempt to check and
Ned Deily
2011-06-28
1
-1
/
+28
*
Merged revisions 73147 via svnmerge from
Tarek Ziadé
2009-06-02
1
-23
/
+24
*
Fix more exception slicing.
Georg Brandl
2008-01-06
1
-3
/
+3
*
General cleanup, raise normalization in Lib/distutils.
Collin Winter
2007-08-30
1
-64
/
+31
*
Remove functions in string module that are also string methods. Also remove:
Neal Norwitz
2007-04-17
1
-6
/
+6
*
Fix most trivially-findable print statements.
Guido van Rossum
2007-02-09
1
-1
/
+1
*
SF patch 1631942 by Collin Winter:
Guido van Rossum
2007-01-10
1
-4
/
+4
*
Update compatibility comments to 2.1, corresponding to PEP 291 1.13.
Martin v. Löwis
2004-11-10
1
-1
/
+1
*
Whitespace normalization, via reindent.py.
Tim Peters
2004-07-18
1
-1
/
+1
*
Make _spawn_posix be ready for EINTR. waitpid(2) can be interrupted
Hye-Shik Chang
2004-02-24
1
-1
/
+8
*
Reflow comment
Andrew M. Kuchling
2002-11-21
1
-3
/
+3
*
Add comment to Distutil files about requiring 1.5.2 compatibility, as
Andrew M. Kuchling
2002-11-19
1
-0
/
+2
*
Remove 'created by' lines; people can use CVS for this, and the information i...
Andrew M. Kuchling
2002-11-14
1
-2
/
+0
*
Make setup.py less chatty by default.
Jeremy Hylton
2002-06-04
1
-12
/
+8
*
OS/2 patches by Andrew I MacIntyre for distutils.
Marc-André Lemburg
2002-01-31
1
-1
/
+30
*
Whitespace normalization.
Fred Drake
2001-12-06
1
-6
/
+6
*
Reformat docstrings.
Greg Ward
2000-09-26
1
-38
/
+41
*
Rene Liebscher: factor 'find_executable()' out of '_spawn_nt()'.
Greg Ward
2000-08-02
1
-13
/
+30
*
Duh, it helps if '_nt_quote_args()' actually returns the mutated list,
Greg Ward
2000-03-26
1
-1
/
+1
*
Fixed '_nt_quote_args()': backwards logic reversed, and now it actually
Greg Ward
2000-03-23
1
-2
/
+2
*
Added '_nt_quote_args()' to deal with whitespace in command-line arguments
Greg Ward
2000-03-07
1
-5
/
+22
*
Changed '__rcsid__' to '__revision__'.
Greg Ward
2000-03-02
1
-1
/
+1
*
Catch OSError from 'spawnv()' in '_spawn_nt()'.
Greg Ward
2000-01-17
1
-5
/
+12
*
[from 1999/08/28]
Greg Ward
1999-09-08
1
-2
/
+2
*
Patch from Perry Stoll: support for Windows.
Greg Ward
1999-08-29
1
-10
/
+29
*
Module to spawn sub-commands in a platform-independent way.
Greg Ward
1999-08-14
1
-0
/
+106