lp://staging/~cjwatson/meliae/py3-old-style-classes

Created by Colin Watson and last modified
Get this branch:
bzr branch lp://staging/~cjwatson/meliae/py3-old-style-classes
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:
Meliae
Status:
Merged

Recent revisions

212. By Colin Watson

Don't handle old-style classes on Python 3.

Python 3 only has new-style classes.

211. By John A Meinel

Python 3.0 doesn't have a PyInt vs PyLong anymore.

So only keep the int checks around for 2.7

210. By John A Meinel

Switch from accessing ob_type to using Py_TYPE

209. By John A Meinel

Catch exceptions with the syntax that was added in 2.7 (and 3.0).

208. By John A Meinel

Support unicode characters outside of the 16 bit range.

207. By John A Meinel

Merge old PR to slightly cleanup output.

206. By John A Meinel

Remove a variable that was set but never read.

205. By John A Meinel

Cleanup some C and Cython warnings.

204. By John A Meinel

Switch to range. It works in Py2 and xrange doesn't exist in Py3

203. By John A Meinel

We missed an instance of str vs basestring in dump_all_referenced

Branch metadata

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

Subscribers