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
Age
Commit message (
Expand
)
Author
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-07
Omit untrusted input when issuing warnings.
Leonard Richardson
2021-12-21
It's now possible to customize the way output is indented by
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
2021-10-24
Added test of warn_if_markup_looks_like_xml.
Leonard Richardson
2021-10-24
Issue a warning when an HTML parser is used to parse a document that
Leonard Richardson
2021-10-24
Used a warning to formally deprecate the 'text' argument in favor of 'string'.
Leonard Richardson
2021-10-23
Changing find* tests to use string instead of text, except for one test that ...
Leonard Richardson
2021-10-23
Added a workaround for an lxml bug (https://bugs.launchpad.net/lxml/+bug/19...
Leonard Richardson
2021-10-23
Fixed a crash when overriding multi_valued_attributes and using the
Leonard Richardson
2021-10-11
Added special string classes, RubyParenthesisString and RubyTextString,
Leonard Richardson
2021-10-11
More test refactoring.
Leonard Richardson
2021-10-11
Broke up some monolithic unit test files.
Leonard Richardson
2021-10-11
Moved the test classes to tests/__init__.py.
Leonard Richardson
2021-10-09
Moved testing.py into the same package as the tests.
Leonard Richardson
2021-09-12
Ported unit tests to use pytest.
Leonard Richardson
2021-09-07
Goodbye, Python 2. [bug=1942919]
Leonard Richardson
2021-06-01
The 'replace_with()' method now takes a variable number of arguments,
Leonard Richardson
2021-05-31
The html.parser tree builder can now handles named entities
Leonard Richardson
2021-04-08
Brought in fuzz tests from the oss-project into Beautiful Soup's unit test su...
Leonard Richardson
2021-02-14
NavigableString and its subclasses now implement the get_text()
Leonard Richardson
2021-02-14
The 'html5' formatter now treats attributes whose values are the
Leonard Richardson
2021-02-13
The behavior of methods like .get_text() and .strings now differs
Leonard Richardson
2021-02-13
Corrected the use of special string container classes in cases when a
Leonard Richardson
2021-02-13
Added a second way to pass specify encodings to UnicodeDammit and
Leonard Richardson
2021-02-13
Improve the warning issued when a directory name (as opposed to
Leonard Richardson
2021-02-13
Corrected output when the namespace prefix associated with a
Leonard Richardson
2020-09-26
Fixed a bug that inconsistently moved elements over when passing
Leonard Richardson
2020-05-17
Documented some recently added customization features.
Leonard Richardson
2020-05-17
Added a keyword argument on_duplicate_attribute to the
Leonard Richardson
2020-04-21
Added two distinct UserWarning subclasses for warnings issued from the Beauti...
Leonard Richardson
2020-04-12
Fixed test failures when run against soupselect 2.0. Patch by Tomáš
Leonard Richardson
2020-04-05
Embedded CSS and Javascript is now stored in distinct Stylesheet and
Leonard Richardson
2020-01-01
API CHANGE - Added PageElement.decomposed, a new property which lets you
Leonard Richardson
2019-12-29
Fixed an unhandled exception when formatting a Tag that had been decomposed.[...
Leonard Richardson
2019-10-05
Avoid a crash when unpickling certain parse trees generated using html5lib on...
Leonard Richardson
2019-09-02
Avoid a crash when trying to detect the declared encoding of a
Leonard Richardson
2019-08-26
It's now possible to override any of the element classes.
Leonard Richardson
2019-08-22
Test the ability to build a tree using objects other than Tag and NavigableSt...
Leonard Richardson
2019-08-21
Copying a Tag preserves information that was originally obtained from
Leonard Richardson
2019-08-21
Fixed a crash when pretty-printing tags that were not created
Leonard Richardson
2019-07-21
Implemented line number tracking for html5lib.
Leonard Richardson
2019-07-21
Adapt Chris Mayo's code to track line number and position when using html.par...
Leonard Richardson
2019-07-16
Suppressed warnings during tests that aren't about the warnings.
Leonard Richardson
2019-07-15
Implemented Tag.smooth.
Leonard Richardson
2019-07-15
Moved the formatter to its own class and updated its documentation.
Leonard Richardson
2019-07-15
Improved comments in tests.
Leonard Richardson
2019-07-14
Give the Formatter class more control over formatting decisions.
Leonard Richardson
[next]