~facelessuser/beautifulsoup:master

Last commit made on 2023-02-09
Get this branch:
git clone -b master https://git.launchpad.net/~facelessuser/beautifulsoup
Only Isaac Muse can upload to this branch. If you are Isaac Muse please log in for upload directions.

Branch merges

Branch information

Name:
master
Repository:
lp:~facelessuser/beautifulsoup

Recent commits

cbce976... by Leonard Richardson

Add another import of NavigableString just before the constructor is used, since most people don't run all the code in the doc in order.

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.