lp:~stefanor/beautifulsoup/python3.4

Created by Stefano Rivera and last modified
Get this branch:
bzr branch lp:~stefanor/beautifulsoup/python3.4
Only Stefano Rivera can upload to this branch. If you are Stefano Rivera please log in for upload directions.

Branch merges

Related bugs

Related blueprints

Branch information

Owner:
Stefano Rivera
Project:
Beautiful Soup
Status:
Development

Recent revisions

345. By Stefano Rivera

Set convert_charrefs in Pythons that support it.

Python 3.4 emits a warning suggesting that it be set, as it's going to default
to True in 3.5. http://bugs.python.org/issue13633

This causes tests to fail, LP: #1375721.

But don't set it to True, yet, so that we use our implementation in all
versions of Python.

344. By Stefano Rivera

The handle_charref bug has a name

343. By Stefano Rivera

strict=False only needs to be set for some versions of 3.2

3.3 sets it False by default, 3.4 deprecates setting it, and 3.5 removes it entirely. See http://bugs.python.org/issue15114

342. By Leonard Richardson

Added a Chinese translation of the documentation by Delong .w.

341. By Leonard Richardson

Added link to Japanese user translation.

340. By Leonard Richardson

Made it as clear as possible the Beautiful Soup does not support any standardized subset of CSS selector syntax.

339. By Leonard Richardson

Clarified docs.

338. By Leonard Richardson

Fixed yet another problem that caused the html5lib tree builder to
  create a disconnected parse tree. [bug=1237763]

337. By Leonard Richardson

Restored the helpful syntax error that happens when you try to
  import the Python 2 edition of Beautiful Soup under Python
  3. [bug=1213387]

336. By Leonard Richardson

Prep for release.

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