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
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-03
Prepare for release.
Leonard Richardson
2020-10-02
Implemented a significant performance optimization to the process of
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-05-30
Fixed a bug that caused too many tags to be popped from the tag
Leonard Richardson
2020-05-17
Prep for release.
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-24
If you encode a document with a Python-specific encoding like
Leonard Richardson
2020-04-21
Fixed typo.
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-07
Added a notice about the new behavior of .text to the documentation.
Leonard Richardson
2020-04-05
Embedded CSS and Javascript is now stored in distinct Stylesheet and
Leonard Richardson
2020-04-04
Added a Russian translation by 'authoress' to the repository.
Leonard Richardson
2020-03-10
Fixed a bug that happened when passing a Unicode filename containing
Leonard Richardson
2020-03-05
Added a performance optimization to PageElement.extract(). Patch by Arthur Da...
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-12-24
Added docstrings for some but not all tree buidlers.
Leonard Richardson
2019-12-24
Wrote docstrings for formatter.py.
Leonard Richardson
2019-12-24
Fixed deprecation warning. [bug=1855301]
Leonard Richardson
2019-12-18
Added Python docstrings to all public methods in element.py.
Leonard Richardson
2019-11-11
The html.parser tree builder now correctly handles DOCTYPEs that are
Leonard Richardson
2019-11-11
Fixed a deprecation warning on Python 3.7. Patch by Colin
Leonard Richardson
2019-10-06
Added section on Python 2 sunsetting.
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
Fixed the definition of the default XML namespace when using
Leonard Richardson
2019-08-21
When instantiating a BeautifulSoup object, it's now possible to
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-22
Added a section about project support to the README.
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-20
Minor changes to docs and CHANGELOG.
Leonard Richardson
2019-07-19
Clarified the changelog.
Leonard Richardson
2019-07-16
Prep for release.
Leonard Richardson
2019-07-16
Added documentation for Tag.smooth().
Leonard Richardson
2019-07-07
A Formatter can now decide how (or whether) to order the attributes
Leonard Richardson
2019-07-07
' (which is valid in XML and XHTML, but not HTML 4) is now
Leonard Richardson
[next]