lp:beautifulsoup

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.

Branches

Name Last Modified Last Commit
4.13 2024-03-25 15:23:22 UTC
* Defined a new iterator, PageElement.self_and_parents, which is the same

Author: Leonard Richardson
Author Date: 2024-03-25 15:23:22 UTC

* Defined a new iterator, PageElement.self_and_parents, which is the same
  as PageElement.parents except it yields the element itself before
  yielding its parents. [bug=2052936] TODO NEEDS DOC

* Similarly, the PageElement.find_parent() and
  PageElement.find_parents methods take an argument include_self,
  which lets you treat the element itself as one of its
  'parents'. [bug=2052936] TODO NEEDS DOC

master 2024-02-12 21:29:18 UTC
Applied patch from Marc Müller to add a stacklevel to a warning that was miss...

Author: Leonard Richardson
Author Date: 2024-02-12 21:29:18 UTC

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

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.

111 of 11 results
This repository contains Public information 
Everyone can see this information.