lp:~facelessuser/beautifulsoup/quirks

Created by Isaac Muse and last modified
Get this branch:
bzr branch lp:~facelessuser/beautifulsoup/quirks
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:
Development

Recent revisions

500. By Isaac Muse <email address hidden>

target 1.7.2 instead

499. By Isaac Muse <email address hidden>

SoupSieve will issue the warning when in quirks mode.
BeautifulSoup just needs to call soupsieve with the _QUIRKS flag.
When BeautifulSoup is ready to disable _QUIRKS, it just nees to stop
using the flag.

498. By Isaac Muse <email address hidden>

Use quirk mode to minimize some differences when using SoupSieve.
When a SyntaxError occurs and they relate to attributes or combinators,
try again in _QURIKS mode to see if we pass, if so, convert the error to
a warning. If we fail again, just bubble up the error.

497. By Leonard Richardson

Prep for release.

496. By Leonard Richardson

Tried even harder to avoid the deprecation warning originally fixed in
   4.6.1. [bug=1778909]

495. By Leonard Richardson

Fixed an incorrectly raised exception when inserting a tag before or
  after an identical tag. [bug=1810692]

494. By Leonard Richardson

Beautiful Soup will no longer try to keep track of namespaces that
  are not defined with a prefix; this can confuse soupselect. [bug=1810680]

493. By Leonard Richardson

Improved performance of the html5lib link checker -- merge from lp:~facelessuser/beautifulsoup/linkage-performance-fix/+merge/361399 [bug=1810617]

492. By Leonard Richardson

Changed link to changelog in README.

491. By Leonard Richardson

Added symlink to fix old hyperlinks.

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