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
/
bs4
/
testing.py
Age
Commit message (
Collapse
)
Author
2012-03-24
Pass data into XMLParser.feed() in chunks. [bug=963880]
Leonard Richardson
2012-03-01
In HTML5-style <meta charset="foo"> tags, the value of the "charset" ↵
Leonard Richardson
attribute is now replaced with the appropriate encoding on output. [bug=942714]
2012-03-01
Added missing __len__ method that stopped html5lib tree builder from working ↵
Leonard Richardson
on nested formatting elements. [bug=943246]
2012-02-28
Fixed the generated XML declaration.
Leonard Richardson
2012-02-26
Fixed DOCTYPE handling.
Leonard Richardson
2012-02-24
I keep typing assertEquals.
Leonard Richardson
2012-02-23
The namespace stuff seems to work, and it's definitely an improvement on the ↵
Leonard Richardson
status quo, so in it goes.
2012-02-23
Inserted extra space.
Leonard Richardson
2012-02-23
A bit more testing.
Leonard Richardson
2012-02-23
Test that HTML5 parsers add the appropriate namespace to the tags they parse.
Leonard Richardson
2012-02-23
Fixed handling of the closing of namespaced tags.
Leonard Richardson
2012-02-23
Bumped version number.
Leonard Richardson
2012-02-23
Namespaced attributes are equal if they correspond to the same string.
Leonard Richardson
2012-02-23
Added basic namespace tests.
Leonard Richardson
2012-02-23
Merge from trunk and added tests.
Leonard Richardson
2012-02-22
Minor cleanup.
Leonard Richardson
2012-02-22
Bare strings are not HTML-escaped by default, but tags are.
Leonard Richardson
2012-02-22
Removed tests that merely illustrated parser behavior, behavior that ↵
Leonard Richardson
wouldn't break Beautiful Soup if it changed.
2012-02-20
copied skipIf didn't work, so made a smaller one.
Leonard Richardson
2012-02-20
Changd the class structure so that the default parser test class uses ↵
Leonard Richardson
html.parser.
2012-02-20
Added code from 2.7's standard library so that the tests will run on Python 2.6.
Leonard Richardson
2012-01-20
Replaced assertEquals with assertEqual to get rid of deprecation notice.
Leonard Richardson
2011-03-05
PEP8ifying
Aaron DeVore
2011-02-27
Renamed the beautifulsoup module to bs4 to save typing.
Leonard Richardson