Age | Commit message (Expand) | Author |
2024-01-17 | Added the correct stacklevel to instances of the XMLParsedAsHTMLWarning. | Leonard Richardson |
2023-06-04 | Fixed a case found by Mengyuhan where html.parser giving up on | Leonard Richardson |
2023-02-15 | When the html.parser parser decides it can't parse a document, Beautiful | Leonard Richardson |
2023-01-27 | Got rid of some more warnings by removing code that's not relevant anymore, n... | Leonard Richardson |
2023-01-27 | Warnings now do their best to provide an appropriate stacklevel, | Leonard Richardson |
2022-04-10 | Fixed another crash when overriding multi_valued_attributes and using the | Leonard Richardson |
2021-11-29 | Do a better job of keeping track of namespaces as an XML document is | Leonard Richardson |
2021-10-24 | Issue a warning when an HTML parser is used to parse a document that | Leonard Richardson |
2021-10-23 | Added a workaround for an lxml bug (https://bugs.launchpad.net/lxml/+bug/19... | Leonard Richardson |
2021-10-23 | Fixed a crash when overriding multi_valued_attributes and using the | Leonard Richardson |
2021-10-11 | Added special string classes, RubyParenthesisString and RubyTextString, | Leonard Richardson |
2021-09-07 | Goodbye, Python 2. [bug=1942919] | Leonard Richardson |
2021-05-31 | The html.parser tree builder can now handles named entities | Leonard Richardson |
2021-02-13 | Added a second way to pass specify encodings to UnicodeDammit and | Leonard Richardson |
2020-05-30 | Remove explicit reference to the module name within the module, replacing it ... | Leonard Richardson |
2020-05-17 | Switch entirely to Python 3-style print statements, even in Python 2. | Leonard Richardson |
2020-05-17 | Documented some recently added customization features. | Leonard Richardson |
2020-05-17 | Added a keyword argument on_duplicate_attribute to the | Leonard Richardson |
2020-04-05 | Embedded CSS and Javascript is now stored in distinct Stylesheet and | Leonard Richardson |
2019-12-24 | Added docstrings for some but not all tree buidlers. | Leonard Richardson |
2019-11-11 | Simplified code. | Leonard Richardson |
2019-11-11 | The html.parser tree builder now correctly handles DOCTYPEs that are | Leonard Richardson |
2019-11-11 | Added a Brazilian Portuguese translation by Cezar Peixeiro. | Leonard Richardson |
2019-09-02 | Avoid a crash when trying to detect the declared encoding of a | Leonard Richardson |
2019-07-21 | Implemented line number tracking for html5lib. | Leonard Richardson |
2019-07-21 | Adapt Chris Mayo's code to track line number and position when using html.par... | Leonard Richardson |
2019-07-14 | Give the Formatter class more control over formatting decisions. | Leonard Richardson |
2019-07-07 | Renamed the cdata_list_attributes argument to multi_valued_attributes since i... | Leonard Richardson |
2019-07-07 | It's now possible to override a TreeBuilder's cdata_list_attributes dictionar... | Leonard Richardson |
2019-01-06 | Don't track un-prefixed namespaces | Isaac Muse |
2018-12-30 | Fixed a problem with multi-valued attributes where the value | Leonard Richardson |
2018-12-24 | Clarified the software license. | Leonard Richardson |
2018-12-24 | Keep track of the namespace abbreviations found while parsing the document. T... | Leonard Richardson |
2018-12-22 | Fix next and previous linkage issues. Fixes issues #1806598 and #1782928. | Isaac Muse |
2018-08-12 | Converted README to Markdown format. | Leonard Richardson |
2018-07-28 | Correctly handle invalid HTML numeric character entities like “ | Leonard Richardson |
2018-07-21 | Fixed a problem where the html.parser tree builder interpreted | Leonard Richardson |
2018-07-18 | Preserve XML namespaces when they are introduced inside an XML | Leonard Richardson |
2018-07-15 | Introduced the Formatter system. [bug=1716272]. | Leonard Richardson |
2018-07-15 | It's possible for a TreeBuilder subclass to specify that void | Leonard Richardson |
2018-07-15 | Stop data loss when encountering an empty numeric entity, and | Leonard Richardson |
2018-07-14 | Stopped HTMLParser from raising an exception in very rare cases of | Leonard Richardson |
2017-05-06 | Improved the handling of empty-element tags like <br> when using the | Leonard Richardson |
2017-05-06 | HTML parsers treat all HTML4 and HTML5 empty element tags (aka void element t... | Leonard Richardson |
2016-12-19 | Fixed foster parenting when html5lib is the tree builder. Thanks to Geoffrey ... | Leonard Richardson |
2016-12-19 | Fixed yet another problem that caused the html5lib tree builder to | Leonard Richardson |
2016-07-30 | Explained why we test both unicode and bytestring processing instructions. | Leonard Richardson |
2016-07-26 | Fixed a reported (but not duplicated) bug involving processing instructions f... | Leonard Richardson |
2016-07-16 | Beautiful Soup will now work with versions of html5lib greater than | Leonard Richardson |
2016-07-16 | Removed imports to pdb, since pdb is not available in some environments. [bug... | Leonard Richardson |