index
:
beautifulsoup.git
master
Unnamed repository; edit this file 'description' to name the repository.
User &
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
CHANGELOG
Age
Commit message (
Expand
)
Author
2024-08-21
* Changes to make tests work whether tests are run under soupsieve 2.6
Leonard Richardson
2024-01-17
Prepare for 4.12.3 release.
Leonard Richardson
2024-01-17
Added the correct stacklevel to instances of the XMLParsedAsHTMLWarning.
Leonard Richardson
2024-01-16
Mention the new Chinese translation.
Leonard Richardson
2024-01-13
Fixed typo.
Leonard Richardson
2024-01-13
Added to CHANGELOG celebrating the Spanish documentation translation.
Leonard Richardson
2024-01-13
Made some long-awaited edits, mainly removing information about no-longer-sup...
Leonard Richardson
2023-12-03
Corrected a typo in a test that was causing test failures when run against
Leonard Richardson
2023-11-25
some doc suggestions from a first-time user
Leonard Richardson
2023-08-27
Corrected the syntax of the license definition in pyproject.toml. Patch
Leonard Richardson
2023-06-04
Fixed a case found by Mengyuhan where html.parser giving up on
Leonard Richardson
2023-04-17
Fixed a regression such that if you set .hidden on a tag, the tag
Leonard Richardson
2023-04-07
Fixed an unhandled exception in BeautifulSoup.decode_contents
Leonard Richardson
2023-04-05
Prepare for 4.12.1 release.
Leonard Richardson
2023-04-05
The demonstrate_parser_differences.py script was still written in
Leonard Richardson
2023-04-05
Remove setup.py, completing the migration to hatch. Add a .gitignore file bas...
Leonard Richardson
2023-04-05
Move the Python 2 notice to the last version to support Python 2, and add a s...
Leonard Richardson
2023-03-30
Added to README.
Leonard Richardson
2023-03-28
Reworded changelog.
Leonard Richardson
2023-03-27
Make it possible to pickle a deeply nested BeautifulSoup object.
Leonard Richardson
2023-03-26
Implement a proper BeautifulSoup.deepcopy rather than parsing the document ag...
Leonard Richardson
2023-03-24
Added a test just to verify that you can encode a document more deeply nested...
Leonard Richardson
2023-03-20
Added unit tests for fuzz test cases created by third
Leonard Richardson
2023-03-20
Prepare for 4.12.0 release.
Leonard Richardson
2023-02-15
Removed some error checking code from diagnose(), which is redundant with
Leonard Richardson
2023-02-15
When the html.parser parser decides it can't parse a document, Beautiful
Leonard Richardson
2023-02-12
Improved documentation of new method.
Leonard Richardson
2023-02-08
Fixed syntax errors in documentation.
Leonard Richardson
2023-02-07
Removed Soup Sieve fallback method, added documentation.
Leonard Richardson
2023-01-31
Fixed missing import that caused test failures when Soup Sieve is installed.
Leonard Richardson
2023-01-31
Consistently use pytest.mark.skipif to skip tests when the corresponding libr...
Leonard Richardson
2023-01-28
Incremented version number.
Leonard Richardson
2023-01-27
Implemented the more complicated case of providing an appropriate stacklevel ...
Leonard Richardson
2023-01-27
Warnings now do their best to provide an appropriate stacklevel,
Leonard Richardson
2023-01-25
Tag.interesting_string_types is now propagated when a tag is
Leonard Richardson
2023-01-25
The HTMLFormatter and XMLFormatter constructors no longer return a
Leonard Richardson
2023-01-25
Passing a Tag's .contents into PageElement.extend() now works the
Leonard Richardson
2022-05-15
Fixed a test failure when cchardet is not installed but
Leonard Richardson
2022-04-10
Fixed another crash when overriding multi_valued_attributes and using the
Leonard Richardson
2022-04-08
Some cleanup work to get more consistent and complete about what gets package...
Leonard Richardson
2022-04-07
Omit untrusted input when issuing warnings.
Leonard Richardson
2021-12-21
Corrected typo.
Leonard Richardson
2021-12-21
Standardized the wording of the MarkupResemblesLocatorWarning
Leonard Richardson
2021-12-21
I guess that's not a method.
Leonard Richardson
2021-12-21
It's now possible to customize the way output is indented by
Leonard Richardson
2021-12-19
Remove a huge list of HTML entities that was only necessary under Python 2.
Leonard Richardson
2021-12-19
Removed support for the iconv_codec library, which doesn't seem
Leonard Richardson
2021-12-19
If the charset-normalizer Python module
Leonard Richardson
2021-12-17
Fix a crash when pickling a BeautifulSoup object that has no
Leonard Richardson
2021-11-29
Do a better job of keeping track of namespaces as an XML document is
Leonard Richardson
[next]