lp:beautifulsoup
Created by
Leonard Richardson
on
2011-01-07
and last modified on
2019-11-11
- Get this branch:
- bzr branch lp:beautifulsoup
Only
Leonard Richardson
can upload to this branch. If you are
Leonard Richardson
please log in for upload directions.
Branch merges
- Pranav Salunke: Pending requested 2016-04-06
-
Diff: 1562 lines (+584/-160)18 files modifiedAUTHORS.txt (+1/-1)
LICENSE (+1/-1)
NEWS.txt (+70/-3)
bs4/__init__.py (+82/-21)
bs4/builder/__init__.py (+5/-1)
bs4/builder/_html5lib.py (+116/-22)
bs4/builder/_htmlparser.py (+3/-0)
bs4/builder/_lxml.py (+16/-6)
bs4/dammit.py (+6/-4)
bs4/diagnose.py (+4/-1)
bs4/element.py (+66/-36)
bs4/testing.py (+34/-4)
bs4/tests/test_html5lib.py (+32/-0)
bs4/tests/test_soup.py (+30/-12)
bs4/tests/test_tree.py (+39/-6)
doc/source/index.rst (+33/-16)
prepare-release.sh (+44/-24)
setup.py (+2/-2)
Branch information
Recent revisions
- 538. By Leonard Richardson on 2019-11-11
-
The html.parser tree builder now correctly handles DOCTYPEs that are
not uppercase. [bug=1848401] - 535. By Leonard Richardson on 2019-11-11
-
Got the Brazilian Portuguese doc to build without warnings.
- 534. By Leonard Richardson on 2019-11-11
-
Fixed a deprecation warning on Python 3.7. Patch by Colin
Watson. [bug=1847592] - 532. By Leonard Richardson on 2019-11-11
-
Added a Brazilian Portuguese translation by Cezar Peixeiro.
- 530. By Leonard Richardson on 2019-10-06
-
Simplified the README to satisfy pypi's restructuredText parser.
Branch metadata
- Branch format:
- Branch format 7
- Repository format:
- Bazaar repository format 2a (needs bzr 1.16 or later)
- Stacked on:
- lp:beautifulsoup/3.2