summaryrefslogtreecommitdiff
path: root/bs4/builder/_lxml.py
Commit message (Expand)AuthorAgeFilesLines
* Don't track un-prefixed namespacesIsaac Muse2019-01-061-6/+6
* Clarified the software license.Leonard Richardson2018-12-241-2/+3
* Keep track of the namespace abbreviations found while parsing the document. T...Leonard Richardson2018-12-241-6/+38
* Preserve XML namespaces when they are introduced inside an XMLLeonard Richardson2018-07-181-5/+5
* Stopped HTMLParser from raising an exception in very rare cases ofLeonard Richardson2018-07-141-2/+6
* Explained why we test both unicode and bytestring processing instructions.Leonard Richardson2016-07-301-11/+12
* Fixed a reported (but not duplicated) bug involving processing instructions f...Leonard Richardson2016-07-261-1/+3
* Removed imports to pdb, since pdb is not available in some environments. [bug...Leonard Richardson2016-07-161-1/+0
* Added a separate class for XML processing instructions, which have a slightly...Leonard Richardson2016-07-161-1/+7
* Rename COPYING.txt to LICENSE. Add a reference to LICENSE in every source file.Leonard Richardson2016-07-161-0/+2
* Accept 'xml' as an unambiguous identifier for the lxml XML parser, since it's...Leonard Richardson2015-06-281-0/+1
* Added an exclude_encodings argument to UnicodeDammit and to theLeonard Richardson2015-06-271-1/+3
* Improved the lxml tree builder's handling of processingLeonard Richardson2014-12-111-2/+9
* Tweaked the parser warning.Leonard Richardson2014-12-071-2/+3
* Issue a warning if the BeautifulSoup constructor arguments do not explicitly ...Leonard Richardson2014-12-071-2/+6
* Turns out we had two bits of code to strip byte-order marks.Leonard Richardson2013-06-021-1/+1
* It turns out most of the untested code wasn't doing anything useful.Leonard Richardson2013-06-021-1/+1
* Treat an lxml ParserError as a ParserRejectedMarkup.Leonard Richardson2013-06-021-1/+1
* Create a new lxml parser object for every new parsing strategy.Leonard Richardson2013-05-311-29/+63
* Changed lxml.feed() to handle the eventuality that it may be given a bytestring.Leonard Richardson2013-05-091-2/+5
* Added a diagnostic function for randomly generating a simple, invalid HTML do...Leonard Richardson2013-05-091-1/+1
* Fix a bug in the lxml treebuilder which crashed when a tag includedLeonard Richardson2012-10-111-27/+25
* Fixed package name.Leonard Richardson2012-09-281-1/+0
* Use namespace prefixes for namespaced attribute names, instead ofLeonard Richardson2012-08-161-5/+25
* Removed breakpoints.Leonard Richardson2012-05-291-3/+1
* Prep for release.Leonard Richardson2012-05-291-1/+3
* Fixed a bug with the lxml treebuilder that prevented the user from adding att...Leonard Richardson2012-05-241-0/+3
* Got rid of the 4.0.2 workaround for HTML documents--it was unnecessary and th...Leonard Richardson2012-04-031-1/+2
* Don't split up the markup into chunks when using the lxml HTML parser, which ...Leonard Richardson2012-04-031-0/+4
* Pass data into XMLParser.feed() in chunks. [bug=963880]Leonard Richardson2012-03-241-1/+13
* Fixed the generated XML declaration.Leonard Richardson2012-02-281-1/+1
* Fixed handling of the closing of namespaced tags.Leonard Richardson2012-02-231-1/+8
* Merge from trunk and added tests.Leonard Richardson2012-02-231-1/+3
|\
* | Added comments.Leonard Richardson2012-02-221-3/+5
* | Treat a new namespace mapping as a set of attributes on the tag that defines ...Leonard Richardson2012-02-221-7/+21
* | Have lxml invert namespace maps as they come in and set each tag's prefix app...Leonard Richardson2012-02-211-5/+29
* | Added nsprefix argument to the tag class.Leonard Richardson2012-02-211-1/+1
* | It's a start, at least.Leonard Richardson2012-02-161-1/+2
|/
* As a last-ditch attempt to turn data into Unicode, use errors=replace instead...Leonard Richardson2012-02-091-2/+3
* Minor Unicode, Dammit cleanup.Leonard Richardson2012-02-091-1/+1
* LXML's HTML parser is pretty permissive.Leonard Richardson2012-02-011-1/+1
* More Python 3 compatibility.Leonard Richardson2011-05-211-1/+2
* Removed unnecessary import.Leonard Richardson2011-02-271-1/+0
* Renamed the beautifulsoup module to bs4 to save typing.Leonard Richardson2011-02-271-0/+108