lp:~bellini666/storm/py3

Created by Thiago Bellini and last modified
Get this branch:
bzr branch lp:~bellini666/storm/py3
Only Thiago Bellini can upload to this branch. If you are Thiago Bellini please log in for upload directions.

Branch merges

Related bugs

Related blueprints

Branch information

Owner:
Thiago Bellini
Project:
Storm
Status:
Development

Recent revisions

495. By Thiago Bellini

Update setup.py using the one from the debian package

494. By Thiago Bellini

Workaround virtual subclass checking in python3

The exception handling ignores virtual subclasses in python3

493. By Martin v. Löwis

Make cextensions module build with 3.x.

492. By Jerry Seutter

Use distribute instead of ez_setup.

491. By Thiago Bellini

Remove usage of past module

490. 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.

489. By Thiago Bellini

Fix str/unicode/long usage

488. By Thiago Bellini

Fix raise with exception usage

487. By Thiago Bellini

Convert string exceptions to Exception

486. By Thiago Bellini

Run futurize --stage2

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.