lp://staging/~cjwatson/storm/refactor-exception-wrapping

Created by Colin Watson and last modified
Get this branch:
bzr branch lp://staging/~cjwatson/storm/refactor-exception-wrapping
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

512. By Colin Watson

Use more neutral language.

511. By Colin Watson

Use superclass __setattr__ rather than changing __dict__ directly.

510. By Colin Watson

Improve comment.

509. By Colin Watson

Make wrapper exceptions look slightly more like the DB-API originals.

508. By Colin Watson

Wrap DB-API exceptions rather than injecting virtual base classes.

Re-raise DB-API exceptions wrapped in exception types that inherit from
both StormError and the appropriate DB-API exception type, rather than
injecting virtual base classes. This preserves existing exception
handling in applications while also being a viable approach in Python 3.

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]

Branch metadata

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

Subscribers