lp:~facelessuser/beautifulsoup/next_previous_fixes

Created by Isaac Muse and last modified
Get this branch:
bzr branch lp:~facelessuser/beautifulsoup/next_previous_fixes
Only Isaac Muse can upload to this branch. If you are Isaac Muse please log in for upload directions.

Branch merges

Related bugs

Related blueprints

Branch information

Owner:
Isaac Muse
Project:
Beautiful Soup
Status:
Merged

Recent revisions

476. By Isaac Muse <email address hidden>

Fix next and previous linkage issues. Fixes issues #1806598 and #1782928.

475. By Leonard Richardson

Converted README to Markdown format.

474. By Leonard Richardson

Fix an exception when a custom formatter was asked to format a void
  element. [bug=1784408]

473. By Leonard Richardson

Prep for release.

472. By Leonard Richardson

When markup contains duplicate elements, a select() call that
  includes multiple match clauses will match all relevant
  elements. [bug=1770596]

471. By Leonard Richardson

Correctly handle invalid HTML numeric character entities like &#147;
  which reference code points that are not Unicode code points. Note
  that this is only fixed when Beautiful Soup is used with the
  html.parser parser -- html5lib already worked and I couldn't fix it
  with lxml. [bug=1782933]

470. By Leonard Richardson

Clarified the deprecation warning when accessing tag.fooTag, to cover
  the possibility that you might really have been looking for a tag
  called 'fooTag'.

469. By Leonard Richardson

Fixed a problem where the html.parser tree builder interpreted
  a string like '&foo ' as the character entity '&foo;' [bug=1728706]

468. By Leonard Richardson

Include LICENSE in the manifest. [bug=1736563]

467. By Leonard Richardson

Clarified phrasing.

Branch metadata

Branch format:
Branch format 7
Repository format:
Bazaar repository format 2a (needs bzr 1.16 or later)
Stacked on:
lp:beautifulsoup
This branch contains Public information 
Everyone can see this information.

Subscribers