Age | Commit message (Expand) | Author |
2024-11-07 | dont use or opemaster | haturatu |
2024-08-21 | * Changes to make tests work whether tests are run under soupsieve 2.6 | Leonard Richardson |
2024-02-12 | Applied patch from Marc Müller to add a stacklevel to a warning that was mis... | Leonard Richardson |
2024-01-17 | Prepare for 4.12.3 release. | Leonard Richardson |
2024-01-17 | Added the correct stacklevel to instances of the XMLParsedAsHTMLWarning. | Leonard Richardson |
2024-01-16 | Correct issues with a docstring. [bug=2016190] | Leonard Richardson |
2023-12-03 | Corrected a typo in a test that was causing test failures when run against | Leonard Richardson |
2023-06-04 | Fixed a case found by Mengyuhan where html.parser giving up on | Leonard Richardson |
2023-05-12 | Remove a fuzz case that was caused by bad fuzzer code. | Leonard Richardson |
2023-05-12 | Added more clusterfuzz cases and a copy of the new oss-fuzz code for parsing ... | Leonard Richardson |
2023-04-17 | Fixed a regression such that if you set .hidden on a tag, the tag | Leonard Richardson |
2023-04-09 | Backported a bug fix that knocks a full second off the test run time. | Leonard Richardson |
2023-04-07 | Fixed an unhandled exception in BeautifulSoup.decode_contents | Leonard Richardson |
2023-04-05 | Rename the test case markup files with a .testcase extension so the manifest ... | Leonard Richardson |
2023-03-31 | Now that 1471755 has been fixed, we can un-skip a number of the clusterfuzz t... | Leonard Richardson |
2023-03-27 | Make it possible to pickle a deeply nested BeautifulSoup object. | Leonard Richardson |
2023-03-27 | Slightly optimized a slow test. | Leonard Richardson |
2023-03-27 | Updated __copy__ docstrings. | Leonard Richardson |
2023-03-26 | Implement a proper BeautifulSoup.deepcopy rather than parsing the document ag... | Leonard Richardson |
2023-03-24 | Make __copy__ call __deepcopy__ instead of the other way around. | Leonard Richardson |
2023-03-24 | Implement nonrecursive versions of copy and deepcopy using the new _event_str... | Leonard Richardson |
2023-03-24 | Added a test just to verify that you can encode a document more deeply nested... | Leonard Richardson |
2023-03-24 | Simplified the rules for going in and out of string_literal_tag, so less docu... | Leonard Richardson |
2023-03-24 | Keep track of the specific tag that put us into string literal mode, and only... | Leonard Richardson |
2023-03-24 | Don't indent an empty string. 1084 of 1474 test documents now give identical ... | Leonard Richardson |
2023-03-24 | Using a format string is very slightly slower than just adding all the bits o... | Leonard Richardson |
2023-03-23 | Found and removed accidental calls to find(), greatly improving performance. | Leonard Richardson |
2023-03-23 | Bump version number preemptively. | Leonard Richardson |
2023-03-21 | Reorganize code and rename saxlike, since this isn' | Leonard Richardson |
2023-03-21 | Removed old implementation code. | Leonard Richardson |
2023-03-21 | Reimplemented the pretty-print algorithm to remove recursive function calls. | Leonard Richardson |
2023-03-20 | Make sure PageElement has the known_xml attribute. [bug=2007895] | Leonard Richardson |
2023-03-20 | Removed an html5lib fuzz test case that is marked as fixed in oss-fuzz and wa... | Leonard Richardson |
2023-03-20 | Linked another html5lib crash to the fuzz tests. | Leonard Richardson |
2023-03-20 | Merge branch 'master' into fuzz | Leonard Richardson |
2023-03-20 | Added fuzz tests. | Leonard Richardson |
2023-03-20 | Increased version number in __version__. | Leonard Richardson |
2023-03-20 | Added a test harness for clusterfuzz test cases. | Leonard Richardson |
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 |