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
Age
Commit message (
Collapse
)
Author
2011-02-18
Fixed test failures that were masked by the compatibility methods.
Leonard Richardson
2011-02-18
Did a bunch more renames--they're listed in the CHANGELOG.
Leonard Richardson
2011-02-18
Renamed findAllPrevious to find_all_previous.
Leonard Richardson
2011-02-18
Renamed findAllNext to find_all_next.
Leonard Richardson
2011-02-18
Renamed findNext to find_next.
Leonard Richardson
2011-02-18
Renamed a straggler generator.
Leonard Richardson
2011-02-18
Renamed the generators and made them properties.
Leonard Richardson
2011-02-18
Renamed recursiveChildGenerator to recursive_children.
Leonard Richardson
2011-02-18
Renamed findAll to find_all.
Leonard Richardson
2011-02-18
Got rid of _convertEntities altogether (though I'll probably have to ↵
Leonard Richardson
introduce a method that does the opposite.)
2011-02-18
Removed builder argument from _convertEntities.
Leonard Richardson
2011-02-18
Convert all entities to Unicode, don't make it configurable.
Leonard Richardson
2011-02-18
Got rid of now-useless builder configuration.
Leonard Richardson
2011-02-13
Ported more tests of bad declarations.
Leonard Richardson
2011-02-13
Added tests of nonsensical declarations.
Leonard Richardson
2011-02-13
Got the doctype tests to work for html5lib.
Leonard Richardson
2011-02-13
Got a variety of doctype tests working.
Leonard Richardson
2011-02-13
Added tests for namespaced doctypes.
Leonard Richardson
2011-02-13
Clarified lxml's behavior w/r/t CDATA sections.
Leonard Richardson
2011-02-13
Figured out the deal with CDATA sections in lxml and html5lib, and added ↵
Leonard Richardson
comments and tests.
2011-02-10
Added some elementary doctype handling.
Leonard Richardson
2011-02-10
Commented out annoying print statement.
Leonard Richardson
2011-02-10
Added more table tests.
Leonard Richardson
2011-02-10
Added tests illustrating the different ways lxml and html5lib handle nested ↵
Leonard Richardson
tables.
2011-02-10
Ported some more tests demonstrating that entities are converted to Unicode ↵
Leonard Richardson
characters on the way in.
2011-02-10
Added a test to verify that both lxml and html5lib convert entities to ↵
Leonard Richardson
Unicode characters during parsing.
2011-02-10
Fixed the ability to encode strings.
Leonard Richardson
2011-01-30
Stop pretending that the 'generic' builder test is different from the lxml test.
Leonard Richardson
2011-01-30
Stop pretending that the 'generic' builder test is different from the lxml test.
Leonard Richardson
2011-01-29
Started keeping a changelog again.
Leonard Richardson
2011-01-29
Ported even more tests.
Leonard Richardson
2011-01-28
Ported the persistence tests.
Leonard Richardson
2011-01-28
Added tests for <textarea> and <script> tags that contain HTML.
Leonard Richardson
2011-01-28
Made .string a dynamic property.
Leonard Richardson
2011-01-28
Made .string a dynamic property.
Leonard Richardson
2011-01-28
Removed buildout and made tests work using 'unit2 discover'.
Leonard Richardson
2011-01-28
Refactored enough to get all of the tests to pass with test discovery, even ↵
Leonard Richardson
though there are still some underlying problems.
2011-01-28
Added test runner script.
Leonard Richardson
2011-01-28
Moved the code back into a beautifulsoup/ directory.
Leonard Richardson
2011-01-28
Moved everything into the top-level directory and got rid of buildout.
Leonard Richardson
2011-01-03
Brought in a treebuilder from html5lib and got it to work.
Leonard Richardson
2011-01-03
Moved the test helpers out of the test directory.
Leonard Richardson
2010-12-30
Ported a test of the selective parsing argument to the Beautiful Soup ↵
Leonard Richardson
constructor.
2010-12-30
Ported a lot of tests of tree modification.
Leonard Richardson
2010-12-30
Ported the previousSibling tests.
Leonard Richardson
2010-12-29
Ported tests for the 'previous' navigation functionality.
Leonard Richardson
2010-12-29
A few more simple tests.
Leonard Richardson
2010-12-29
Added a test to ensure that you can search for a Unicode string.
Leonard Richardson
2010-12-29
Added previously un-added test suite for tree navigation and searching.
Leonard Richardson
2010-12-29
Moved over a test for incorrectly nested tables.
Leonard Richardson
[next]