Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
platform
/
external
/
python
/
cpython3
/
9e7c8da61c01279797197438111c33b3b8f2e3b2
/
Lib
/
subprocess.py
bb839ef
More str/bytes goodness.
by Guido van Rossum
· 17 years ago
46a05a7
The bufsize argument to Popen() should accept None meaning the default (0).
by Guido van Rossum
· 18 years ago
e7ba495
Merged revisions 55631-55794 via svnmerge from
by Guido van Rossum
· 18 years ago
fa0054a
Make test_subprocess work. Fix universal newlines in io.py.
by Guido van Rossum
· 18 years ago
c2f93dc
Remove native popen() and fdopen(), replacing them with subprocess calls.
by Guido van Rossum
· 18 years ago
c9e363c
Make test_subprocess pass. The subprocess module now reads and writes
by Guido van Rossum
· 18 years ago
af2362a
Make test_sys pass.
by Guido van Rossum
· 18 years ago
0368b72
Merged revisions 55225-55227,55229-55269 via svnmerge from
by Guido van Rossum
· 18 years ago
805365e
Merged revisions 55007-55179 via svnmerge from
by Guido van Rossum
· 18 years ago
aa97f04
Fix various spots where int/long and str/unicode unification
by Walter Dörwald
· 18 years ago
d8faa36
Merged revisions 53952-54987 via svnmerge from
by Guido van Rossum
· 18 years ago
cf297e4
Merged revisions 53623-53858 via svnmerge from
by Thomas Wouters
· 18 years ago
be19ed7
Fix most trivially-findable print statements.
by Guido van Rossum
· 18 years ago
9fe394c
Merged revisions 53538-53622 via svnmerge from
by Thomas Wouters
· 18 years ago
e2a383d
Rip out 'long' and 'L'-suffixed integer literals. (Rough first cut.)
by Guido van Rossum
· 18 years ago
fc7bb8c
Merged revisions 53304-53433,53435-53450 via svnmerge from
by Thomas Wouters
· 18 years ago
b940e11
SF patch 1631942 by Collin Winter:
by Guido van Rossum
· 18 years ago
902d6eb
Merged revisions 53005-53303 via svnmerge from
by Thomas Wouters
· 18 years ago
89f507f
Four months of trunk changes (including a few releases...)
by Thomas Wouters
· 18 years ago
b5d47ef
Fix another comparison between None and 0.
by Guido van Rossum
· 18 years ago
0e3f591
Merged revisions 46753-51188 via svnmerge from
by Thomas Wouters
· 19 years ago
73e5a5b
Merge the rest of the trunk.
by Thomas Wouters
· 19 years ago
477c8d5
Much-needed merge (using svnmerge.py this time) of trunk changes into p3yk.
by Thomas Wouters
· 19 years ago
49fd7fa
Merge p3yk branch with the trunk up to revision 45595. This breaks a fair
by Thomas Wouters
· 19 years ago
d910855
Remove apply()
by Neal Norwitz
· 19 years ago
3a708df
Changed license header: Now simply referring to PSF. This closes bug 1138653.
by Peter Astrand
· 19 years ago
eba28be
Whitespace normalization.
by Tim Peters
· 20 years ago
7e78ade
Corrected bug in list2cmdline wrt backslashes. Fixes #1083306.
by Peter Astrand
· 20 years ago
23109f0
Optimization for communicate(): If only one of stdin/stdout/stderr is
by Peter Astrand
· 20 years ago
c26516b
Made the module compatible with Python 2.2 again.
by Peter Astrand
· 20 years ago
69bf13f
Added copyright notice: Licensed to PSF under a Contributor Agreement.
by Peter Astrand
· 20 years ago
d38ddf4
Patch from Leandro Lucarella: replaced:
by Peter Astrand
· 20 years ago
f715366
Reduce the usage of the types module.
by Raymond Hettinger
· 20 years ago
f791d7a
On UNIX, when the execution of the child fails, we must waitpid() to
by Peter Astrand
· 20 years ago
454f767
New subprocess utility function: check_call. Closes #1071764.
by Peter Astrand
· 20 years ago
5f5e141
Changed signature of call function to avoid confusion: this 'args' is not the same as the one to the Popen constructor
by Peter Astrand
· 20 years ago
738131d
Raise TypeError if bufsize argument is not an integer. Patch 1071755, slightly modified.
by Peter Astrand
· 20 years ago
6fdf3cb
Corrected example for replacing shell pipeline. Fixes bug 1073790.
by Peter Astrand
· 20 years ago
c1d6536
When using shell=True on Windows, don't display a shell window by default. Fixes #1057061.
by Peter Astrand
· 20 years ago
837dd93
Fix docstring formatting of escape sequences.
by Raymond Hettinger
· 20 years ago
15aaacc
return codes are available on all platforms, not just on Unix
by Fredrik Lundh
· 20 years ago
3e73a01
Replace dynamic try/except with "if 0", to keep py2exe happy. If you
by Fredrik Lundh
· 20 years ago
e8374a5
Folded long lines.
by Tim Peters
· 20 years ago
e718f61
Whitespace normalization.
by Tim Peters
· 20 years ago
51ee66e
Typo fix
by Andrew M. Kuchling
· 20 years ago
5b3687d
Added Peter Astrand's subprocess module.
by Fredrik Lundh
· 20 years ago