lxml:LP1595781_adopt_external_doc

Last commit made on 2017-02-19
Get this branch:
git clone -b LP1595781_adopt_external_doc https://git.launchpad.net/lxml

Branch merges

Branch information

Name:
LP1595781_adopt_external_doc
Repository:
lp:lxml

Recent commits

60a244b... by scoder

Merge pull request #1 from kovidgoyal/LP1595781_adopt_external_doc

Add tests for external document adoption

eb0357a... by scoder

explain that transferring document ownership using "adopt_external_document()" forbids further modifications by external code

c36ba27... by Kovid Goyal

Add tests for external document adoption

9b7a17c... by Kovid Goyal

Add type checking for the capsule

adopt_external_document() should type check its argument

9585896... by scoder

Implement new API function "adopt_external_document()" that accepts a PyCapsule with a libxml2 document pointer and wraps it in an lxml ElementTree

dade872... by scoder

merge lxml-3.7 branch into master

329fe90... by scoder

prepare release of lxml 3.7.3

95dc364... by scoder

merge lxml-3.7 branch into master

536089f... by scoder

Merge pull request #226 from TBBle/appveyor-python26

Add Python 2.6 to the AppVeyor build

3269f2e... 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.