index
:
beautifulsoup.git
master
Unnamed repository; edit this file 'description' to name the repository.
User &
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
bs4
/
tests
/
test_soup.py
Age
Commit message (
Expand
)
Author
2012-04-27
Added experimental support for fixing Windows-1252 characters embedded in UTF...
Leonard Richardson
2012-04-26
Fixed a bug in decoding data that contained a byte-order mark, such as data e...
Leonard Richardson
2012-04-26
Fixed test failure when lxml is not installed.
Leonard Richardson
2012-04-18
Made encoding substitution in <meta> tags completely transparent (no more %SO...
Leonard Richardson
2012-04-16
Unicode, Dammit now has an option to turn MS smart quotes into ASCII characters.
Leonard Richardson
2012-03-01
For backwards compatibility, brought back the BeautifulStoneSoup class as a d...
Leonard Richardson
2012-02-26
Fixed DOCTYPE handling.
Leonard Richardson
2012-02-24
Fixed a test failure that occured on Python 3.x when chardet was installed.
Leonard Richardson
2012-02-23
Fixed handling of the closing of namespaced tags.
Leonard Richardson
2012-02-23
Bumped version number.
Leonard Richardson
2012-02-23
Namespaced attributes are equal if they correspond to the same string.
Leonard Richardson
2012-02-22
Removed tests that merely illustrated parser behavior, behavior that wouldn't...
Leonard Richardson
2012-02-20
Changd the class structure so that the default parser test class uses html.pa...
Leonard Richardson
2012-02-16
Issue a warning if characters were replaced with REPLACEMENT CHARACTER during...
Leonard Richardson
2012-02-09
As a last-ditch attempt to turn data into Unicode, use errors=replace instead...
Leonard Richardson
2012-02-09
Unicode, Dammit now detects the encoding in HTML 5-style <meta> tags like <me...
Leonard Richardson
2012-01-20
Tests now work in both versions, and it's possible to test both versions by r...
Leonard Richardson
2012-01-20
Made it easier to convert BS3 code to BS4.
Leonard Richardson
2012-01-20
Replaced assertEquals with assertEqual to get rid of deprecation notice.
Leonard Richardson
2011-06-29
Various changes so most tests pass on Python 3.
Thomas Kluyver