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 (
Expand
)
Author
2023-02-15
Removed some error checking code from diagnose(), which is redundant with
Leonard Richardson
2021-10-23
Fix a Python 3-specific problem in diagnose.lxml_trace.
Leonard Richardson
2021-09-07
Goodbye, Python 2. [bug=1942919]
Leonard Richardson
2020-05-17
Switch entirely to Python 3-style print statements, even in Python 2.
Leonard Richardson
2019-12-24
Added docstrings to diagnose.py.
Leonard Richardson
2018-12-24
Clarified the software license.
Leonard Richardson
2018-07-14
Fixed a Windows crash in diagnose() when checking whether a long
Leonard Richardson
2016-07-26
Open/close files with "with"
Ville Skyttä
2016-07-16
Rename COPYING.txt to LICENSE. Add a reference to LICENSE in every source file.
Leonard Richardson
2015-09-28
Add a __license__ statement to all source files.
Leonard Richardson
2015-06-27
Added another layer of security to catch cases where lxml and html5lib are no...
Leonard Richardson
2013-06-03
Updated NEWS.
Leonard Richardson
2013-06-03
A NavigableString object now has an immutable '.name' property whose
Leonard Richardson
2013-06-03
Save another Element creation.
Leonard Richardson
2013-06-03
Improved performance for html5lib.
Leonard Richardson
2013-06-03
Added raw html5lib to the list of parsers that get tested.
Leonard Richardson
2013-06-03
Inlined some commonly called code to save a function call.
Leonard Richardson
2013-06-03
Improved performance of _replace_cdata_list_attribute_values, and greatly red...
Leonard Richardson
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 deco...
Leonard Richardson
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 do...
Leonard Richardson
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