lp:~cjwatson/storm/py3-reraise-fix

Created by Colin Watson and last modified
Get this branch:
bzr branch lp:~cjwatson/storm/py3-reraise-fix
Only Colin Watson can upload to this branch. If you are Colin Watson please log in for upload directions.

Branch merges

Related bugs

Related blueprints

Branch information

Owner:
Colin Watson
Project:
Storm
Status:
Merged

Recent revisions

511. By Colin Watson

Fix mistake in conversion to six.reraise.

The second argument to six.reraise needs to be an actual exception instance,
not merely the arguments to its constructor. (The latter works in Python 2,
but not in Python 3.)

510. By Thiago Bellini

Use Python 3-compatible raise syntax. [r=simpoir]

509. By Colin Watson

Wrap DB-API exceptions rather than injecting virtual base classes. [r=simpoir]

508. By Colin Watson

Rename double-underscore identifiers in C extensions. [r=simpoir]

507. By Colin Watson

Import from six.moves where appropriate. [r=simpoir]

506. By Thiago Bellini

Use Python 3-compatible exec functions. [r=cjwatson]

505. By Martin v. Löwis

Make cextensions module build with 3.x. [r=cjwatson]

504. By Thiago Bellini

Use sys.maxsize rather than sys.maxint. [r=cjwatson]

503. By Colin Watson

Fix reversed logic for (no)cextensions factors in tox.ini. [r=simpoir]

502. By Colin Watson

Stop ZStormTest leaving files in the current directory. [r=simpoir]

Branch metadata

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

Subscribers