- 05 Jun, 2011 4 commits
-
-
Martin v. Löwis authored
-
Martin v. Löwis authored
-
Martin v. Löwis authored
-
Martin v. Löwis authored
-
- 03 Jun, 2011 4 commits
-
-
Victor Stinner authored
test_multibytecodec_support. Improve also error message of the test_errorhandle() of TestBase.
-
Victor Stinner authored
-
Éric Araujo authored
-
Raymond Hettinger authored
-
- 01 Jun, 2011 8 commits
-
-
Raymond Hettinger authored
-
Éric Araujo authored
-
Victor Stinner authored
descriptor of a pipe closed in the parent process is valid in the child process according to fstat(), but the mode of the file descriptor is invalid, and read or write raise an error. Add also requires_mac_ver() decorator to test.support.
-
Benjamin Peterson authored
-
Benjamin Peterson authored
-
Benjamin Peterson authored
-
Benjamin Peterson authored
-
Benjamin Peterson authored
-
- 31 May, 2011 4 commits
-
-
Benjamin Peterson authored
-
Victor Stinner authored
constructor has failed, e.g. because of an undeclared keyword argument. Patch written by Oleg Oshmyan.
-
Éric Araujo authored
-
Éric Araujo authored
-
- 30 May, 2011 3 commits
-
-
Victor Stinner authored
iso2022_jp, iso2022_jp_2 and iso2022_kr
-
Victor Stinner authored
-
Victor Stinner authored
the following case: sys.stdin.read() stopped with CTRL+d (end of file), raw_input() interrupted by CTRL+c.
-
- 29 May, 2011 12 commits
-
-
Benjamin Peterson authored
-
Benjamin Peterson authored
-
Benjamin Peterson authored
-
Benjamin Peterson authored
-
Éric Araujo authored
-
Éric Araujo authored
-
Éric Araujo authored
-
Ned Deily authored
-
Ned Deily authored
-
Éric Araujo authored
-
Éric Araujo authored
-
Éric Araujo authored
-
- 28 May, 2011 5 commits
-
-
Éric Araujo authored
-
Éric Araujo authored
-
Éric Araujo authored
-
Éric Araujo authored
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 authored
_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.
-