Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
platform
/
external
/
python
/
cpython3
/
3ae84b6389f108fddbed5814cd210c3a0110c633
/
Lib
/
popen2.py
65230a2
Remove uses of the string and types modules:
by Walter Dörwald
· 22 years ago
1c90d7a
tighten up except - os.close only raises OSError see bug 411881
by Skip Montanaro
· 23 years ago
57fd45e
back out spurious change from 1.22
by Skip Montanaro
· 23 years ago
59b40c0
Popen3 and Popen4 should be in __all__
by Skip Montanaro
· 23 years ago
5cef571
OS/2 EMX port Library and regression test changes:
by Andrew MacIntyre
· 23 years ago
95b057e
Patch #487784: Support Unicode commands in popen3/4 handling on UNIX.
by Martin v. Löwis
· 23 years ago
658cba6
Whitespace normalization.
by Tim Peters
· 24 years ago
352674d
a few more __all__ lists
by Skip Montanaro
· 24 years ago
d215218
test_popen2 broke on Windows shortly after 2.0b2 was released. Fixed it.
by Tim Peters
· 24 years ago
d75e63a
popen4(), class Popen4: popen4() support for Unix.
by Fred Drake
· 24 years ago
3620857
The "more" cmd varies across Windows flavors, sometimes adding stray
by Tim Peters
· 24 years ago
31f182e
Added os.popen2() and os.popen3() for non-Windows platforms.
by Fred Drake
· 24 years ago
84f28db
Changed the popen2.py _test function to use the "more" cmd when
by Tim Peters
· 24 years ago
fb8849c
remove prints of file objects from _test
by Jeremy Hylton
· 24 years ago
9ac81f6
- changed the nt.popen2 return values back to
by Fredrik Lundh
· 24 years ago
bb7eeff
- added popen.popen2/popen3/popen4 support for windows.
by Fredrik Lundh
· 24 years ago
54f22ed
More trivial comment -> docstring transformations by Ka-Ping Yee, who writes:
by Guido van Rossum
· 25 years ago
068d572
Calling _cleanup() does not guarantee that all processes have
by Guido van Rossum
· 26 years ago
45e2fbc
Mass check-in after untabifying all files that need it.
by Guido van Rossum
· 27 years ago
da28666
Add optional bufsize argument to various calls so we can make the
by Guido van Rossum
· 27 years ago
6dd4868
The command can now either be a string (as before) or a list of
by Guido van Rossum
· 27 years ago
0357d02
Rewrite using class, to make waiting for processes possible;
by Guido van Rossum
· 27 years ago
caa9f23
Change inspired by Tommy Burnette to add an interface to get stderr, too.
by Guido van Rossum
· 28 years ago
971ee13
pass the command to sh -c
by Guido van Rossum
· 29 years ago
9a22de1
new files
by Guido van Rossum
· 30 years ago