test-convert-cvs: filter unstable cvs output.
The order choosen by cvs to display commit is not stable when the tests are run
under heavy CPU/IO load. This leads to irrelevant failures of the test suite.
This changeset filters four lines impacted by this instability. The result of
the conversion is still verified.
posix: move a global fcntl import to keep it from breaking jython
Only needed on darwin, anyway.
wsgicgi: call close() on iterable to avoid resource leaks
Quoting PEP 333 (WSGI):
"If the iterable returned by the application has a close() method, the server
or gateway must call that method upon completion of the current request,
whether the request was completed normally, or terminated early due to
an error. (This is to support resource release by the application.
This protocol is intended to complement PEP 325's generator support,
and other common iterables with close() methods."
patch: warn when the internal patcher fails
hopefully we'll soon fix the remaining failures from the internal patcher, and
not use the external one anymore.
run-tests: make sure GREP_OPTIONS isn't set
This can interfere with test output, especially for options like --color.
patch: more precise NoHunk, raised for every file (
issue2102)
patch: try harder to find the file to patch on file creation (
issue2041)
accept the following patch header:
first line: foo/a.orig
second line: foo/a
i18n-pt_BR: synchronized with
e930017f9e2a