lp:~cjwatson/lazr.restful/py3-no-cmp

Created by Colin Watson and last modified
Get this branch:
bzr branch lp:~cjwatson/lazr.restful/py3-no-cmp
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:
lazr.restful
Status:
Merged

Recent revisions

236. By Colin Watson

Rephrase ensure_correct_version_ordering without cmp.

Python 3 doesn't have cmp() or sorted(cmp=...), but the now-preferred form
of sorted(key=...) is actually simpler here.

235. By Colin Watson

[r=ilasc] Import urllib and friends from six.moves.

234. By Colin Watson

[r=ilasc] Use Python 3-compatible raise syntax.

233. By Colin Watson

[r=ilasc] Only require the separate wsgiref package on Python 2.

232. By Colin Watson

[r=doismellburning] Apply absolute_import and print_function __future__ imports.

231. By Colin Watson

Release lazr.restful 0.21.0.

230. By Colin Watson

[r=ilasc] Remove dependency on zope.app.pagetemplate.

229. By Colin Watson

[r=ilasc] Add tox testing support and drop buildout.

228. By Colin Watson

Fix ComponentLookupError deprecation warning.

Importing this from zope.component has produced a deprecation warning since
zope.component 4.5.

227. By Colin Watson

[r=ilasc] Fix a couple of test failures with newer dependency versions.

Branch metadata

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

Subscribers