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
/
__init__.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-26
Implement a proper BeautifulSoup.deepcopy rather than parsing the document ag...
Leonard Richardson
2023-03-23
Found and removed accidental calls to find(), greatly improving performance.
Leonard Richardson
2023-03-23
Bump version number preemptively.
Leonard Richardson
2023-03-20
Increased version number in __version__.
Leonard Richardson
2023-02-03
Move the Soup Sieve proxy and its tests into separate files.
Leonard Richardson
2023-01-28
Incremented version number.
Leonard Richardson
2023-01-27
Change the tests that check warnings to also (indirectly) verify that the sta...
Leonard Richardson
2023-01-27
Warnings now do their best to provide an appropriate stacklevel,
Leonard Richardson
2022-04-08
Some cleanup work to get more consistent and complete about what gets package...
Leonard Richardson
2022-04-07
Omit untrusted input when issuing warnings.
Leonard Richardson
2021-12-21
Standardized the wording of the MarkupResemblesLocatorWarning
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
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-09-07
Goodbye, Python 2. [bug=1942919]
Leonard Richardson
2021-02-13
Corrected the use of special string container classes in cases when a
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
2020-10-03
Prepare for release.
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-05-30
Fixed a bug that caused too many tags to be popped from the tag
Leonard Richardson
2020-05-17
Switch entirely to Python 3-style print statements, even in Python 2.
Leonard Richardson
2020-05-17
Added docstring for BeautifulSoup.new_tag.
Leonard Richardson
2020-04-24
If you encode a document with a Python-specific encoding like
Leonard Richardson
2020-04-21
Added two distinct UserWarning subclasses for warnings issued from the Beauti...
Leonard Richardson
2020-04-07
Add Script, Stylesheet, and TemplateString to the 'bs4' namespace.
Leonard Richardson
2020-04-05
Embedded CSS and Javascript is now stored in distinct Stylesheet and
Leonard Richardson
2020-03-10
Fixed a bug that happened when passing a Unicode filename containing
Leonard Richardson
2019-12-24
Bumped version number.
Leonard Richardson
2019-12-24
Minor changes to docstrings.
Leonard Richardson
2019-12-24
Added docstrings to all public methods in dammit.py.
Leonard Richardson
2019-12-20
Added docstrings to all methods in __init__.py
Leonard Richardson
2019-10-06
Added section on Python 2 sunsetting.
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-21
When instantiating a BeautifulSoup object, it's now possible to
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
Prep for release.
Leonard Richardson
2019-07-07
It's now possible to customize the TreeBuilder object by passing
Leonard Richardson
2019-01-06
Prep for release.
Leonard Richardson
2019-01-05
Fix for performance with the linkage fix.
Isaac Muse
2018-12-31
Prep for release.
Leonard Richardson
2018-12-30
Merging the linkage checker and html5lib fixes by Isaac Muse found in https:/...
Leonard Richardson
2018-12-25
Ensure html5lib always has valid internal linkage
Isaac Muse
[next]