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/cpython.git
3.6
3.7
3.8
3.9
backport-e35ca41-3.11
gentoo
gentoo-2.7-vanilla
main
master
Gentoo fork of Python
Python project <python@gentoo.org>
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
Lib
/
test
/
test_subprocess.py
Commit message (
Expand
)
Author
Age
Files
Lines
*
Removed test_close_fds, because it's too unreliable. We simply cannot
Peter Astrand
2004-10-21
1
-10
/
+0
*
remove_stderr_debug_decorations(): Always try the substitution. Else
Tim Peters
2004-10-14
1
-3
/
+1
*
Don't spend quite as much time looking for leaks on Windows, where
Fredrik Lundh
2004-10-13
1
-2
/
+4
*
normalize case when comparing directory names (problem reported by
Fredrik Lundh
2004-10-13
1
-1
/
+2
*
New helper remove_stderr_debug_decorations(). This test passes in a
Tim Peters
2004-10-13
1
-7
/
+24
*
Kill several problems at once: test_poll() failed sometimes for me.
Tim Peters
2004-10-13
1
-6
/
+11
*
test_stdout_none(): Don't print "banana" to the screen in the middle
Tim Peters
2004-10-13
1
-2
/
+5
*
Windows test_creationflags() test: print msg to stderr informing the
Tim Peters
2004-10-13
1
-1
/
+2
*
XXX about extreme expense of test_no_leaking() on Windows. I'm not sure
Tim Peters
2004-10-13
1
-0
/
+1
*
Experience with Zope2's tests showed it's a Bad Idea to make unittest
Tim Peters
2004-10-12
1
-45
/
+35
*
Wrap long lines.
Tim Peters
2004-10-12
1
-43
/
+67
*
Whitespace normalization.
Tim Peters
2004-10-12
1
-17
/
+16
*
Added Peter Astrand's subprocess module.
Fredrik Lundh
2004-10-12
1
-0
/
+514