Age | Commit message (Expand) | Author |
2023-02-15 | Removed some error checking code from diagnose(), which is redundant with | Leonard Richardson |
2023-02-15 | When the html.parser parser decides it can't parse a document, Beautiful | Leonard Richardson |
2023-02-15 | Added missing import. | Leonard Richardson |
2023-02-12 | Improved documentation of new method. | Leonard Richardson |
2023-02-10 | Add compile method | facelessuser |
2023-02-10 | Remove unnecessary test and don't pass namespace on precompiled select | facelessuser |
2023-02-07 | Removed Soup Sieve fallback method, added documentation. | Leonard Richardson |
2023-02-04 | Added a __getattr__ fallback. | Leonard Richardson |
2023-02-03 | Added tests of CSS.escape. | Leonard Richardson |
2023-02-03 | Move the Soup Sieve proxy and its tests into separate files. | Leonard Richardson |
2023-02-03 | Consistently use the name 'tag' instead of 'element,' since CSS selectors onl... | Leonard Richardson |
2023-02-03 | Removed redundant whitespace. | Leonard Richardson |
2023-02-03 | Added some docstrings and made the return values more consistent. | Leonard Richardson |
2023-02-02 | Test implementation. | Leonard Richardson |
2023-01-31 | Fixed missing import that caused test failures when Soup Sieve is installed. | Leonard Richardson |
2023-01-31 | Consistently use pytest.mark.skipif to skip tests when the corresponding libr... | Leonard Richardson |
2023-01-29 | Reworded the 'multi-valued attributes' portion of the documentation to make i... | Leonard Richardson |
2023-01-28 | Incremented version number. | Leonard Richardson |
2023-01-27 | Parametrize the 'string is deprecated' warning test so we can test all of the... | Leonard Richardson |
2023-01-27 | Check the associated filename for more warnings. | Leonard Richardson |
2023-01-27 | Change the tests that check warnings to also (indirectly) verify that the sta... | Leonard Richardson |
2023-01-27 | Implemented the more complicated case of providing an appropriate stacklevel ... | 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 |
2023-01-25 | Tag.interesting_string_types is now propagated when a tag is | Leonard Richardson |
2023-01-25 | Made the ISO-8859 test robust in a less hacky way. | Leonard Richardson |
2023-01-25 | Made the ISO-8859-1 smoke test more robust. | Leonard Richardson |
2023-01-25 | Removed very old documentation that was imported as part of the bzr import bu... | Leonard Richardson |
2023-01-25 | The HTMLFormatter and XMLFormatter constructors no longer return a | Leonard Richardson |
2023-01-25 | Passing a Tag's .contents into PageElement.extend() now works the | Leonard Richardson |
2022-05-15 | Fixed a test failure when cchardet is not installed but | Leonard Richardson |
2022-04-10 | Fixed another crash when overriding multi_valued_attributes and using the | Leonard Richardson |
2022-04-08 | Some cleanup work to get more consistent and complete about what gets package... | Leonard Richardson |
2022-04-07 | Omit untrusted input when issuing warnings. | Leonard Richardson |
2021-12-21 | Standardized the wording of the MarkupResemblesLocatorWarning | Leonard Richardson |
2021-12-21 | It's now possible to customize the way output is indented by | Leonard Richardson |
2021-12-19 | Remove a huge list of HTML entities that was only necessary under Python 2. | Leonard Richardson |
2021-12-19 | Removed support for the iconv_codec library, which doesn't seem | Leonard Richardson |
2021-12-19 | If the charset-normalizer Python module | Leonard Richardson |
2021-12-17 | Fix a crash when pickling a BeautifulSoup object that has no | Leonard Richardson |
2021-11-29 | Do a better job of keeping track of namespaces as an XML document is | Leonard Richardson |
2021-10-24 | Added test of warn_if_markup_looks_like_xml. | Leonard Richardson |
2021-10-24 | Issue a warning when an HTML parser is used to parse a document that | Leonard Richardson |
2021-10-24 | Used a warning to formally deprecate the 'text' argument in favor of 'string'. | Leonard Richardson |
2021-10-23 | Changing find* tests to use string instead of text, except for one test that ... | Leonard Richardson |
2021-10-23 | Renamed the 'text' field to 'string' for real. Tests are not changed in this ... | 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-23 | Fix a Python 3-specific problem in diagnose.lxml_trace. | Leonard Richardson |
2021-10-11 | Added special string classes, RubyParenthesisString and RubyTextString, | Leonard Richardson |