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
Age
Commit message (
Expand
)
Author
2023-03-20
Removed an html5lib fuzz test case that is marked as fixed in oss-fuzz and wa...
Leonard Richardson
2023-03-20
Linked another html5lib crash to the fuzz tests.
Leonard Richardson
2023-03-20
Added unit tests for fuzz test cases created by third
Leonard Richardson
2023-03-20
Merge branch 'master' into fuzz
Leonard Richardson
2023-03-20
Added fuzz tests.
Leonard Richardson
2023-03-20
Replace pytest with python -m pytest in the release preparation script.
Leonard Richardson
2023-03-20
Increased version number in __version__.
Leonard Richardson
2023-03-20
Remove test-all-versions reference in release prep script.
Leonard Richardson
2023-03-20
Execute the pytest tests in a way that better respects virtual environments, ...
Leonard Richardson
2023-03-20
Updated version number in docs.
Leonard Richardson
2023-03-20
Added a test harness for clusterfuzz test cases.
Leonard Richardson
2023-03-20
Prepare for 4.12.0 release.
Leonard Richardson
2023-03-15
Rewrote documentation so that py:class:: directives could be inserted and the...
Leonard Richardson
2023-03-15
Add documentation references for the bs4 module itself as well as all current...
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-15
Added missing import.
Leonard Richardson
2023-02-13
Fixed the UnicodeDammit example so that the example is more obviously UTF-8.
Leonard Richardson
2023-02-12
Improved documentation of new method.
Leonard Richardson
2023-02-10
Add compile method
facelessuser
2023-02-10
Remove unnecessary test and don't pass namespace on precompiled select
facelessuser
2023-02-09
Add another import of NavigableString just before the constructor is used, si...
Leonard Richardson
2023-02-08
Fixed syntax errors in documentation.
Leonard Richardson
2023-02-07
Added Makefile for the Portuguese translation.
Leonard Richardson
2023-02-07
Corrected a mistake in the Korean, Portuguese and Chinese translations of the...
Leonard Richardson
2023-02-07
Removed Soup Sieve fallback method, added documentation.
Leonard Richardson
2023-02-04
Added a __getattr__ fallback.
Leonard Richardson
2023-02-03
Added tests of CSS.escape.
Leonard Richardson
2023-02-03
Move the Soup Sieve proxy and its tests into separate files.
Leonard Richardson
2023-02-03
Consistently use the name 'tag' instead of 'element,' since CSS selectors onl...
Leonard Richardson
2023-02-03
Removed redundant whitespace.
Leonard Richardson
2023-02-03
Added some docstrings and made the return values more consistent.
Leonard Richardson
2023-02-02
Test implementation.
Leonard Richardson
2023-01-31
Bump up the Python version I use to prepare releases.
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-29
Reworded the 'multi-valued attributes' portion of the documentation to make i...
Leonard Richardson
2023-01-28
Incremented version number.
Leonard Richardson
2023-01-27
Parametrize the 'string is deprecated' warning test so we can test all of the...
Leonard Richardson
2023-01-27
Check the associated filename for more warnings.
Leonard Richardson
2023-01-27
Change the tests that check warnings to also (indirectly) verify that the sta...
Leonard Richardson
2023-01-27
Implemented the more complicated case of providing an appropriate stacklevel ...
Leonard Richardson
2023-01-27
Got rid of some more warnings by removing code that's not relevant anymore, n...
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
Added missing Fish-Footman image from documentation.
Leonard Richardson
2023-01-25
Made the ISO-8859 test robust in a less hacky way.
Leonard Richardson
2023-01-25
Made the ISO-8859-1 smoke test more robust.
Leonard Richardson
2023-01-25
Removed very copy of the code that was imported as part of the bzr import but...
Leonard Richardson
2023-01-25
Removed very copy of the code that was imported as part of the bzr import but...
Leonard Richardson
[next]