Age | Commit message (Expand) | Author |
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 |
2021-10-11 | More test refactoring. | Leonard Richardson |
2021-10-11 | Broke up some monolithic unit test files. | Leonard Richardson |
2021-10-11 | Moved the test classes to tests/__init__.py. | Leonard Richardson |
2021-10-09 | Moved testing.py into the same package as the tests. | 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-04-08 | Brought in fuzz tests from the oss-project into Beautiful Soup's unit test su... | 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 |
2021-02-13 | The behavior of methods like .get_text() and .strings now differs | Leonard Richardson |
2021-02-13 | Corrected the use of special string container classes in cases when a | Leonard Richardson |
2021-02-13 | Added a second way to pass specify encodings to UnicodeDammit and | Leonard Richardson |
2021-02-13 | Performance improvement when processing tags that speeds up overall | Leonard Richardson |
2021-02-13 | Improve the warning issued when a directory name (as opposed to | Leonard Richardson |
2021-02-13 | Corrected output when the namespace prefix associated with a | Leonard Richardson |
2020-10-03 | Prepare for release. | Leonard Richardson |
2020-10-02 | Implemented a significant performance optimization to the process of | Leonard Richardson |
2020-09-26 | Increment version number. | Leonard Richardson |
2020-09-26 | Fixed a bug that inconsistently moved elements over when passing | Leonard Richardson |
2020-09-26 | Change the signatures for BeautifulSoup.insert_before and insert_after | Leonard Richardson |
2020-05-30 | Fixed a bug that caused too many tags to be popped from the tag | Leonard Richardson |
2020-05-30 | Remove explicit reference to the module name within the module, replacing it ... | Leonard Richardson |
2020-05-17 | Switch entirely to Python 3-style print statements, even in Python 2. | Leonard Richardson |
2020-05-17 | Documented some recently added customization features. | Leonard Richardson |
2020-05-17 | Added docstring for BeautifulSoup.new_tag. | Leonard Richardson |
2020-05-17 | Added a keyword argument on_duplicate_attribute to the | Leonard Richardson |
2020-04-24 | If you encode a document with a Python-specific encoding like | Leonard Richardson |
2020-04-21 | Added two distinct UserWarning subclasses for warnings issued from the Beauti... | Leonard Richardson |
2020-04-12 | Fixed test failures when run against soupselect 2.0. Patch by Tomáš | Leonard Richardson |
2020-04-07 | Add Script, Stylesheet, and TemplateString to the 'bs4' namespace. | Leonard Richardson |
2020-04-05 | Embedded CSS and Javascript is now stored in distinct Stylesheet and | Leonard Richardson |
2020-04-04 | Use an :rtype: reported to work in pycharm. | Leonard Richardson |
2020-04-04 | select() always returns a Tag, so be more specific about its return type. | Leonard Richardson |
2020-03-10 | Fixed a bug that happened when passing a Unicode filename containing | Leonard Richardson |
2020-03-09 | Make find() methods return a union type of the two most common PageElements, ... | Leonard Richardson |
2020-03-05 | Added a performance optimization to PageElement.extract(). Patch by Arthur Da... | Leonard Richardson |
2020-01-01 | API CHANGE - Added PageElement.decomposed, a new property which lets you | Leonard Richardson |
2019-12-29 | Fixed an unhandled exception when formatting a Tag that had been decomposed.[... | Leonard Richardson |
2019-12-24 | Bumped version number. | Leonard Richardson |
2019-12-24 | Minor changes to docstrings. | Leonard Richardson |
2019-12-24 | Added :rtype: to the find method docstrings. | Leonard Richardson |
2019-12-24 | Added docstrings for some but not all tree buidlers. | Leonard Richardson |
2019-12-24 | Added docstrings to diagnose.py. | Leonard Richardson |
2019-12-24 | Wrote docstrings for formatter.py. | Leonard Richardson |
2019-12-24 | Fixed deprecation warning. [bug=1855301] | Leonard Richardson |
2019-12-24 | Added docstrings to all public methods in dammit.py. | Leonard Richardson |