lp://staging/beautifulsoup
Created by
Leonard Richardson
and last modified
- Get this branch:
- bzr branch lp://staging/beautifulsoup
Only
Leonard Richardson
can upload to this branch. If you are
Leonard Richardson
please log in for upload directions.
Branch merges
Propose for merging
3 branches
proposed for merging into this one.
No branches
dependent on this one.
- Pranav Salunke: Pending requested
-
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
- 642. By Leonard Richardson
-
Fixed a test failure when cchardet is not installed but
charset_normalizer is. [bug=1973072] - 641. By Leonard Richardson
-
Fixed another crash when overriding multi_valued_
attributes and using the
html5lib parser. [bug=1948488] - 639. By Leonard Richardson
-
Some cleanup work to get more consistent and complete about what gets packaged with the Beautiful Soup release.
- 637. By Leonard Richardson
-
Redid the increasingly irrelevant test-all-versions script to use pytest.
Branch metadata
- Branch format:
- Branch format 7
- Repository format:
- Bazaar repository format 2a (needs bzr 1.16 or later)
- Stacked on:
- lp://staging/beautifulsoup/3.2