lp:~cjwatson/storm/py3-special-methods

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

Provide needed methods for python3

When a class defined __eq__ it needs to define __hash__ to or else
it will not be hashable.

Also, __div__ doesn't exist anymore in python3. Classes are supposed
to implement both __floordiv__ and __truediv__ instead.

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