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
/
diagnose.py
Age
Commit message (
Collapse
)
Author
2013-06-03
Improved performance of _replace_cdata_list_attribute_values, and greatly ↵
Leonard Richardson
reduced the number of times it is called.
2013-06-03
Let's get some profiling going.
Leonard Richardson
2013-05-30
Split out the code that guesses at encodings from the code that tries to ↵
Leonard Richardson
decode a bytestring based on those encodings. This is necessary because lxml wants to do the decoding itself.
2013-05-15
How about actually parsing the same markup with different parsers.
Leonard Richardson
2013-05-15
Merge.
Leonard Richardson
2013-05-14
Added diagnostic case for attempting to parse a URL as HTML.
Leonard Richardson
2013-05-09
Added a basic benchmark function to the diagnose module.
Leonard Richardson
2013-05-09
Added a diagnostic function for randomly generating a simple, invalid HTML ↵
Leonard Richardson
document.
2013-05-07
Fixed up diagnose() and added it to the docs.
Leonard Richardson
2013-05-06
Added failing test.
Leonard Richardson
2013-05-06
Added a library full of diagnostics to make tech support easier.
Leonard Richardson