~akjk32002/beautifulsoup:4.13

Last commit made on 2024-03-20
Get this branch:
git clone -b 4.13 https://git.launchpad.net/~akjk32002/beautifulsoup
Only Kevin bush can upload to this branch. If you are Kevin bush please log in for upload directions.

Branch merges

Branch information

Name:
4.13
Repository:
lp:~akjk32002/beautifulsoup

Recent commits

c93a399... by Leonard Richardson

Fixed dependency.

6867f2d... by Leonard Richardson

Added basic apidoc.

a3dbb2a... by Leonard Richardson

Fixed issues with the apidoc build.

a222fb8... by Leonard Richardson

Made my decision about what the ElementFilter API should look like. For the sake of a simpler API, if you want to customize the pre-parse filtering you need to subclass.

cfb3808... by Leonard Richardson

Changed type imports to restore support for older Python versions.

ef67432... by Leonard Richardson

Use bytestring instead of string in document--this was making it look like .original_encoding didn't work.

6f60ca0... by Leonard Richardson

Include py.typed with the wheel.

8c9c677... by Leonard Richardson

Added py.typed per PEP-0561.

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.