summaryrefslogtreecommitdiff
path: root/bs4/diagnose.py
Commit message (Expand)AuthorAgeFilesLines
* Clarified the software license.Leonard Richardson2018-12-241-2/+1
* Fixed a Windows crash in diagnose() when checking whether a longLeonard Richardson2018-07-141-7/+13
* Open/close files with "with"Ville Skyttä2016-07-261-1/+2
* Rename COPYING.txt to LICENSE. Add a reference to LICENSE in every source file.Leonard Richardson2016-07-161-0/+2
* Add a __license__ statement to all source files.Leonard Richardson2015-09-281-0/+3
* Added another layer of security to catch cases where lxml and html5lib are no...Leonard Richardson2015-06-271-4/+13
* Updated NEWS.Leonard Richardson2013-06-031-3/+1
* A NavigableString object now has an immutable '.name' property whoseLeonard Richardson2013-06-031-1/+1
* Save another Element creation.Leonard Richardson2013-06-031-3/+2
* Improved performance for html5lib.Leonard Richardson2013-06-031-3/+3
* Added raw html5lib to the list of parsers that get tested.Leonard Richardson2013-06-031-1/+9
* Inlined some commonly called code to save a function call.Leonard Richardson2013-06-031-2/+2
* Improved performance of _replace_cdata_list_attribute_values, and greatly red...Leonard Richardson2013-06-031-1/+1
* Let's get some profiling going.Leonard Richardson2013-06-031-1/+22
* Split out the code that guesses at encodings from the code that tries to deco...Leonard Richardson2013-05-301-2/+2
* How about actually parsing the same markup with different parsers.Leonard Richardson2013-05-151-1/+3
* Merge.Leonard Richardson2013-05-151-5/+10
|\
| * Added diagnostic case for attempting to parse a URL as HTML.Leonard Richardson2013-05-141-5/+10
* | Added a basic benchmark function to the diagnose module.Leonard Richardson2013-05-091-10/+38
* | Added a diagnostic function for randomly generating a simple, invalid HTML do...Leonard Richardson2013-05-091-0/+38
|/
* Fixed up diagnose() and added it to the docs.Leonard Richardson2013-05-071-4/+20
* Added failing test.Leonard Richardson2013-05-061-2/+6
* Added a library full of diagnostics to make tech support easier.Leonard Richardson2013-05-061-0/+85