Age | Commit message (Expand) | Author |
2023-04-07 | Fixed an unhandled exception in BeautifulSoup.decode_contents | Leonard Richardson |
2023-04-05 | Prepare for 4.12.1 release. | Leonard Richardson |
2023-04-05 | The demonstrate_parser_differences.py script was still written in | Leonard Richardson |
2023-04-05 | Remove setup.py, completing the migration to hatch. Add a .gitignore file bas... | Leonard Richardson |
2023-04-05 | Move the Python 2 notice to the last version to support Python 2, and add a s... | Leonard Richardson |
2023-03-30 | Added to README. | Leonard Richardson |
2023-03-28 | Reworded changelog. | Leonard Richardson |
2023-03-27 | Make it possible to pickle a deeply nested BeautifulSoup object. | Leonard Richardson |
2023-03-26 | Implement a proper BeautifulSoup.deepcopy rather than parsing the document ag... | Leonard Richardson |
2023-03-24 | Added a test just to verify that you can encode a document more deeply nested... | Leonard Richardson |
2023-03-20 | Added unit tests for fuzz test cases created by third | Leonard Richardson |
2023-03-20 | Prepare for 4.12.0 release. | 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-12 | Improved documentation of new method. | Leonard Richardson |
2023-02-08 | Fixed syntax errors in documentation. | Leonard Richardson |
2023-02-07 | Removed Soup Sieve fallback method, added documentation. | 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-28 | Incremented version number. | Leonard Richardson |
2023-01-27 | Implemented the more complicated case of providing an appropriate stacklevel ... | 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 | 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 | Corrected typo. | Leonard Richardson |
2021-12-21 | Standardized the wording of the MarkupResemblesLocatorWarning | Leonard Richardson |
2021-12-21 | I guess that's not a method. | 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 | 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 | 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-11 | Added special string classes, RubyParenthesisString and RubyTextString, | Leonard Richardson |
2021-09-12 | Ported unit tests to use pytest. | Leonard Richardson |
2021-09-07 | Goodbye, Python 2. [bug=1942919] | Leonard Richardson |
2021-06-01 | The 'replace_with()' method now takes a variable number of arguments, | Leonard Richardson |
2021-05-31 | The html.parser tree builder can now handles named entities | Leonard Richardson |
2021-02-14 | NavigableString and its subclasses now implement the get_text() | Leonard Richardson |
2021-02-14 | The 'html5' formatter now treats attributes whose values are the | Leonard Richardson |