summaryrefslogtreecommitdiff
path: root/bs4/tests/test_soup.py
AgeCommit message (Expand)Author
2023-04-07Fixed an unhandled exception in BeautifulSoup.decode_contentsLeonard Richardson
2023-01-31Consistently use pytest.mark.skipif to skip tests when the corresponding libr...Leonard Richardson
2023-01-29Reworded the 'multi-valued attributes' portion of the documentation to make i...Leonard Richardson
2023-01-27Change the tests that check warnings to also (indirectly) verify that the sta...Leonard Richardson
2022-04-07Omit untrusted input when issuing warnings.Leonard Richardson
2021-12-17Fix a crash when pickling a BeautifulSoup object that has noLeonard Richardson
2021-10-11Broke up some monolithic unit test files.Leonard Richardson
2021-10-11Moved the test classes to tests/__init__.py.Leonard Richardson
2021-10-09Moved testing.py into the same package as the tests.Leonard Richardson
2021-09-12Ported unit tests to use pytest.Leonard Richardson
2021-09-07Goodbye, Python 2. [bug=1942919]Leonard Richardson
2021-05-31The html.parser tree builder can now handles named entitiesLeonard Richardson
2021-02-13Added a second way to pass specify encodings to UnicodeDammit andLeonard Richardson
2021-02-13Improve the warning issued when a directory name (as opposed toLeonard Richardson
2021-02-13Corrected output when the namespace prefix associated with aLeonard Richardson
2020-04-21Added two distinct UserWarning subclasses for warnings issued from the Beauti...Leonard Richardson
2020-04-05Embedded CSS and Javascript is now stored in distinct Stylesheet andLeonard Richardson
2019-10-05Avoid a crash when unpickling certain parse trees generated using html5lib on...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-22Test the ability to build a tree using objects other than Tag and NavigableSt...Leonard Richardson
2019-07-16Suppressed warnings during tests that aren't about the warnings.Leonard Richardson
2019-07-07' (which is valid in XML and XHTML, but not HTML 4) is nowLeonard Richardson
2019-07-07Renamed the cdata_list_attributes argument to multi_valued_attributes since i...Leonard Richardson
2019-07-07It's now possible to override a TreeBuilder's cdata_list_attributes dictionar...Leonard Richardson
2019-07-07It's now possible to customize the TreeBuilder object by passingLeonard Richardson
2016-07-26Clarify that Beautiful Soup is no longer compatible with versions of Python p...Leonard Richardson
2016-07-26Use assertEqual instead of deprecated assertEqualsVille Skyttä
2016-07-26Clarify Python 2(.7) support statusVille Skyttä
2016-07-16Fixed a Python 3 ByteWarning when a URL was passed in as though itLeonard Richardson
2015-07-05Fixed the test_detect_utf8 test so that it works when chardet isLeonard Richardson
2015-06-27Added an exclude_encodings argument to UnicodeDammit and to theLeonard Richardson
2015-06-25Fixed a crash in Unicode, Dammit's encoding detector when the nameLeonard Richardson
2014-12-07Issue a warning if the BeautifulSoup constructor arguments do not explicitly ...Leonard Richardson
2013-10-02Fixed a bug that caused Unicode data put into UnicodeDammit toLeonard Richardson
2013-10-01 Fixed a crash when a short input contains data not valid inLeonard Richardson
2013-10-01Fixed a bug in which short Unicode input was improperly encoded to ASCII when...Leonard Richardson
2013-08-19Combined two tests to stop a spurious test failure when tests areLeonard Richardson
2013-06-03Let's get some profiling going.Leonard Richardson
2013-06-03Test that the filename warning isn't given unless the file actually exists on...Leonard Richardson
2013-06-03Beautiful Soup will issue a warning if instead of markup you pass itLeonard Richardson
2013-06-02Turns out we had two bits of code to strip byte-order marks.Leonard Richardson
2013-06-02It turns out most of the untested code wasn't doing anything useful.Leonard Richardson
2013-05-30Split out the code that guesses at encodings from the code that tries to deco...Leonard Richardson
2013-05-20The default XML formatter will now replace ampersands even if they appear to ...Leonard Richardson
2012-08-20Python 3.1 also needs to skip the unicode attribute name test.Leonard Richardson
2012-08-20Skipped a test under Python 2.6 to avoid a spurious test failure. [bug=1038503]Leonard Richardson
2012-08-17Okay, I'll use assertEqual instead.Leonard Richardson
2012-08-17Fixed a crash on encoding when an attribute name containedLeonard Richardson
2012-07-03Mentioned cchardet in docs.Leonard Richardson