lp:~martinmassera/beautifulsoup/modifying-string-docs

Created by martin massera and last modified
Get this branch:
bzr branch lp:~martinmassera/beautifulsoup/modifying-string-docs
Only martin massera can upload to this branch. If you are martin massera please log in for upload directions.

Branch merges

Related bugs

Related blueprints

Branch information

Owner:
martin massera
Project:
Beautiful Soup
Status:
Development

Recent revisions

523. By martin massera

Adding documentation for parsing HTML content in the "Modifying .string" section

522. By Leonard Richardson

Test the ability to build a tree using objects other than Tag and NavigableString.

521. By Leonard Richardson

When instantiating a BeautifulSoup object, it's now possible to
   provide replacement classes to be instantiated for every tag ('tag_class')
   or string ('string_class') encountered during parsing, rather than
   using the default Tag and NavigableString objects.

520. By Leonard Richardson

Copying a Tag preserves information that was originally obtained from
   the TreeBuilder used to build the original Tag. [bug=1838903]

519. By Leonard Richardson

Explicitly set preserve_whitespace_tags to None if there is no TreeBuilder.

518. By Leonard Richardson

Fixed a crash when pretty-printing tags that were not created
   during initial parsing. [bug=1838903]

517. By Leonard Richardson

Added a section about project support to the README.

516. By Leonard Richardson

Implemented line number tracking for html5lib.

515. By Leonard Richardson

Adapt Chris Mayo's code to track line number and position when using html.parser.

514. By Leonard Richardson

Minor changes to docs and CHANGELOG.

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