~jorants/beautifulsoup:master

Last commit made on 2023-02-16
Get this branch:
git clone -b master https://git.launchpad.net/~jorants/beautifulsoup
Only Joran van Apeldoorn can upload to this branch. If you are Joran van Apeldoorn please log in for upload directions.

Branch merges

Branch information

Name:
master
Repository:
lp:~jorants/beautifulsoup

Recent commits

021d430... by Leonard Richardson

Removed some error checking code from diagnose(), which is redundant with
  similar (but more Pythonic) code in the BeautifulSoup constructor.
  [bug=2007344]

e0bbee7... by Leonard Richardson

When the html.parser parser decides it can't parse a document, Beautiful
  Soup now consistently propagates this fact by raising a
  ParserRejectedMarkup error. [bug=2007343]

8432abb... by Leonard Richardson

Added missing import.

40b3bfe... by Leonard Richardson

Fixed the UnicodeDammit example so that the example is more obviously UTF-8.

172c1cf... by Leonard Richardson

Improved documentation of new method.

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.