summaryrefslogtreecommitdiff
path: root/doc
AgeCommit message (Expand)Author
2023-03-20Replace pytest with python -m pytest in the release preparation script.Leonard Richardson
2023-03-20Updated version number in docs.Leonard Richardson
2023-03-15Rewrote documentation so that py:class:: directives could be inserted and the...Leonard Richardson
2023-03-15Add documentation references for the bs4 module itself as well as all current...Leonard Richardson
2023-02-13Fixed the UnicodeDammit example so that the example is more obviously UTF-8.Leonard Richardson
2023-02-09Add another import of NavigableString just before the constructor is used, si...Leonard Richardson
2023-02-08Fixed syntax errors in documentation.Leonard Richardson
2023-02-07Removed Soup Sieve fallback method, added documentation.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-25Added missing Fish-Footman image from documentation.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
2022-04-07Incremented version number in documentation.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-21Fixed typo in documentation spotted by a reader.Leonard Richardson
2021-12-21It's now possible to customize the way output is indented byLeonard Richardson
2021-12-19If the charset-normalizer Python moduleLeonard Richardson
2021-11-29Do a better job of keeping track of namespaces as an XML document isLeonard Richardson
2021-10-11Removed redundant and nonworking argument from example code. [bug=1946243]Leonard Richardson
2021-09-07Goodbye, Python 2. [bug=1942919]Leonard Richardson
2021-06-01The 'replace_with()' method now takes a variable number of arguments,Leonard Richardson
2021-04-08Brought in fuzz tests from the oss-project into Beautiful Soup's unit test su...Leonard Richardson
2021-02-14NavigableString and its subclasses now implement the get_text()Leonard Richardson
2021-02-14The 'html5' formatter now treats attributes whose values are theLeonard Richardson
2020-10-03I always forget to bump the version number in the doc.Leonard Richardson
2020-09-26Changed version number of development Python in use.Leonard Richardson
2020-09-26Incremented version number in the documentation.Leonard Richardson
2020-09-26Fixed a bug that inconsistently moved elements over when passingLeonard Richardson
2020-07-29Ran through all of the documentation code examples using Python 3, corrected ...Leonard Richardson
2020-07-24Added a paragraph to the documentation about the fact that bs4 Tag implements...Leonard Richardson
2020-06-11Converted the sample code in README.md to Python 3.Leonard Richardson
2020-05-31Make the doc a little less defensive.Leonard Richardson
2020-05-31Added to the troubleshooting section a bit to catch searches for the Attribut...Leonard Richardson
2020-05-30Remove explicit reference to the module name within the module, replacing it ...Leonard Richardson
2020-05-17Documented some recently added customization features.Leonard Richardson
2020-05-17Added docstring for BeautifulSoup.new_tag.Leonard Richardson
2020-04-25Try to clarify the docs further that get_text now returns human-readable text.Leonard Richardson
2020-04-24If you encode a document with a Python-specific encoding likeLeonard Richardson
2020-04-07Added a notice about the new behavior of .text to the documentation.Leonard Richardson
2020-04-05Embedded CSS and Javascript is now stored in distinct Stylesheet andLeonard Richardson
2020-04-04Added a Russian translation by 'authoress' to the repository.Leonard Richardson
2020-03-06Added a paragraph about the fact that prettify() adds whitespace to a document.Leonard Richardson
2020-01-23Fix a confusing typo in the description of formatter="html5".Colin Watson
2020-01-01API CHANGE - Added PageElement.decomposed, a new property which lets youLeonard Richardson
2019-12-24Clarify the expected output to hopefully make it clear that part of a long pa...Leonard Richardson
2019-12-24Minor changes to docstrings.Leonard Richardson
2019-12-24Added docstrings to all public methods in dammit.py.Leonard Richardson
2019-11-11The html.parser tree builder now correctly handles DOCTYPEs that areLeonard Richardson