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
/
TODO.txt
Age
Commit message (
Collapse
)
Author
2012-04-27
Removed completed TODO.
Leonard Richardson
2012-04-26
Fixed a bug in decoding data that contained a byte-order mark, such as data ↵
Leonard Richardson
encoded in UTF-16LE. [bug=988980]
2012-04-18
Fixed a bug that made the HTMLParser treebuilder generate XML definitions ↵
Leonard Richardson
ending with two question marks instead of one. [bug=984258]
2012-04-16
Attribute values are now run through the provided output formatter. ↵
Leonard Richardson
Previously they were always run through the 'minimal' formatter. [bug=980237]
2012-03-14
Final doc pass.
Leonard Richardson
2012-02-24
Warn when SoupStrainer is used with the html5lib tree builder.
Leonard Richardson
2012-02-20
It's now possible to copy a BeautifulSoup object created with the ↵
Leonard Richardson
html.parser treebuilder.
2012-02-20
Tests now pass if neither lxml nor html5lib is installed.
Leonard Richardson
2012-02-16
Prep for release.
Leonard Richardson
2012-02-15
Some cdata-list attributes are only cdata lists for certain tags.
Leonard Richardson
2012-02-15
Tested that extract() distinguishes between idientical strings.
Leonard Richardson
2012-02-08
Moved around a bunch of metadata.
Leonard Richardson