lxml:macos_unicode_tests

Last commit made on 2021-07-18
Get this branch:
git clone -b macos_unicode_tests https://git.launchpad.net/lxml

Branch merges

Branch information

Name:
macos_unicode_tests
Repository:
lp:lxml

Recent commits

03ed921... by scoder

Rewrite two tests to try to make them work in macOS.

355c0a5... by scoder

Update changelog.

02a49b1... by scoder

Rewrite Unicode chunk parsing by directly encoding to UTF-8.
Previously, we required Py_UNICODE strings, which is inefficient since most strings in Py3 use the PEP-393 memory layout.

b626841... by scoder

Try to get the wheel upload working in CI.

566effd... by scoder

Try to get the wheel upload working in CI.

7f03ec2... by scoder

Fix wheel build CFLAGS in CI.

5b8f527... by scoder

User older, compatible coverage version in CI.

549175e... by scoder

Fix CI wheel build target.

3706ce5... by scoder

Use -flto for wheel builds.

18d9ffe... by scoder

Improve CFLAGS in CI builds to get better C compiler warnings and better wheels.