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
/
test
/
test_popen.py
Commit message (
Expand
)
Author
Age
Files
Lines
*
Issue #19936: Added executable bits or shebang lines to Python scripts which
Serhiy Storchaka
2014-01-16
1
-1/+0
*
close file properly
Benjamin Peterson
2010-10-31
1
-1/+2
*
convert shebang lines: python -> python3
Benjamin Peterson
2010-03-11
1
-1/+1
*
Issue #7461: objects returned by os.popen() should support the context manage...
Antoine Pitrou
2009-12-09
1
-0/+8
*
#6358: Merge r73933: Add basic tests for the return value of os.popen().close().
Amaury Forgeot d'Arc
2009-07-11
1
-0/+7
*
#2621 rename test.test_support to test.support
Benjamin Peterson
2008-05-20
1
-3/+3
*
Convert a lot of print statements to print functions in docstrings,
Neal Norwitz
2008-05-13
1
-1/+1
*
Make sys.path and sys.argv into lists of strings.
Guido van Rossum
2007-06-15
1
-1/+1
*
Fix some problems introduced by the str8 repr change.
Guido van Rossum
2007-06-15
1
-1/+3
*
* Remove PRINT_ITEM(_TO), PRINT_NEWLINE(_TO) opcodes.
Georg Brandl
2007-02-09
1
-1/+1
*
Merged revisions 53451-53537 via svnmerge from
Thomas Wouters
2007-02-01
1
-22/+29
*
Merged revisions 46753-51188 via svnmerge from
Thomas Wouters
2006-08-11
1
-1/+2
*
Don't quote the path to Python unless the path contains an embedded space.
Tim Peters
2003-03-07
1
-1/+4
*
sys.executable can contain spaces, cater for this when passing it to
Jack Jansen
2003-02-24
1
-1/+1
*
Get rid of relative imports in all unittests. Now anything that
Barry Warsaw
2002-07-23
1
-1/+1
*
Get popen test to work even if python is not in the path
Neal Norwitz
2002-07-20
1
-1/+1
*
Fix bugs:
Mark Hammond
2002-04-03
1
-0/+36