beautifulsoup:master

Last commit made on 2024-08-22
Get this branch:
git clone -b master https://git.launchpad.net/beautifulsoup
Only Leonard Richardson can upload to this branch. If you are Leonard Richardson please log in for upload directions.

Branch merges

Branch information

Name:
master
Repository:
lp:beautifulsoup

Recent commits

9786a62... by Leonard Richardson

* Changes to make tests work whether tests are run under soupsieve 2.6
  or an earlier version. Based on a patch by Stefano Rivera.

* Removed the strip_cdata argument to lxml's HTMLParser
  constructor, which never did anything and is deprecated as of lxml
  5.3.0. Patch by Stefano Rivera. [bug=2076897]

7fb5175... by Leonard Richardson

Applied patch from Marc Müller to add a stacklevel to a warning that was missing it.

496f064... by Leonard Richardson

Prepare for 4.12.3 release.

ceee991... by Leonard Richardson

Added the correct stacklevel to instances of the XMLParsedAsHTMLWarning.
  [bug=2034451]

5df3671... by Leonard Richardson

Add chardet, cchardet, and charset-normalizer to the optional dependencies in pyproject. [bug=2019018]

f2a001a... by Leonard Richardson

Add tox.ini to sdist as per [bug=2016190]

86b208a... by Leonard Richardson

Added Python 3.12 to the tox environments, and reduce the minimum tox version as per [bug=2016190]

2060763... by Leonard Richardson

Mention the new Chinese translation.

7d89650... by Leonard Richardson

Restored link to Spanish documentation inside Chinese documentation.

59f273d... by Leonard Richardson

Merge remote-tracking branch 'phoenixsite/master'