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
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
Renamed the 'text' field to 'string' for real. Tests are not changed in this ...
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-23
Fix a Python 3-specific problem in diagnose.lxml_trace.
Leonard Richardson
2021-10-11
Removed redundant and nonworking argument from example code. [bug=1946243]
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-10-09
Changed HTTP URLs to HTTPS.
Leonard Richardson
2021-09-12
Ported unit tests to use pytest.
Leonard Richardson
2021-09-07
Updated release instructions following the 4.10.0 release.
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
Performance improvement when processing tags that speeds up overall
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-10-24
Exclude more tests from the package. Patch by Ville Skyttä.
Leonard Richardson
2020-10-24
Fix tests install exclusion
Ville Skyttä
2020-10-03
I always forget to bump the version number in the doc.
Leonard Richardson
2020-10-03
Prepare for release.
Leonard Richardson
2020-10-02
Implemented a significant performance optimization to the process of
Leonard Richardson
2020-09-26
Changed version number of development Python in use.
Leonard Richardson
2020-09-26
Incremented version number in the documentation.
Leonard Richardson
2020-09-26
Increment version number.
Leonard Richardson
2020-09-26
Fixed a bug that inconsistently moved elements over when passing
Leonard Richardson
2020-09-26
Change the signatures for BeautifulSoup.insert_before and insert_after
Leonard Richardson
2020-08-31
Specify the soupsieve dependency in a way that complies with
Leonard Richardson
2020-08-31
Correct PyPI dep metadata (PEP 508 env markers instead of a condition in setu...
Mike Nerone
2020-07-29
Ran through all of the documentation code examples using Python 3, corrected ...
Leonard Richardson
2020-07-24
Added a paragraph to the documentation about the fact that bs4 Tag implements...
Leonard Richardson
2020-06-11
Converted the sample code in README.md to Python 3.
Leonard Richardson
2020-05-31
Make the doc a little less defensive.
Leonard Richardson
2020-05-31
Added to the troubleshooting section a bit to catch searches for the Attribut...
Leonard Richardson
2020-05-30
Fixed a bug that caused too many tags to be popped from the tag
Leonard Richardson
2020-05-30
Remove explicit reference to the module name within the module, replacing it ...
Leonard Richardson
2020-05-17
Prep for release.
Leonard Richardson
2020-05-17
Switch entirely to Python 3-style print statements, even in Python 2.
Leonard Richardson
2020-05-17
Documented some recently added customization features.
Leonard Richardson
2020-05-17
Added docstring for BeautifulSoup.new_tag.
Leonard Richardson
[next]