lp:~cjwatson/lazr.restful/remove-epydoc

Created by Colin Watson and last modified
Get this branch:
bzr branch lp:~cjwatson/lazr.restful/remove-epydoc
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

237. By Colin Watson

Remove epydoc dependency, incorporating the relevant code directly.

epydoc is unmaintained and hasn't been ported to Python 3. Fortunately, we
only need a tiny part of it to wrap docutils, and it's just as easy to
incorporate the relevant code directly into lazr.restful.tales, simplifying
away the bits we don't need.

I've checked that this generates identical Launchpad apidoc.

236. By Colin Watson

Remove spurious lazr.restful.tales.all.

This was probably intended to be __all__, but it was misspelled, and in any
case its sole entry ('entry_adapter_for_schema') doesn't exist. Just remove
it.

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.

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