~w-del/beautifulsoup:soupsieve-integration

Last commit made on 2023-02-08
Get this branch:
git clone -b soupsieve-integration 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:
soupsieve-integration
Repository:
lp:~w-del/beautifulsoup

Recent commits

9139734... by Leonard Richardson

Fixed syntax errors in documentation.

9db8024... by Leonard Richardson

Added Makefile for the Portuguese translation.

eb2bdf5... by Leonard Richardson

Corrected a mistake in the Korean, Portuguese and Chinese translations of the documentation.

7eedde4... by Leonard Richardson

Removed Soup Sieve fallback method, added documentation.

6d70caf... by Leonard Richardson

Added a __getattr__ fallback.

526fcf8... by Leonard Richardson

Added tests of CSS.escape.

1f0f15f... by Leonard Richardson

Move the Soup Sieve proxy and its tests into separate files.

e41b7c9... by Leonard Richardson

Consistently use the name 'tag' instead of 'element,' since CSS selectors only operate on tags. Verify that select() and filter() return ResultSets.

d550910... by Leonard Richardson

Removed redundant whitespace.

b16d415... by Leonard Richardson

Added some docstrings and made the return values more consistent.