and str (unicode) patterns get full unicode matching by default. The re.ASCII flag is also introduced to ask for ASCII matching instead.
rename in r63439. Also fix one occurrence of unichr() in html.parser.
includes merge of trunk revision 63432