~celinabelly/beautifulsoup:4.13

Last commit made on 2023-06-04
Get this branch:
git clone -b 4.13 https://git.launchpad.net/~celinabelly/beautifulsoup
Only Celina BELLY can upload to this branch. If you are Celina BELLY please log in for upload directions.

Branch merges

Branch information

Name:
4.13
Repository:
lp:~celinabelly/beautifulsoup

Recent commits

8a6d1dd... by Leonard Richardson

Merged in change to main branch.

418ab58... by Leonard Richardson

Fixed a case found by Mengyuhan where html.parser giving up on
  markup would result in an AssertionError instead of a
  ParserRejectedMarkup exception.

4cde600... by Leonard Richardson

Those casts are more trouble than they're worth.

1113a86... by Leonard Richardson

Got css.py to pass mypy strict although it's a little hacky.

26e1772... by Leonard Richardson

Went through formatter.py with mypy strict.

5bf3787... by Leonard Richardson

Went through dammit.py with mypy strict.

7200655... by Leonard Richardson

Merged in main branch.

f3a3619... by Leonard Richardson

Got rid of deprecation warnings in tests.

a9132eb... by Leonard Richardson

Remove a fuzz case that was caused by bad fuzzer code.

feb219f... by Leonard Richardson

Added more clusterfuzz cases and a copy of the new oss-fuzz code for parsing and running them.