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
/
bs4
/
tests
/
test_pageelement.py
Age
Commit message (
Expand
)
Author
2023-04-07
Fixed an unhandled exception in BeautifulSoup.decode_contents
Leonard Richardson
2023-03-27
Make it possible to pickle a deeply nested BeautifulSoup object.
Leonard Richardson
2023-03-27
Slightly optimized a slow test.
Leonard Richardson
2023-03-24
Implement nonrecursive versions of copy and deepcopy using the new _event_str...
Leonard Richardson
2023-03-24
Added a test just to verify that you can encode a document more deeply nested...
Leonard Richardson
2023-03-24
Keep track of the specific tag that put us into string literal mode, and only...
Leonard Richardson
2023-03-21
Reimplemented the pretty-print algorithm to remove recursive function calls.
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-02
Test implementation.
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-25
Tag.interesting_string_types is now propagated when a tag is
Leonard Richardson
2021-10-11
Broke up some monolithic unit test files.
Leonard Richardson