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
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
2018-12-24
Clarified the software license.
Leonard Richardson
2018-12-24
Keep track of the namespace abbreviations found while parsing the document. T...
Leonard Richardson
2018-12-23
Merged in next_previous_fixes from Isaac Muse. [bug=1782928,1798699]
Leonard Richardson
2018-12-22
Fix next and previous linkage issues. Fixes issues #1806598 and #1782928.
Isaac Muse
2018-08-12
Bump up to version 4.6.3 so I can re-release.
Leonard Richardson
2018-07-30
Fix an exception when a custom formatter was asked to format a void
Leonard Richardson
2018-07-28
Prep for release.
Leonard Richardson
2018-07-15
You can pass a dictionary of into
Leonard Richardson
2018-07-15
Improved the 'no parser specified' warning so it doesn't show up in a REPL.
Leonard Richardson
2018-07-14
Fix an error in the warning when run from REPL.
Leonard Richardson
2018-07-14
Bring in some more code from warnings.py.
Leonard Richardson
2018-07-14
Improve the technique for finding the line number with the problematic method...
Leonard Richardson
2018-07-14
Improve the warning given when no parser is specified. [bug=1780571]
Leonard Richardson
2017-05-07
Prep for 4.6.0 release.
Leonard Richardson
2017-05-07
Corrected formatting of warning.
Leonard Richardson
2017-05-06
Change no-parser-specified warning to avoid the implication that you should p...
Leonard Richardson
2017-01-02
I need to do another release because of an error while running the release sc...
Leonard Richardson
2017-01-02
Prep for 4.5.2 release.
Leonard Richardson
2016-08-02
Bump version number.
Leonard Richardson
2016-07-26
Clarify that Beautiful Soup is no longer compatible with versions of Python p...
Leonard Richardson
2016-07-26
Spelling fixes
Ville Skyttä
2016-07-26
Clarify Python 2(.7) support status
Ville Skyttä
2016-07-18
Corrected an encoding error that happened when a BeautifulSoup
Leonard Richardson
2016-07-17
When a BeautifulSoup object is pickled but its tree builder cannot
Leonard Richardson
2016-07-17
Although the previously fixed problem only occurs when using the html5lib tre...
Leonard Richardson
2016-07-17
Fixed a bug in the html5lib treebuilder that deranged the tree
Leonard Richardson
2016-07-17
Use known_xml instead of continually adding underscores to is_xml.
Leonard Richardson
2016-07-16
Beautiful Soup will now work with versions of html5lib greater than
Leonard Richardson
2016-07-16
We don't run the check for a filename passed in as markup if the
Leonard Richardson
2016-07-16
corrected typo. [bug=1561510]
Leonard Richardson
[next]