summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* 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
* | | | | | | also build mswindows wheels for Python 3.6Stefan Behnel2017-01-081-0/+2
| |_|_|_|_|/ |/| | | | |
* | | | | | link to manylinux PEP from related FAQ entriesStefan Behnel2016-12-261-3/+5
| |_|_|_|/ |/| | | |
* | | | | improve build FAQsStefan Behnel2016-12-261-9/+29
* | | | | update ideas file and remove things that were already doneStefan Behnel2016-12-261-13/+0
* | | | | try to fix appveyor build: use config downloaded from appveyorStefan Behnel2016-12-241-9/+13
* | | | | try to fix appveyor config: disable visual studio buildStefan Behnel2016-12-241-1/+1
| |_|_|/ |/| | |
* | | | use generic CFLAGS and fixed libxml2/libxslt versions for building wheelslxml-3.7.1Stefan Behnel2016-12-231-1/+5
| |_|/ |/| |
* | | prepare release of 3.7.1Stefan Behnel2016-12-231-1/+4
| |/ |/|
* | prepare release of lxml 3.7.1Stefan Behnel2016-12-233-3/+12
|/
* typolxml-3.7.0Stefan Behnel2016-12-101-1/+1
* prepare release of 3.7.0Stefan Behnel2016-12-103-5/+9
* fix doctests in Py2.xStefan Behnel2016-12-103-6/+6
* changelogStefan Behnel2016-12-101-0/+3
* repair some tests after changing representation of XMLSyntaxError exceptionStefan Behnel2016-12-103-4/+4
* make doctest more robust: exact HTML parsing result seems to depend on the li...Stefan Behnel2016-12-101-4/+2
* whitespaceStefan Behnel2016-12-101-1/+2
* enable the collect_ids option also for HTML and add a simple test for itStefan Behnel2016-12-103-3/+22
* Merge pull request #216 from plq/arskomscoder2016-12-101-4/+6
|\
| * expose collect_ids for HTMLParserBurak Arslan2016-12-081-4/+6
* | make test Py2.6 compatibleStefan Behnel2016-12-061-1/+1
* | Merge pull request #217 from flying-sheep/syntax-error-metascoder2016-12-063-6/+37
|\ \
| * | Make XMLSyntaxError have normal SyntaxError metadataPhilipp A2016-12-043-6/+37
|/ /
* | changelogStefan Behnel2016-12-041-0/+9
* | minor code cleanupsStefan Behnel2016-12-041-12/+7