index
:
cpython.git
2.7
3.3
3.4
3.5
3.6
benjamin-clang
benjamin-iteration-torture
buildbot-custom
master
https://github.com/python/cpython.git
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
Lib
/
subprocess.py
Commit message (
Expand
)
Author
Age
Files
Lines
*
Merged revisions 53623-53858 via svnmerge from
Thomas Wouters
2007-02-23
1
-18/+40
*
Fix most trivially-findable print statements.
Guido van Rossum
2007-02-09
1
-15/+15
*
Merged revisions 53538-53622 via svnmerge from
Thomas Wouters
2007-02-05
1
-1/+1
*
Rip out 'long' and 'L'-suffixed integer literals.
Guido van Rossum
2007-01-15
1
-2/+2
*
Merged revisions 53304-53433,53435-53450 via svnmerge from
Thomas Wouters
2007-01-15
1
-1/+1
*
SF patch 1631942 by Collin Winter:
Guido van Rossum
2007-01-10
1
-2/+2
*
Merged revisions 53005-53303 via svnmerge from
Thomas Wouters
2007-01-09
1
-6/+11
*
Four months of trunk changes (including a few releases...)
Thomas Wouters
2006-12-13
1
-8/+6
*
Fix another comparison between None and 0.
Guido van Rossum
2006-08-24
1
-1/+2
*
Merged revisions 46753-51188 via svnmerge from
Thomas Wouters
2006-08-11
1
-11/+16
*
Merge the rest of the trunk.
Thomas Wouters
2006-06-08
1
-5/+5
*
Much-needed merge (using svnmerge.py this time) of trunk changes into p3yk.
Thomas Wouters
2006-05-27
1
-2/+2
*
Merge p3yk branch with the trunk up to revision 45595. This breaks a fair
Thomas Wouters
2006-04-21
1
-10/+26
*
Remove apply()
Neal Norwitz
2006-03-17
1
-1/+1
*
Changed license header: Now simply referring to PSF. This closes bug
Peter Astrand
2005-09-23
1
-22/+2
*
Whitespace normalization.
Tim Peters
2005-03-28
1
-4/+4
*
Corrected bug in list2cmdline wrt backslashes. Fixes #1083306.
Peter Astrand
2005-03-03
1
-0/+1
*
Optimization for communicate(): If only one of stdin/stdout/stderr is
Peter Astrand
2005-03-03
1
-16/+29
*
Made the module compatible with Python 2.2 again.
Peter Astrand
2005-02-21
1
-2/+5
*
Added copyright notice:
Peter Astrand
2005-02-14
1
-0/+2
*
Patch from Leandro Lucarella: replaced:
Peter Astrand
2005-02-10
1
-29/+29
*
Reduce the usage of the types module.
Raymond Hettinger
2005-02-07
1
-9/+8
*
On UNIX, when the execution of the child fails, we must waitpid() to
Peter Astrand
2005-01-01
1
-0/+1
*
New subprocess utility function: check_call. Closes #1071764.
Peter Astrand
2005-01-01
1
-1/+39
*
Changed signature of call function to avoid confusion: this 'args' is not the...
Peter Astrand
2004-12-05
1
-3/+3
*
Raise TypeError if bufsize argument is not an integer. Patch 1071755, slightl...
Peter Astrand
2004-11-30
1
-0/+3
*
Corrected example for replacing shell pipeline. Fixes bug 1073790.
Peter Astrand
2004-11-30
1
-1/+1
*
When using shell=True on Windows, don't display a shell window by default. Fi...
Peter Astrand
2004-11-07
1
-11/+14
*
Fix docstring formatting of escape sequences.
Raymond Hettinger
2004-10-17
1
-1/+1
*
return codes are available on all platforms, not just on Unix
Fredrik Lundh
2004-10-17
1
-4/+3
*
Replace dynamic try/except with "if 0", to keep py2exe happy. If you
Fredrik Lundh
2004-10-13
1
-10/+10
*
Folded long lines.
Tim Peters
2004-10-13
1
-23/+42
*
Whitespace normalization.
Tim Peters
2004-10-12
1
-24/+22
*
Typo fix
Andrew M. Kuchling
2004-10-12
1
-1/+1
*
Added Peter Astrand's subprocess module.
Fredrik Lundh
2004-10-12
1
-0/+1141