GitWeb
Get Gentoo!
gentoo.org sites
gentoo.org
Wiki
Bugs
Forums
Packages
Planet
Archives
Sources
Infra Status
Home
Gentoo Repository
Repositories
Projects
Developer Overlays
User Overlays
Data
Websites
index
:
fork/pypy.git
master
py3.7
Gentoo fork of PyPy
Python project <python@gentoo.org>
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
lib_pypy
/
_subprocess.py
Commit message (
Expand
)
Author
Age
Files
Lines
*
refactor for py3k
Philip Jenvey
2016-09-22
1
-9
/
+14
*
fix for test_fileio
Armin Rigo
2016-07-17
1
-6
/
+10
*
Fix: GetStdHandle() must not free the handle it returns
Armin Rigo
2016-07-17
1
-4
/
+9
*
More fixing
Armin Rigo
2016-07-17
1
-4
/
+8
*
fixes
Armin Rigo
2016-07-17
1
-4
/
+4
*
fixes
Armin Rigo
2016-07-17
1
-19
/
+30
*
Port _subprocess too
Armin Rigo
2016-07-17
1
-99
/
+34
*
restrict to windows
Philip Jenvey
2016-05-26
1
-0
/
+3
*
cleanup _subprocess constants, add STILL_ACTIVE
Brian Kearns
2013-04-10
1
-15
/
+15
*
#Issue 1030: (Akaiten) In _subprocess.py, use ctypes.WinError() to raise a Wi...
Amaury Forgeot d'Arc
2012-02-12
1
-7
/
+7
*
Tweak. (Don't really remember why, but this was needed at some point...)
Armin Rigo
2011-08-23
1
-1
/
+1
*
Maybe we should print a ResourceWarning, but at least don't leak too many
Amaury Forgeot d'Arc
2011-01-17
1
-0
/
+4
*
Add _subprocess.TerminateProcess(), called directly by the multiprocessing mo...
Amaury Forgeot d'Arc
2010-10-12
1
-0
/
+10
*
Fix _subprocess, for multiprocessing which directly calls this internal packa...
Amaury Forgeot d'Arc
2010-10-11
1
-5
/
+5
*
the multiprocessing module calls CreateProcess with startup_info=None.
Amaury Forgeot d'Arc
2010-10-11
1
-8
/
+9
*
Add constant needed by the win32 implementation of subprocess.
Amaury Forgeot d'Arc
2010-10-04
1
-1
/
+2
*
merge from trunk
Benjamin Peterson
2010-06-24
1
-0
/
+196