~chrispitude/beautifulsoup:4.13

Last commit made on 2024-02-02
Get this branch:
git clone -b 4.13 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:
4.13
Repository:
lp:~chrispitude/beautifulsoup

Recent commits

4e37196... by Leonard Richardson

Added some basic typing to test methods that are called by the actual tests.

fe88554... by Leonard Richardson

Clarified the match protocol thing.

2618f24... by Leonard Richardson

Decided putting limit in ResultSet wasn't a good idea.

cc290e9... by Leonard Richardson

Added note that Protocol is in typing_extensions so it could be used now.

4c0618d... by Leonard Richardson

Made some typing system changes necessary to get the code to run under Python 3.8.

d5db19b... by Leonard Richardson

I feel like it's more consistent to use modified_attrs throughout.

792192c... by Leonard Richardson

Sorted out the _RawAttributeValue/_AttributeValue typing issue.

814f1a6... by Leonard Richardson

All the easy stuff is resolved now, and most of the medium-sized stuff except an issue with _RawAttributeValues versus _AttributeValues.

3898972... by Leonard Richardson

Got the type definitions in _deprecation.py a _little_ better.

8ad3d32... by Leonard Richardson

Distinguish better between processed and raw attribute values.