summaryrefslogtreecommitdiff
path: root/bs4/__init__.py
AgeCommit message (Expand)Author
2020-10-03Prepare for release.Leonard Richardson
2020-09-26Increment version number.Leonard Richardson
2020-09-26Fixed a bug that inconsistently moved elements over when passingLeonard Richardson
2020-09-26Change the signatures for BeautifulSoup.insert_before and insert_afterLeonard Richardson
2020-05-30Fixed a bug that caused too many tags to be popped from the tagLeonard Richardson
2020-05-17Switch entirely to Python 3-style print statements, even in Python 2.Leonard Richardson
2020-05-17Added docstring for BeautifulSoup.new_tag.Leonard Richardson
2020-04-24If you encode a document with a Python-specific encoding likeLeonard Richardson
2020-04-21Added two distinct UserWarning subclasses for warnings issued from the Beauti...Leonard Richardson
2020-04-07Add Script, Stylesheet, and TemplateString to the 'bs4' namespace.Leonard Richardson
2020-04-05Embedded CSS and Javascript is now stored in distinct Stylesheet andLeonard Richardson
2020-03-10Fixed a bug that happened when passing a Unicode filename containingLeonard Richardson
2019-12-24Bumped version number.Leonard Richardson
2019-12-24Minor changes to docstrings.Leonard Richardson
2019-12-24Added docstrings to all public methods in dammit.py.Leonard Richardson
2019-12-20Added docstrings to all methods in __init__.pyLeonard Richardson
2019-10-06Added section on Python 2 sunsetting.Leonard Richardson
2019-09-02Avoid a crash when trying to detect the declared encoding of aLeonard Richardson
2019-08-26It's now possible to override any of the element classes.Leonard Richardson
2019-08-21When instantiating a BeautifulSoup object, it's now possible toLeonard Richardson
2019-07-21Implemented line number tracking for html5lib.Leonard Richardson
2019-07-21Adapt Chris Mayo's code to track line number and position when using html.par...Leonard Richardson
2019-07-16Prep for release.Leonard Richardson
2019-07-07It's now possible to customize the TreeBuilder object by passingLeonard Richardson
2019-01-06Prep for release.Leonard Richardson
2019-01-05Fix for performance with the linkage fix.Isaac Muse
2018-12-31Prep for release.Leonard Richardson
2018-12-30Merging the linkage checker and html5lib fixes by Isaac Muse found in https:/...Leonard Richardson
2018-12-25Ensure html5lib always has valid internal linkageIsaac Muse
2018-12-24Clarified the software license.Leonard Richardson
2018-12-24Keep track of the namespace abbreviations found while parsing the document. T...Leonard Richardson
2018-12-23Merged in next_previous_fixes from Isaac Muse. [bug=1782928,1798699]Leonard Richardson
2018-12-22Fix next and previous linkage issues. Fixes issues #1806598 and #1782928.Isaac Muse
2018-08-12Bump up to version 4.6.3 so I can re-release.Leonard Richardson
2018-07-30Fix an exception when a custom formatter was asked to format a voidLeonard Richardson
2018-07-28Prep for release.Leonard Richardson
2018-07-15You can pass a dictionary of intoLeonard Richardson
2018-07-15Improved the 'no parser specified' warning so it doesn't show up in a REPL.Leonard Richardson
2018-07-14Fix an error in the warning when run from REPL.Leonard Richardson
2018-07-14Bring in some more code from warnings.py.Leonard Richardson
2018-07-14Improve the technique for finding the line number with the problematic method...Leonard Richardson
2018-07-14Improve the warning given when no parser is specified. [bug=1780571]Leonard Richardson
2017-05-07Prep for 4.6.0 release.Leonard Richardson
2017-05-07Corrected formatting of warning.Leonard Richardson
2017-05-06Change no-parser-specified warning to avoid the implication that you should p...Leonard Richardson
2017-01-02I need to do another release because of an error while running the release sc...Leonard Richardson
2017-01-02Prep for 4.5.2 release.Leonard Richardson
2016-08-02Bump version number.Leonard Richardson
2016-07-26Clarify that Beautiful Soup is no longer compatible with versions of Python p...Leonard Richardson
2016-07-26Spelling fixesVille Skyttä