summaryrefslogtreecommitdiff
path: root/bs4/tests/test_soup.py
Commit message (Expand)AuthorAgeFilesLines
* Clarify that Beautiful Soup is no longer compatible with versions of Python p...Leonard Richardson2016-07-261-2/+1
|\
| * Clarify Python 2(.7) support statusVille Skyttä2016-07-261-2/+1
* | Use assertEqual instead of deprecated assertEqualsVille Skyttä2016-07-261-1/+1
|/
* Fixed a Python 3 ByteWarning when a URL was passed in as though itLeonard Richardson2016-07-161-8/+27
* Fixed the test_detect_utf8 test so that it works when chardet isLeonard Richardson2015-07-051-2/+3
* Added an exclude_encodings argument to UnicodeDammit and to theLeonard Richardson2015-06-271-0/+19
* Fixed a crash in Unicode, Dammit's encoding detector when the nameLeonard Richardson2015-06-251-0/+8
* Issue a warning if the BeautifulSoup constructor arguments do not explicitly ...Leonard Richardson2014-12-071-1/+22
* Fixed a bug that caused Unicode data put into UnicodeDammit toLeonard Richardson2013-10-021-0/+5
* Fixed a crash when a short input contains data not valid inLeonard Richardson2013-10-011-0/+6
* Fixed a bug in which short Unicode input was improperly encoded to ASCII when...Leonard Richardson2013-10-011-0/+7
* Combined two tests to stop a spurious test failure when tests areLeonard Richardson2013-08-191-9/+0
* Let's get some profiling going.Leonard Richardson2013-06-031-1/+0
* Test that the filename warning isn't given unless the file actually exists on...Leonard Richardson2013-06-031-0/+5
* Beautiful Soup will issue a warning if instead of markup you pass itLeonard Richardson2013-06-031-1/+27
* Turns out we had two bits of code to strip byte-order marks.Leonard Richardson2013-06-021-3/+2
* It turns out most of the untested code wasn't doing anything useful.Leonard Richardson2013-06-021-2/+5
* Split out the code that guesses at encodings from the code that tries to deco...Leonard Richardson2013-05-301-7/+17
* The default XML formatter will now replace ampersands even if they appear to ...Leonard Richardson2013-05-201-1/+6
* Python 3.1 also needs to skip the unicode attribute name test.Leonard Richardson2012-08-201-3/+4
* Skipped a test under Python 2.6 to avoid a spurious test failure. [bug=1038503]Leonard Richardson2012-08-201-0/+6
* Okay, I'll use assertEqual instead.Leonard Richardson2012-08-171-1/+1
* Fixed a crash on encoding when an attribute name containedLeonard Richardson2012-08-171-0/+3
* Mentioned cchardet in docs.Leonard Richardson2012-07-031-6/+6
* When sniffing encodings, if the cchardet library is installed, use it instead...Leonard Richardson2012-07-031-5/+7
* Use logging.warning() instead of warning.warn() to notify the user that chara...Leonard Richardson2012-07-031-10/+8
* Fixed a bug with the lxml treebuilder that prevented the user from adding att...Leonard Richardson2012-05-241-4/+4
* Added experimental support for fixing Windows-1252 characters embedded in UTF...Leonard Richardson2012-04-271-0/+38
* Fixed a bug in decoding data that contained a byte-order mark, such as data e...Leonard Richardson2012-04-261-0/+8
* Fixed test failure when lxml is not installed.Leonard Richardson2012-04-261-3/+6
* Made encoding substitution in <meta> tags completely transparent (no more %SO...Leonard Richardson2012-04-181-0/+18
* Unicode, Dammit now has an option to turn MS smart quotes into ASCII characters.Leonard Richardson2012-04-161-0/+6
* For backwards compatibility, brought back the BeautifulStoneSoup class as a d...Leonard Richardson2012-03-011-1/+10
* Fixed DOCTYPE handling.Leonard Richardson2012-02-261-14/+19
* Fixed a test failure that occured on Python 3.x when chardet was installed.Leonard Richardson2012-02-241-3/+19
* Fixed handling of the closing of namespaced tags.Leonard Richardson2012-02-231-0/+4
* Bumped version number.Leonard Richardson2012-02-231-6/+15
* Namespaced attributes are equal if they correspond to the same string.Leonard Richardson2012-02-231-1/+18
* Removed tests that merely illustrated parser behavior, behavior that wouldn't...Leonard Richardson2012-02-221-0/+45
* Changd the class structure so that the default parser test class uses html.pa...Leonard Richardson2012-02-201-1/+1
* Issue a warning if characters were replaced with REPLACEMENT CHARACTER during...Leonard Richardson2012-02-161-5/+10
* As a last-ditch attempt to turn data into Unicode, use errors=replace instead...Leonard Richardson2012-02-091-0/+21
* Unicode, Dammit now detects the encoding in HTML 5-style <meta> tags like <me...Leonard Richardson2012-02-091-0/+11
* Tests now work in both versions, and it's possible to test both versions by r...Leonard Richardson2012-01-201-3/+4
* Made it easier to convert BS3 code to BS4.Leonard Richardson2012-01-201-1/+23
* Replaced assertEquals with assertEqual to get rid of deprecation notice.Leonard Richardson2012-01-201-24/+24
* Various changes so most tests pass on Python 3.Thomas Kluyver2011-06-291-8/+8
* Move tests into package so they can be converted by 2to3.Thomas Kluyver2011-06-281-0/+130