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
/
NEWS.txt
Age
Commit message (
Collapse
)
Author
2012-02-09
Bumped version number.
Leonard Richardson
2012-02-09
Added bug reference.
Leonard Richardson
2012-02-09
As a last-ditch attempt to turn data into Unicode, use errors=replace ↵
Leonard Richardson
instead of errors=strict.
2012-02-09
Patched over a bug in html5lib (?) that was crashing Beautiful Soup on ↵
Leonard Richardson
certain kinds of markup. [bug=838800]
2012-02-09
Unicode, Dammit now detects the encoding in HTML 5-style <meta> tags like ↵
Leonard Richardson
<meta charset="utf-8" />. [bug=837268]
2012-02-09
Improved Unicode, Dammit's behavior when you give it Unicode to begin with.
Leonard Richardson
2012-02-09
Fixed a bug that wrecked the tree if you replaced an element with an empty ↵
Leonard Richardson
string. [bug=728697]
2012-02-09
Fixed a bug that caused a crash when you passed a dictionary as an attribute ↵
Leonard Richardson
value (possibly because you mistyped attrs). [bug=842419]
2012-02-08
Rationalized the treatment of multi-valued HTML attributes such as 'class'
Leonard Richardson
2012-02-08
Moved the historical changelog into NEWS.
Leonard Richardson
2012-02-08
Added more detail to the NEWS.
Leonard Richardson
2012-02-08
Moved around a bunch of metadata.
Leonard Richardson
[prev]