Staging
v0.5.1
https://github.com/python/cpython
Revision d1b1b8c8827212252f69941562e7989388990a5a authored by Gustavo Niemeyer on 06 September 2006, 22:44:51 UTC, committed by Gustavo Niemeyer on 06 September 2006, 22:44:51 UTC
Let's try that once more. Buildbots were broken last time, but probably
because tests were sending data to stderr for testing it (sending to a
file doesn't touch the problem).

The fix is still the same, but tests were reduced (removing tests to
be able to fix something is weird, but oh well).
1 parent 8a230b5
History
Tip revision: d1b1b8c8827212252f69941562e7989388990a5a authored by Gustavo Niemeyer on 06 September 2006, 22:44:51 UTC
Fixed bug #1531862: Do not close standard file descriptors in subprocess.
Tip revision: d1b1b8c
File Mode Size
stringlib
abstract.c -rw-r--r-- 51.7 KB
boolobject.c -rw-r--r-- 4.7 KB
bufferobject.c -rw-r--r-- 15.5 KB
cellobject.c -rw-r--r-- 2.7 KB
classobject.c -rw-r--r-- 60.8 KB
cobject.c -rw-r--r-- 3.9 KB
codeobject.c -rw-r--r-- 16.6 KB
complexobject.c -rw-r--r-- 22.8 KB
descrobject.c -rw-r--r-- 31.1 KB
dictnotes.txt -rw-r--r-- 10.9 KB
dictobject.c -rw-r--r-- 61.2 KB
enumobject.c -rw-r--r-- 8.3 KB
exceptions.c -rw-r--r-- 58.7 KB
fileobject.c -rw-r--r-- 62.1 KB
floatobject.c -rw-r--r-- 40.4 KB
frameobject.c -rw-r--r-- 23.6 KB
funcobject.c -rw-r--r-- 20.9 KB
genobject.c -rw-r--r-- 9.4 KB
intobject.c -rw-r--r-- 29.3 KB
iterobject.c -rw-r--r-- 5.2 KB
listobject.c -rw-r--r-- 69.4 KB
listsort.txt -rw-r--r-- 31.0 KB
longobject.c -rw-r--r-- 83.3 KB
methodobject.c -rw-r--r-- 8.0 KB
moduleobject.c -rw-r--r-- 6.2 KB
object.c -rw-r--r-- 49.8 KB
obmalloc.c -rw-r--r-- 56.7 KB
rangeobject.c -rw-r--r-- 7.9 KB
setobject.c -rw-r--r-- 51.1 KB
sliceobject.c -rw-r--r-- 8.0 KB
stringobject.c -rw-r--r-- 119.5 KB
structseq.c -rw-r--r-- 9.7 KB
tupleobject.c -rw-r--r-- 19.7 KB
typeobject.c -rw-r--r-- 150.2 KB
unicodectype.c -rw-r--r-- 15.8 KB
unicodeobject.c -rw-r--r-- 210.3 KB
unicodetype_db.h -rw-r--r-- 88.5 KB
weakrefobject.c -rw-r--r-- 28.4 KB

back to top