summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2010-12-29Ported a whole lot of unit tests to the new system.Leonard Richardson
2010-12-29Ported some tests from the old system to the new smoke test class.Leonard Richardson
2010-12-29Refactored common markup tests into smoke-test classes so as not to ↵Leonard Richardson
duplicate code between the different builder tests.
2010-12-29Added test suites.Leonard Richardson
2010-12-29Test suite cleanup.Leonard Richardson
2010-12-29Refactored the code that turns HTML fragments into parser-specific documents ↵Leonard Richardson
for test purposes.
2010-12-28Moved SAXTreeBuilder into the file with the rest of the generic builders.Leonard Richardson
2010-12-28Added the html5lib builder.Leonard Richardson
2010-12-28Removed the HTMLParser tree builder to give me some room to maneuver.Leonard Richardson
2010-12-26Got the html5lib parser to work, even though it works by building a separate ↵Leonard Richardson
DOM tree and turning it into SAX events so we can build another DOM tree.
2010-12-26Got lxml test suite to work.Leonard Richardson
2010-12-24Since this is 4.0, got rid of compatibility methods.Leonard Richardson
2009-05-26Added missing buildout.cfg file.Leonard Richardson
2009-05-26Added missing file.Leonard Richardson
2009-04-10Added soup strainer test.Leonard Richardson
2009-04-10Added a simple compatibility test suite for tree builders.Leonard Richardson
2009-04-10Moved the builder code into a subdirectory.Leonard Richardson
2009-04-10Unified the Python 3 diffs into one file.Leonard Richardson
2009-04-10Renamed patch file.Leonard Richardson
2009-04-10Removed autogenerated licensing information.Leonard Richardson
2009-04-10Hooked up the test suite.Leonard Richardson
2009-04-10First attempt at an import.Leonard Richardson
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