View Bazaar branches
Get this repository:
git clone https://git.launchpad.net/beautifulsoup
Only Leonard Richardson can upload to this repository. If you are Leonard Richardson please log in for upload directions.

Beautiful Soup has 8 active reviews. See all merge proposals.

Branches

Name Last Modified Last Commit
master 2025-10-25 17:30:53 UTC
* When using one of the lxml tree builders, you can pass in

Author: Leonard Richardson
Author Date: 2025-10-25 17:30:53 UTC

* When using one of the lxml tree builders, you can pass in
  huge_tree=True to disable lxml's security restrictions and process
  files that include huge text nodes. (huge means more than
  10,000,000 bytes of text in a single node). Without this, lxml may
  silently stop processing the file after encountering a huge text
  node. [bug=2072424]

overloading-find 2025-09-27 17:12:49 UTC
Added some tests of ResultSet's new features.

Author: Leonard Richardson
Author Date: 2025-09-27 17:12:49 UTC

Added some tests of ResultSet's new features.

type-safe-filtering 2025-08-23 16:58:46 UTC
Fixed some doc references.

Author: Leonard Richardson
Author Date: 2025-08-23 16:58:46 UTC

Fixed some doc references.

pyright-fixes 2025-08-10 17:42:14 UTC
Started on pyright fixes.

Author: Leonard Richardson
Author Date: 2025-08-10 17:42:14 UTC

Started on pyright fixes.

tagfilter 2025-05-30 16:36:23 UTC
Find returns optional items, not items.

Author: Leonard Richardson
Author Date: 2025-05-30 16:36:23 UTC

Find returns optional items, not items.

4.13 2025-02-02 18:38:12 UTC
Prep for release.

Author: Leonard Richardson
Author Date: 2025-02-02 18:38:12 UTC

Prep for release.

4.13-ambiguous-ampersands 2024-12-28 17:59:19 UTC
I think I finally figured out what was up with the HTML5 ampersand escape: I ...

Author: Leonard Richardson
Author Date: 2024-12-28 17:59:19 UTC

I think I finally figured out what was up with the HTML5 ampersand escape: I wasn't taking into consideration the fact that by the time the formatter runs, Beautiful Soup has gotten rid of almost all the ampersands.

4.13-attributedict 2024-05-27 15:13:00 UTC
Fixed type checking errors.

Author: Leonard Richardson
Author Date: 2024-05-27 15:13:00 UTC

Fixed type checking errors.

4.13-more-specific-than-pageelement 2024-05-23 14:03:05 UTC
Change Optional[PageElement] to _AtMostOneElement everywhere.

Author: Leonard Richardson
Author Date: 2024-05-23 14:03:05 UTC

Change Optional[PageElement] to _AtMostOneElement everywhere.

more-modular-soupstrainers 2024-02-01 03:22:14 UTC
More html5lib typing work.

Author: Leonard Richardson
Author Date: 2024-02-01 03:22:14 UTC

More html5lib typing work.

return-inserted-element 2024-01-17 20:43:53 UTC
Fixed silent merge conflict.

Author: Leonard Richardson
Author Date: 2024-01-17 20:43:53 UTC

Fixed silent merge conflict.

sphinx-update 2023-04-12 19:48:45 UTC
Added a type alias for individual encodings. I believe this completes the typ...

Author: Leonard Richardson
Author Date: 2023-04-12 19:48:45 UTC

Added a type alias for individual encodings. I believe this completes the type hint work on dammit.py.

strainer-type-improvements 2023-04-11 20:08:05 UTC
Issue a warning if given a parse_only filter that's going to exclude everything.

Author: Leonard Richardson
Author Date: 2023-04-11 20:08:05 UTC

Issue a warning if given a parse_only filter that's going to exclude everything.

remove-recursive-deepcopy 2023-03-27 14:42:13 UTC
Updated __copy__ docstrings.

Author: Leonard Richardson
Author Date: 2023-03-27 14:42:13 UTC

Updated __copy__ docstrings.

remove-recursion-on-output 2023-03-24 18:50:39 UTC
Added a test just to verify that you can encode a document more deeply nested...

Author: Leonard Richardson
Author Date: 2023-03-24 18:50:39 UTC

Added a test just to verify that you can encode a document more deeply nested than the Python recursion limit.

fuzz 2023-03-20 11:17:11 UTC
Added a test harness for clusterfuzz test cases.

Author: Leonard Richardson
Author Date: 2023-03-20 11:17:11 UTC

Added a test harness for clusterfuzz test cases.

documentation-type-reference 2023-03-15 23:14:04 UTC
Rewrote documentation so that py:class:: directives could be inserted and the...

Author: Leonard Richardson
Author Date: 2023-03-15 23:14:04 UTC

Rewrote documentation so that py:class:: directives could be inserted and the text would flow naturally.

soupsieve-integration 2023-02-08 22:02:14 UTC
Fixed syntax errors in documentation.

Author: Leonard Richardson
Author Date: 2023-02-08 22:02:14 UTC

Fixed syntax errors in documentation.

118 of 18 results
You can't create new repositories for Beautiful Soup.