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
*
Revert the following revisions, as they don't fix security
Martin v. Löwis
2008-03-02
1
-13/+1
*
Backport r60104 + r60111 from trunk.
Gregory P. Smith
2008-01-19
1
-1/+13
*
Applied patch #1506758: Prevent MemoryErrors with large MAXFD. Backport of 47...
Peter Astrand
2006-06-22
1
-1/+1
*
Bug #1500293: fix memory leaks in _subprocess module.
Georg Brandl
2006-06-04
1
-5/+5
*
Changed header to match the HEAD version:
Peter Astrand
2005-09-23
1
-20/+4
*
Corrected bug in list2cmdline wrt backslashes. Fixes #1083306.
Peter Astrand
2005-03-03
1
-0/+1
*
On UNIX, when the execution of the child fails, we must waitpid() to
Peter Astrand
2005-01-01
1
-0/+1
*
Raise TypeError if bufsize argument is not an integer. Patch 1071755, slightl...
Peter Astrand
2004-12-05
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