- 30 Jun, 2011 6 commits
-
-
Victor Stinner authored
available, to read the Python script from the right encoding.
-
Victor Stinner authored
read the Python script from the right encoding.
-
Victor Stinner authored
to read the encoding cookie, instead of opening it in UTF-8.
-
Victor Stinner authored
encoding cookie, instead of opening it in UTF-8.
-
Benjamin Peterson authored
-
Benjamin Peterson authored
-
- 29 Jun, 2011 34 commits
-
-
Victor Stinner authored
Copy sys.stderr before replacing it, instead of using sys.__stderr__
-
Victor Stinner authored
-
Victor Stinner authored
instead of open(os.devnull, 'w')
-
Benjamin Peterson authored
These are pointless because on error, all blocks will be finalized by symtable_dealloc.
-
Victor Stinner authored
.truncate(0) doesn't rewind.
-
Victor Stinner authored
.truncate(0) doesn't rewind.
-
Victor Stinner authored
sys.stdout anymore regrtest doesn't check that a test doesn't output anything anymore.
-
Victor Stinner authored
anymore regrtest doesn't check that a test doesn't output anything anymore.
-
Victor Stinner authored
test
-
Victor Stinner authored
-
Victor Stinner authored
-
Victor Stinner authored
-
Victor Stinner authored
regrtest doesn't check that tests doesn't write something to stdout anymore. Don't replace sys.stdout by the original sys.stdout to be able to capture the output for regrtest -W.
-
Victor Stinner authored
regrtest doesn't check that tests doesn't write something to stdout anymore. Don't replace sys.stdout by the original sys.stdout to be able to capture the output for regrtest -W.
-
Victor Stinner authored
If verbose is False, the output is empty. Fix also a typo in a variable name.
-
Victor Stinner authored
If verbose is False, the output is empty. Fix also a typo in a variable name.
-
Victor Stinner authored
all calls * Don't force verbose to True with option -W * Rename rerun_failed variable to output_on_failure
-
Victor Stinner authored
* Don't force verbose to True with option -W * Rename rerun_failed variable to output_on_failure
-
Victor Stinner authored
replaced by a io.StringIO object by regrtest (which has no file descriptor).
-
Victor Stinner authored
a io.StringIO object by regrtest (which has no file descriptor).
-
Victor Stinner authored
faulthandler.enable() requires that sys.stderr has a fileno() method.
-
Victor Stinner authored
-
Victor Stinner authored
-
Victor Stinner authored
-
Victor Stinner authored
but captures the output and displays it on failure instead. regrtest -v doesn't print the error twice anymore if there is only one error.
-
Victor Stinner authored
the output and displays it on failure instead. regrtest -v doesn't print the error twice anymore if there is only one error.
-
Victor Stinner authored
... instead of using fork(): sig*wait*() functions behave differently (not correctly) after a fork, especially on FreeBSD 6. Skip also test_sigtimedwait_poll() on FreeBSD 6 because of a kernel bug.
-
Ned Deily authored
-
Ned Deily authored
-
Ned Deily authored
-
Ned Deily authored
-
Ned Deily authored
distutils to packaging.
-
Ned Deily authored
test_command_build_ext.
-
Ned Deily authored
-