beautifulsoup:fuzz

Last commit made on 2023-03-20
Get this branch:
git clone -b fuzz https://git.launchpad.net/beautifulsoup
Only Leonard Richardson can upload to this branch. If you are Leonard Richardson please log in for upload directions.

Branch information

Name:
fuzz
Repository:
lp:beautifulsoup

Recent commits

961f700... by Leonard Richardson

Added a test harness for clusterfuzz test cases.

fbbc002... by Leonard Richardson

Rewrote documentation so that py:class:: directives could be inserted and the text would flow naturally.

305133e... by Leonard Richardson

Add documentation references for the bs4 module itself as well as all currently documented classes.

021d430... by Leonard Richardson

Removed some error checking code from diagnose(), which is redundant with
  similar (but more Pythonic) code in the BeautifulSoup constructor.
  [bug=2007344]

e0bbee7... by Leonard Richardson

When the html.parser parser decides it can't parse a document, Beautiful
  Soup now consistently propagates this fact by raising a
  ParserRejectedMarkup error. [bug=2007343]

8432abb... by Leonard Richardson

Added missing import.

40b3bfe... by Leonard Richardson

Fixed the UnicodeDammit example so that the example is more obviously UTF-8.

172c1cf... by Leonard Richardson

Improved documentation of new method.

a01835f... by Isaac Muse

Add compile method

9107a90... by Isaac Muse

Remove unnecessary test and don't pass namespace on precompiled select