lxml:lxml-3.7

Last commit made on 2017-03-26
Get this branch:
git clone -b lxml-3.7 https://git.launchpad.net/lxml

Branch merges

Branch information

Name:
lxml-3.7
Repository:
lp:lxml

Recent commits

9ad0f54... by scoder

repair test after reverting XSLT error log change

b0ab366... by scoder

changelog

dcc6889... by scoder

LP#1551797: revert fix as it breaks multi-threaded XSLT processing

2d35d07... by scoder

changelog

6e1d219... by scoder

improve type check and comment

82a354a... by Ondergetekende

Perform full-document detection on decoded bytes.

Closes #1673355

329fe90... by scoder

prepare release of lxml 3.7.3

dda29bc... by Paul "TBBle" Hampson

Add Python 2.6 to the AppVeyor build

Python 2.6 cannot run packages with "-m", and you cannot upgrade pip
while running the pip.exe script. So we must open-code the Python 2.7+
behaviour of the -m option.

3643d0f... by Jakub Wilk

fix typos

33e57c5... by Paul "TBBle" Hampson

Skip TempPathXmlFileTestCase for the incremental XML API

On "Windows NT or later", you cannot reopen a file created by
`tempfile.NamedTemporaryFile` while the file-like object is still
active.

See
https://docs.python.org/3/library/tempfile.html#tempfile.NamedTemporaryFile