lp://staging/~noskcaj/ubuntu/utopic/beautifulsoup4/merge
- Get this branch:
- bzr branch lp://staging/~noskcaj/ubuntu/utopic/beautifulsoup4/merge
Branch merges
- Daniel Holbach: Approve
-
Diff: 1665 lines (+709/-333)20 files modifiedNEWS.txt (+62/-0)
PKG-INFO (+1/-1)
bs4/__init__.py (+83/-42)
bs4/builder/__init__.py (+13/-8)
bs4/builder/_html5lib.py (+82/-19)
bs4/builder/_htmlparser.py (+14/-5)
bs4/builder/_lxml.py (+64/-30)
bs4/dammit.py (+165/-163)
bs4/diagnose.py (+28/-2)
bs4/element.py (+34/-21)
bs4/testing.py (+13/-0)
bs4/tests/test_html5lib.py (+13/-0)
bs4/tests/test_lxml.py (+7/-4)
bs4/tests/test_soup.py (+71/-20)
bs4/tests/test_tree.py (+29/-0)
debian/changelog (+16/-0)
debian/control (+1/-1)
debian/copyright (+1/-1)
doc/source/index.rst (+11/-15)
setup.py (+1/-1)
Branch information
- Owner:
- Jackson Doak
- Status:
- Development
Recent revisions
- 15. By Jackson Doak
-
* Merge from debian. Remaining changes:
- debian/control, debian/rules: Disable pypy-bs4 and Build-Depends on
pypy since the latter is in universe, while beautifulsoup4 is being
pulled into main via webtest. - 13. By Barry Warsaw
-
debian/control, debian/rules: Disable pypy-bs4 and Build-Depends on
pypy since the latter is in universe, while beautifulsoup4 is being
pulled into main via webtest. - 12. By Stefano Rivera
-
* New upstream release. (Closes: #716719)
- Bugfixes, and a behaviour change in entity handling.
* Port to dh-python.
* Build new binary package for PyPy: pypy-bs4. - 10. By Stefano Rivera
-
[ Stefano Rivera ]
* New upstream release.
* Upload to unstable, wheezy released.
* Drop all patches, superseded upstream.
* Bump copyright years.
* Add autopkgtests.
* Run unit tests against python3.[ Dmitry Shachnev ]
* Use /usr/bin/nosetests3 instead of /usr/bin/nosetests- 3.X in
autopkgtests.[ Jakub Wilk ]
* Use canonical URIs for Vcs-* fields. - 8. By Stefano Rivera
-
* New upstream release.
* Use nose for python3 tests too.
- B-D on python3-nose.
Branch metadata
- Branch format:
- Branch format 7
- Repository format:
- Bazaar repository format 2a (needs bzr 1.16 or later)
- Stacked on:
- lp://staging/ubuntu/utopic/beautifulsoup4