lp:~cjwatson/lazr.restful/py3-stringio

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

262. By Colin Watson

Make EntryTestCase.wadl return Unicode text.

This is more convenient in Python 3, and does no harm in Python 2. Use
io.StringIO rather than cStringIO.StringIO when constructing a stream
containing the WADL description.

261. By Colin Watson

Use io.StringIO in lazr/restful/example/base/tests/wadl.txt.

It constructs it with `body.decode('utf8')`, which is Unicode text in both
Python 2 and 3.

260. By Colin Watson

Use six.StringIO in debug_proxy.

It's using the StringIO object as a target for print(), which writes native
strings.

259. By Colin Watson

Remove unused import.

258. By Colin Watson

[r=ilasc] Make doctests of tracebacks work on both Python 2 and 3.

257. By Colin Watson

Release lazr.restful 0.22.2.

256. By Colin Watson

Add NEWS entry for Python 3 porting work.

255. By Colin Watson

[r=twom] Fix dereferencing of URLs that redirect within HTTPS requests.

254. By Colin Watson

[r=ilasc] Set doctest encoding to UTF-8.

253. By Colin Watson

[r=ilasc] Port simple uses of str/unicode/basestring to Python 3.

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