summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2023-02-07Corrected a mistake in the Korean, Portuguese and Chinese translations of the...Leonard Richardson
2023-02-07Removed Soup Sieve fallback method, added documentation.Leonard Richardson
2023-02-04Added a __getattr__ fallback.Leonard Richardson
2023-02-03Added tests of CSS.escape.Leonard Richardson
2023-02-03Move the Soup Sieve proxy and its tests into separate files.Leonard Richardson
2023-02-03Consistently use the name 'tag' instead of 'element,' since CSS selectors onl...Leonard Richardson
2023-02-03Removed redundant whitespace.Leonard Richardson
2023-02-03Added some docstrings and made the return values more consistent.Leonard Richardson
2023-02-02Test implementation.Leonard Richardson
2023-01-31Bump up the Python version I use to prepare releases.Leonard Richardson
2023-01-31Fixed missing import that caused test failures when Soup Sieve is installed.Leonard Richardson
2023-01-31Consistently use pytest.mark.skipif to skip tests when the corresponding libr...Leonard Richardson
2023-01-29Reworded the 'multi-valued attributes' portion of the documentation to make i...Leonard Richardson
2023-01-28Incremented version number.Leonard Richardson
2023-01-27Parametrize the 'string is deprecated' warning test so we can test all of the...Leonard Richardson
2023-01-27Check the associated filename for more warnings.Leonard Richardson
2023-01-27Change the tests that check warnings to also (indirectly) verify that the sta...Leonard Richardson
2023-01-27Implemented the more complicated case of providing an appropriate stacklevel ...Leonard Richardson
2023-01-27Got rid of some more warnings by removing code that's not relevant anymore, n...Leonard Richardson
2023-01-27Warnings now do their best to provide an appropriate stacklevel,Leonard Richardson
2023-01-25Tag.interesting_string_types is now propagated when a tag isLeonard Richardson
2023-01-25Added missing Fish-Footman image from documentation.Leonard Richardson
2023-01-25Made the ISO-8859 test robust in a less hacky way.Leonard Richardson
2023-01-25Made the ISO-8859-1 smoke test more robust.Leonard Richardson
2023-01-25Removed very copy of the code that was imported as part of the bzr import but...Leonard Richardson
2023-01-25Removed very copy of the code that was imported as part of the bzr import but...Leonard Richardson
2023-01-25Added sphinx Makefile, which was not originally under version control.Leonard Richardson
2023-01-25Removed very old documentation that was imported as part of the bzr import bu...Leonard Richardson
2023-01-25The HTMLFormatter and XMLFormatter constructors no longer return aLeonard Richardson
2023-01-25Passing a Tag's .contents into PageElement.extend() now works theLeonard Richardson
2023-01-25Removed very old tests that were imported as part of the bzr import but not r...Leonard Richardson
2023-01-23Corrected a typo in several translations of the documentation.Leonard Richardson
2023-01-23Corrected typo in Russian translation of the documentation.Leonard Richardson
2022-05-15Fixed a test failure when cchardet is not installed butLeonard Richardson
2022-04-10Fixed another crash when overriding multi_valued_attributes and using theLeonard Richardson
2022-04-10Install more dependencies before running the pre-release tests.Leonard Richardson
2022-04-08Some cleanup work to get more consistent and complete about what gets package...Leonard Richardson
2022-04-07Incremented version number in documentation.Leonard Richardson
2022-04-07Redid the increasingly irrelevant test-all-versions script to use pytest.Leonard Richardson
2022-04-07Omit untrusted input when issuing warnings.Leonard Richardson
2021-12-22Corrected error in documentation (patch by Frank Dana).Leonard Richardson
2021-12-22Correct documentation on parser differencesFeRD (Frank Dana)
2021-12-21Added a bit about not modifying the .contents list directly.Leonard Richardson
2021-12-21Corrected typo.Leonard Richardson
2021-12-21Standardized the wording of the MarkupResemblesLocatorWarningLeonard Richardson
2021-12-21Fixed typo in documentation spotted by a reader.Leonard Richardson
2021-12-21I guess that's not a method.Leonard Richardson
2021-12-21It's now possible to customize the way output is indented byLeonard Richardson
2021-12-19Remove a huge list of HTML entities that was only necessary under Python 2.Leonard Richardson
2021-12-19Removed support for the iconv_codec library, which doesn't seemLeonard Richardson