~facelessuser/beautifulsoup:bugfix/soupsieve

Last commit made on 2023-02-10
Get this branch:
git clone -b bugfix/soupsieve 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:
bugfix/soupsieve
Repository:
lp:~facelessuser/beautifulsoup

Recent commits

a01835f... by Isaac Muse

Add compile method

9107a90... by Isaac Muse

Remove unnecessary test and don't pass namespace on precompiled select

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.