summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
...
| * | | | Insert missing newlines in AppVeyor scriptsPaul "TBBle" Hampson2017-02-111-0/+3
|/ / / / | | | | | | | | | | | | | | | | Without the newlines, the command sequence is wrapped back into one line.
* | | | Merge pull request #221 from jwilk/doc-lxmlhtmlscoder2017-02-101-2/+2
|\ \ \ \ | |/ / / |/| | | Fix the form submission example
| * | | fix the form submission exampleJakub Wilk2017-02-081-2/+2
|/ / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Fixes: >>> page = parse('http://tinyurl.com').getroot() >>> page.forms[1].fields['url'] = 'http://lxml.de/' Traceback (most recent call last): File "<stdin>", line 1, in <module> File ".../lxml/html/__init__.py", line 1150, in __setitem__ self.inputs[item].value = value File ".../lxml/html/__init__.py", line 1216, in __getitem__ "No input element with the name %r" % name) KeyError: "No input element with the name 'url'"
* | | merge branch lxml-3.7 into masterStefan Behnel2017-01-221-1/+0
|\ \ \ | | |/ | |/|
| * | remove Py3.2 from travis build as it fails in the test runnerStefan Behnel2017-01-221-1/+0
| | |
* | | merge branch lxml-3.7 into masterStefan Behnel2017-01-224-10/+19
|\ \ \ | |/ /
| * | 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
| | |
* | | merge lxml-3.7 into masterStefan Behnel2017-01-221-0/+1
|\ \ \ | |/ /
| * | include Py3.6 in travis testsStefan Behnel2017-01-221-0/+1
| | |
* | | changelogStefan Behnel2017-01-221-0/+16
| | |
* | | extend and modernise etree serialisation testsStefan Behnel2017-01-221-56/+44
| | |
* | | add "doctype" option in ElementTree.write() as used in tostring()Stefan Behnel2017-01-221-4/+19
|/ / | | | | | | deprecate incorrect (and undocumented) option name "docstring"
* | 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 ↵Stefan Behnel2017-01-081-43/+46
| | | | | | | | | | | | are useless in Cython
| * | Merge pull request #219 from plq/masterscoder2017-01-083-1/+204
| |\ \ | | |/ | |/| Fix attribute misquoting
| | * 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> and <style> text content serialization
| | * | | | | | 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 ↵Stefan Behnel2017-01-081-2/+5
| | | | | | | | | | | | | | | | | | | | | | | | | | | | integration problem in the wheel repair step)
* | | | | | | 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
| | | | | | | | | | | | | | | | | | | | | | | | | | | | https://bugs.python.org/issue27973
* | | | | | | 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
| |/ |/|