summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* repair test after reverting XSLT error log changelxml-3.7Stefan Behnel2017-03-261-2/+10
* changelogStefan Behnel2017-03-251-0/+3
* LP#1551797: revert fix as it breaks multi-threaded XSLT processingStefan Behnel2017-03-251-10/+0
* changelogStefan Behnel2017-03-181-0/+9
* improve type check and commentStefan Behnel2017-03-181-4/+4
* Perform full-document detection on decoded bytes.Koert van der Veer2017-03-162-1/+14
* prepare release of lxml 3.7.3Stefan Behnel2017-02-183-5/+9
* Add Python 2.6 to the AppVeyor buildPaul "TBBle" Hampson2017-02-141-1/+2
* fix typosJakub Wilk2017-02-142-3/+3
* Skip TempPathXmlFileTestCase for the incremental XML APIPaul "TBBle" Hampson2017-02-121-0/+1
* Support class decorators in Python 2.6 @skipIf fallbackPaul "TBBle" Hampson2017-02-131-4/+8
* clean up appveyor build script some moreStefan Behnel2017-02-111-10/+7
* Don't compile Cython from source on AppVeyorPaul "TBBle" Hampson2017-02-111-1/+1
* Apply Python FTP download workaround to Win32 libsPaul "TBBle" Hampson2017-02-111-0/+1
* Insert missing newlines in AppVeyor scriptsPaul "TBBle" Hampson2017-02-111-0/+3
* changelogStefan Behnel2017-02-111-0/+3
* changelogStefan Behnel2017-02-111-0/+3
* remove Py3.2 from travis build as it fails in the test runnerStefan Behnel2017-01-221-1/+0
* changelogStefan Behnel2017-01-221-0/+9
* clean up test importsStefan Behnel2017-01-221-4/+2
* repair xmlfile serialisation: comparing bytes to str always fails in Py3Stefan Behnel2017-01-221-3/+4
* repair xmlfile test in Py3: requires unicode escape resolving in test stringStefan Behnel2017-01-221-3/+4
* include Py3.6 in travis testsStefan Behnel2017-01-221-0/+1
* list only relevant wheels after buildStefan Behnel2017-01-081-1/+2
* git/hg-ignore more fileslxml-3.7.2Stefan Behnel2017-01-082-0/+2
* git/hg-ignore more filesStefan Behnel2017-01-082-0/+3
* fix typos in error handling codeStefan Behnel2017-01-081-2/+2
* prepare release of lxml 3.7.2Stefan Behnel2017-01-083-40/+21
* fix copy-paste bug in appveyor build configStefan Behnel2017-01-081-2/+2
* integrate recent master changes into lxml-3.7 branchStefan Behnel2017-01-084-3/+258
|\
| * changelogStefan Behnel2017-01-081-0/+13
| * fix UTF-8 error handling in _write_attr_string()Stefan Behnel2017-01-083-5/+20
| * support exception raising from _write_attr_string()Stefan Behnel2017-01-081-1/+1
| * avoid redundant casting and Python conversions in attribute serialisation codeStefan Behnel2017-01-081-16/+16
| * remove some trailing semicolons that were left over from copied C code but ar...Stefan Behnel2017-01-081-43/+46
| * Merge pull request #219 from plq/masterscoder2017-01-083-1/+204
| |\
| | * port libxml2's xmlBufAttrSerializeTxtContent as _write_attr_stringBurak Arslan2017-01-061-1/+195
| | * try to use the new functionBurak Arslan2016-12-272-2/+2
| | * import xmlBufAttrSerializeTxtContent from libxmlBurak Arslan2016-12-271-0/+2
| | * add test for attribute quotingBurak Arslan2016-12-271-0/+7
| |/
| * merge lxml-3.7 branch into masterStefan Behnel2016-12-261-3/+5
| |\
| * \ merge lxml-3.7 branch into masterStefan Behnel2016-12-263-31/+42
| |\ \
| * \ \ merge lxml-3.7 branch into masterStefan Behnel2016-12-231-1/+5
| |\ \ \
| * \ \ \ merge lxml-3.7 branch into masterStefan Behnel2016-12-231-1/+4
| |\ \ \ \
| * \ \ \ \ merge lxml-3.7 branch into masterStefan Behnel2016-12-233-3/+12
| |\ \ \ \ \
| * \ \ \ \ \ Merge pull request #218 from plq/masterscoder2016-12-232-1/+22
| |\ \ \ \ \ \
| | * | | | | | fix <script> text content serialization in incremental html modeBurak Arslan2016-12-232-1/+22
| |/ / / / / /
* | | | | | | add support for building 32bit wheels (not currently working due to a zlib in...Stefan Behnel2017-01-081-2/+5
* | | | | | | list all Python versions before starting wheel buildsStefan Behnel2017-01-081-0/+1
* | | | | | | work around FTP related bug in CPython 2.7.12+Stefan Behnel2017-01-081-3/+4