~chrispitude/beautifulsoup:node-filters

Last commit made on 2024-01-01
Get this branch:
git clone -b node-filters https://git.launchpad.net/~chrispitude/beautifulsoup
Only Chris Papademetrious can upload to this branch. If you are Chris Papademetrious please log in for upload directions.

Branch merges

Branch information

Name:
node-filters
Repository:
lp:~chrispitude/beautifulsoup

Recent commits

a771557... by Chris Papademetrious

implement a filter that considers all PageElement objects

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.