Age | Commit message (Collapse) | Author | |
---|---|---|---|
2012-08-16 | Use namespace prefixes for namespaced attribute names, instead of | Leonard Richardson | |
the fully-qualified names given by the lxml parser. [bug=1037597] | |||
2012-05-29 | Removed breakpoints. | Leonard Richardson | |
2012-05-29 | Prep for release. | Leonard Richardson | |
2012-05-24 | Fixed a bug with the lxml treebuilder that prevented the user from adding ↵ | Leonard Richardson | |
attributes to a tag that didn't originally have any. [bug=1002378] Thanks to Oliver Beattie for the patch. | |||
2012-04-03 | Got rid of the 4.0.2 workaround for HTML documents--it was unnecessary and ↵ | Leonard Richardson | |
the workaround was triggering a (possibly different, but related) bug in lxml. [bug=972466] | |||
2012-04-03 | Don't split up the markup into chunks when using the lxml HTML parser, which ↵ | Leonard Richardson | |
doesn't have the problems of the XML parser. | |||
2012-03-24 | Pass data into XMLParser.feed() in chunks. [bug=963880] | Leonard Richardson | |
2012-02-28 | Fixed the generated XML declaration. | Leonard Richardson | |
2012-02-23 | Fixed handling of the closing of namespaced tags. | Leonard Richardson | |
2012-02-23 | Merge from trunk and added tests. | Leonard Richardson | |
2012-02-22 | Added comments. | Leonard Richardson | |
2012-02-22 | Treat a new namespace mapping as a set of attributes on the tag that defines ↵ | Leonard Richardson | |
it, so we don't lose the mappings. | |||
2012-02-21 | Have lxml invert namespace maps as they come in and set each tag's prefix ↵ | Leonard Richardson | |
appropriately. | |||
2012-02-21 | Added nsprefix argument to the tag class. | Leonard Richardson | |
2012-02-16 | It's a start, at least. | Leonard Richardson | |
2012-02-09 | As a last-ditch attempt to turn data into Unicode, use errors=replace ↵ | Leonard Richardson | |
instead of errors=strict. | |||
2012-02-09 | Minor Unicode, Dammit cleanup. | Leonard Richardson | |
2012-02-01 | LXML's HTML parser is pretty permissive. | Leonard Richardson | |
2011-05-21 | More Python 3 compatibility. | Leonard Richardson | |
2011-02-27 | Removed unnecessary import. | Leonard Richardson | |
2011-02-27 | Renamed the beautifulsoup module to bs4 to save typing. | Leonard Richardson | |