summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2009-04-10Big refactoring into multiple files.Leonard Richardson
2009-04-10Split Unicode Dammit into a separate library.Leonard Richardson
2009-04-10Reinstated ICantBelieveItsBeautifulSoup, with a test.Leonard Richardson
2009-04-09Merge from work on laptop.Leonard Richardson
2009-04-09Made it possible to pass in a dict as attrs.Leonard Richardson
2009-04-09Minor cleanup.Leonard Richardson
2009-04-09Minor cleanup.Leonard Richardson
2009-04-09Minor cleanup.Leonard Richardson
2009-04-09Don't pop a self-closing tag off the stack if the tag was rejected by the ↵Leonard Richardson
SoupStrainer.
2009-04-09Moved quoteStack into the tree builder.Leonard Richardson
2009-04-09Moved almost all the code to BeautifulStoneSoup. Fixed up docstrings.Leonard Richardson
2009-04-08Changed more tag sets to have lowercase names.Leonard Richardson
2009-04-08Moved docstring.Leonard Richardson
2009-04-08Moved isHTML to a builder property, assume_html.Leonard Richardson
2009-04-08Moved reset_nesting_tags and nestable_tags from BeautifulSoup to the HTML ↵Leonard Richardson
builder.
2009-04-08Changed nestable tag list variable names to lowercase.Leonard Richardson
2009-04-08Removed rarely used parsers--if we need them again, we can make tree builders.Leonard Richardson
2009-04-08Got tests to pass.Leonard Richardson
2009-04-08Added an LXML builder and a stupid test.Leonard Richardson
2009-03-13Initial (manual) import.Leonard Richardson