- 29 May, 2011 12 kayıt (commit)
-
-
Benjamin Peterson yazdı
-
Benjamin Peterson yazdı
-
Benjamin Peterson yazdı
-
Benjamin Peterson yazdı
-
Éric Araujo yazdı
-
Éric Araujo yazdı
-
Éric Araujo yazdı
-
Ned Deily yazdı
-
Ned Deily yazdı
-
Éric Araujo yazdı
-
Éric Araujo yazdı
-
Éric Araujo yazdı
-
- 28 May, 2011 10 kayıt (commit)
-
-
Éric Araujo yazdı
-
Éric Araujo yazdı
-
Éric Araujo yazdı
-
Éric Araujo yazdı
The tests now pass all combinations of -O/-OO and -B. See also #7071 and #6292 for previous variations on the same theme. test_versionpredicate needs a skip when sys.flags.optimize is true, but I don’t know how to make that work with a DocTestSuite.
-
Gregory P. Smith yazdı
_posixsubprocess doesn't exist rather than simply stubbing it out after the fact. This adds coverage for the RuntimeWarning as well as using the pure python _create_pipe instead of using _posixsubprocess.cloexec_pipe unintentionally with the pure python code. Ironically: I don't think any platform should ever actually _use_ the pure Python subprocess code on POSIX platforms anymore. This at least tests it properly in this stable branch. The pure python code for this is likely to be removed in 3.3.
-
Ned Deily yazdı
ensure "make install" creates symlinks in --prefix bin for the "-32" files in the framework bin directory like the installer does.
-
Ned Deily yazdı
Patch by Mher Movsisyan.
-
Ned Deily yazdı
Patch by Mher Movsisyan.
-
Ned Deily yazdı
Mac OS X and FreeBSD to reduce the chances of a crash instead of a "maximum recursion depth" RuntimeError exception. (patch by Ronald Oussoren)
-
Ned Deily yazdı
Mac OS X and FreeBSD to reduce the chances of a crash instead of a "maximum recursion depth" RuntimeError exception. (patch by Ronald Oussoren)
-
- 27 May, 2011 6 kayıt (commit)
-
-
Benjamin Peterson yazdı
-
Benjamin Peterson yazdı
-
Benjamin Peterson yazdı
-
Benjamin Peterson yazdı
-
Éric Araujo yazdı
-
Éric Araujo yazdı
-
- 26 May, 2011 3 kayıt (commit)
-
-
Éric Araujo yazdı
-
Éric Araujo yazdı
-
Éric Araujo yazdı
-
- 25 May, 2011 8 kayıt (commit)
-
-
Stefan Krah yazdı
-
Victor Stinner yazdı
returns None.
-
Victor Stinner yazdı
-
Victor Stinner yazdı
an IOError if the file is closed.
-
Victor Stinner yazdı
the file is closed.
-
Éric Araujo yazdı
-
Éric Araujo yazdı
-
Éric Araujo yazdı
-
- 24 May, 2011 1 kayıt (commit)
-
-
Victor Stinner yazdı
Tools/msi/msi.py
-