summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2024-01-13Added to CHANGELOG celebrating the Spanish documentation translation.Leonard Richardson
2024-01-13Added links to the Spanish documentation alongside other languages.Leonard Richardson
2024-01-13Updated the name of the html5lib Debian package. [bug=2049267]Leonard Richardson
2024-01-13Bringing in Carlos Romero's Spanish translation of the documentation.Leonard Richardson
2024-01-13Fixed some cross-reference syntax errors.Leonard Richardson
2024-01-13Made some long-awaited edits, mainly removing information about no-longer-sup...Leonard Richardson
2024-01-09Added Spanish translation of the docCarlos Romero
2023-12-03Corrected a typo in a test that was causing test failures when run againstLeonard Richardson
2023-11-25some doc suggestions from a first-time userLeonard Richardson
2023-08-27Corrected the syntax of the license definition in pyproject.toml. PatchLeonard Richardson
2023-06-04Fixed a case found by Mengyuhan where html.parser giving up onLeonard Richardson
2023-05-12Remove a fuzz case that was caused by bad fuzzer code.Leonard Richardson
2023-05-12Added more clusterfuzz cases and a copy of the new oss-fuzz code for parsing ...Leonard Richardson
2023-04-17Fixed a regression such that if you set .hidden on a tag, the tagLeonard Richardson
2023-04-09Backported a bug fix that knocks a full second off the test run time.Leonard Richardson
2023-04-07Update release instructions for 4.12.2.Leonard Richardson
2023-04-07Fixed an unhandled exception in BeautifulSoup.decode_contentsLeonard Richardson
2023-04-05Prepare for 4.12.1 release.Leonard Richardson
2023-04-05The demonstrate_parser_differences.py script was still written inLeonard Richardson
2023-04-05Add the pyproject.toml file.Leonard Richardson
2023-04-05Remove setup.py, completing the migration to hatch. Add a .gitignore file bas...Leonard Richardson
2023-04-05Move the Python 2 notice to the last version to support Python 2, and add a s...Leonard Richardson
2023-04-05Rename the test case markup files with a .testcase extension so the manifest ...Leonard Richardson
2023-03-31Now that 1471755 has been fixed, we can un-skip a number of the clusterfuzz t...Leonard Richardson
2023-03-30Added to README.Leonard Richardson
2023-03-30Simplified the toxfile a bit.Leonard Richardson
2023-03-30Added tox environments for building the docs and running tests with no depend...Leonard Richardson
2023-03-30Added a tox.ini that runs the unit tests against different versions of Python.Leonard Richardson
2023-03-28Reworded changelog.Leonard Richardson
2023-03-27Make it possible to pickle a deeply nested BeautifulSoup object.Leonard Richardson
2023-03-27Slightly optimized a slow test.Leonard Richardson
2023-03-27Updated __copy__ docstrings.Leonard Richardson
2023-03-26Implement a proper BeautifulSoup.deepcopy rather than parsing the document ag...Leonard Richardson
2023-03-24Make __copy__ call __deepcopy__ instead of the other way around.Leonard Richardson
2023-03-24Implement nonrecursive versions of copy and deepcopy using the new _event_str...Leonard Richardson
2023-03-24Merge branch 'remove-recursion-on-output'Leonard Richardson
2023-03-24Added a test just to verify that you can encode a document more deeply nested...Leonard Richardson
2023-03-24Simplified the rules for going in and out of string_literal_tag, so less docu...Leonard Richardson
2023-03-24Keep track of the specific tag that put us into string literal mode, and only...Leonard Richardson
2023-03-24Don't indent an empty string. 1084 of 1474 test documents now give identical ...Leonard Richardson
2023-03-24Using a format string is very slightly slower than just adding all the bits o...Leonard Richardson
2023-03-23Found and removed accidental calls to find(), greatly improving performance.Leonard Richardson
2023-03-23Improved one paragraph of the Chinese translation, courtesy of Jeffery Xu.Leonard Richardson
2023-03-23Bump version number preemptively.Leonard Richardson
2023-03-21Reorganize code and rename saxlike, since this isn'Leonard Richardson
2023-03-21Removed old implementation code.Leonard Richardson
2023-03-21Reimplemented the pretty-print algorithm to remove recursive function calls.Leonard Richardson
2023-03-20Make sure PageElement has the known_xml attribute. [bug=2007895]Leonard Richardson
2023-03-20Removed an html5lib fuzz test case that is marked as fixed in oss-fuzz and wa...Leonard Richardson
2023-03-20Linked another html5lib crash to the fuzz tests.Leonard Richardson