~chrispitude/beautifulsoup:doc-minor-fixes

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

Recent commits

de58eb4... by Chris Papademetrious

fix very minor doc issues

Signed-off-by: Chris Papademetrious <email address hidden>

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.