Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
platform
/
external
/
python
/
cpython3
/
ff748cd6eba00da91b6d5414f7da5816d29138df
/
Lib
/
test
/
test_popen2.py
bec087f
fix incorrect auto-translation of TestSkipped -> unittest.SkipTest
by Benjamin Peterson
· 16 years ago
888a39b
remove test_support.TestSkipped and just use unittest.SkipTest
by Benjamin Peterson
· 16 years ago
42dd86b
Deprecate os.popen* and popen2 module in favor of the subprocess module.
by Neal Norwitz
· 18 years ago
0d4c06e
Whitespace normalization. Ugh, we really need to do this more often.
by Neal Norwitz
· 18 years ago
1b4145d
Patch #1676994: Refactor test_popen2 to use unittest.
by Collin Winter
· 18 years ago
b15ac31
Add new utility function, reap_children(), to test_support. This should
by Neal Norwitz
· 19 years ago
478c82d
Bug #1183780: Add Popen objects to _active only in __del__.
by Martin v. Löwis
· 19 years ago
bfd7d6a
Fix typo
by Andrew M. Kuchling
· 20 years ago
70a6b49
Replace backticks with repr() or "%r"
by Walter Dörwald
· 21 years ago
04f357c
Get rid of relative imports in all unittests. Now anything that
by Barry Warsaw
· 23 years ago
f90ae20
Patch #488073: AtheOS port.
by Martin v. Löwis
· 23 years ago
fc3fc33
Checking in patch #103478 -- makes popen2 and fork1 tested on BeOS.
by Moshe Zadka
· 25 years ago
3620857
The "more" cmd varies across Windows flavors, sometimes adding stray
by Tim Peters
· 25 years ago
31f182e
Added os.popen2() and os.popen3() for non-Windows platforms.
by Fred Drake
· 25 years ago
9407e55
-- changed test to work on platforms which have os.popen but no os.fork
by Fredrik Lundh
· 25 years ago
59e4f37
Test for popen2 module, by Chris Tismer.
by Guido van Rossum
· 26 years ago