lp:~cjwatson/storm/py3-misc-functions

Created by Colin Watson and last modified
Get this branch:
bzr branch lp:~cjwatson/storm/py3-misc-functions
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

516. By Colin Watson

"file" doesn't exist in Python 3; use type(sys.stderr) as a mock spec instead.

515. By Colin Watson

Cope with Python 3's filter returning an iterator.

514. By Colin Watson

Import StringIO from six.moves.cStringIO rather than cStringIO.

513. By Colin Watson

Use types.ModuleType rather than new.module (removed in Python 3).

512. By Colin Watson

Use range rather than xrange (removed in Python 3).

511. By Thiago Bellini

Provide needed methods for python3. [r=cjwatson]

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]

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