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
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
2020-05-17
Added a keyword argument on_duplicate_attribute to the
Leonard Richardson
2020-04-25
Try to clarify the docs further that get_text now returns human-readable text.
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
Add Script, Stylesheet, and TemplateString to the 'bs4' namespace.
Leonard Richardson
2020-04-07
Added a notice about the new behavior of .text to the documentation.
Leonard Richardson
2020-04-05
Set up a different soupsieve dependency for Python 2.
Leonard Richardson
2020-04-05
Embedded CSS and Javascript is now stored in distinct Stylesheet and
Leonard Richardson
2020-04-04
Use an :rtype: reported to work in pycharm.
Leonard Richardson
2020-04-04
select() always returns a Tag, so be more specific about its return type.
Leonard Richardson
2020-04-04
Added a Russian translation by 'authoress' to the repository.
Leonard Richardson
2020-04-04
Corrected error in Chinese translation, found by "One J".
Leonard Richardson
2020-03-10
Fixed a bug that happened when passing a Unicode filename containing
Leonard Richardson
2020-03-09
Make find() methods return a union type of the two most common PageElements, ...
Leonard Richardson
2020-03-06
Added a paragraph about the fact that prettify() adds whitespace to a document.
Leonard Richardson
2020-03-05
Added a performance optimization to PageElement.extract(). Patch by Arthur Da...
Leonard Richardson
2020-01-22
Merging in request 377978
Leonard Richardson
2020-01-23
Fix a confusing typo in the description of formatter="html5".
Colin Watson
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
Clarify the expected output to hopefully make it clear that part of a long pa...
Leonard Richardson
2019-12-24
How about getting the year right.
Leonard Richardson
2019-12-24
Corrected sunsetting date.
Leonard Richardson
2019-12-24
Bumped version number.
Leonard Richardson
2019-12-24
Minor changes to docstrings.
Leonard Richardson
2019-12-24
Added :rtype: to the find method docstrings.
Leonard Richardson
2019-12-24
Added docstrings for some but not all tree buidlers.
Leonard Richardson
2019-12-24
Added docstrings to diagnose.py.
Leonard Richardson
[next]