~w-del/beautifulsoup:4.13

Last commit made on 2024-02-16
Get this branch:
git clone -b 4.13 https://git.launchpad.net/~w-del/beautifulsoup
Only delong can upload to this branch. If you are delong please log in for upload directions.

Branch merges

Branch information

Name:
4.13
Repository:
lp:~w-del/beautifulsoup

Recent commits

ee00cf1... by Leonard Richardson

A few more minor strict type fixes.

e9629a8... by Leonard Richardson

Explicitly spell out all the methods from BS2 and BS3 that are now being deprecated.

d2a71d3... by Leonard Richardson

The argument to the TreeBuilderForHtml5lib
  constructor is now required, not optional. It's unclear why it was
  optional in the first place, so if you discover you need this,
  contact us for possible un-deprecation.

36f768f... by Leonard Richardson

Defined a runtime-checkable protocol that handles regular expression objects from both re and the regex library.

fdf380b... by Leonard Richardson

Fixed mypy errors in tests.

8726d32... by Leonard Richardson

Added and changed type hints after examining typeshed's Beautiful Soup stubs.

9600387... by Leonard Richardson

filter is a better name than match.

b48b58d... by Leonard Richardson

More CHANGELOG notes, including mentioning work in progress for filling in later.

8dc5b33... by Leonard Richardson

Reorganized the CHANGELOG notes.

669efe6... by Leonard Richardson

Oh, right, the warnings can't mention the actual markup for security reasons.