beautifulsoup:sphinx-update

Last commit made on 2023-04-12
Get this branch:
git clone -b sphinx-update 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 merges

Branch information

Name:
sphinx-update
Repository:
lp:beautifulsoup

Recent commits

b8e2d95... by Leonard Richardson

Added a type alias for individual encodings. I believe this completes the type hint work on dammit.py.

28bc4fd... by Leonard Richardson

Fixed the overly complex type rules of _sub_ms_char.

c508064... by Leonard Richardson

Fixed an error in the lookup table used when converting
  ISO-Latin-1 to ASCII, which no one should do anyway.

1029641... by Leonard Richardson

Defined an alias for 'a list of encodings.'

3a07b18... by Leonard Richardson

Got all the way through element.py, adding type hints to almost everything.

1d6257f... by Leonard Richardson

Fixed type hints for the generators.

b5bdc9c... by Leonard Richardson

Added type hints to all the find* methods, or at least all the ones in this section.

31b7ce5... by Leonard Richardson

Move unwrap() from PageElement to Tag.

0df9883... by Leonard Richardson

Added type hints for format_string.

678f200... by Leonard Richardson

Added type hints to PageElement.setup.