lp:~cjwatson/lazr.restful/py3-response-wrapper

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

270. By Colin Watson

Fix WebServiceResponseWrapper for Python 3.

The reimplementation of http.client.HTTPMessage using email.message.Message
in 3.0 removed the headers attribute, so we need to go to some effort to
deal with that.

Sorting list responses in the jsonBody method doesn't make sense, so stop
doing that.

269. By Colin Watson

[r=ilasc] Convert doctests to use print() for Unicode strings.

268. By Colin Watson

[r=ilasc] Fix ETag calculation on Python 3.

267. By Colin Watson

[r=ilasc] Fix webservice-marshallers tests on Python 3.

266. By Colin Watson

[r=ilasc] Remove lazr.restful.utils.safe_js_escape.

265. By Colin Watson

[r=ilasc] Fix exception re-raising on Python 3.

264. By Colin Watson

[r=pappacena] Stop make_identifier_safe having locale-dependent behaviour.

263. By Colin Watson

[r=pappacena] Port lazr.restful.tests.test_webservice.make_entry to Python 3.

262. By Colin Watson

[r=pappacena] Handle renaming of __builtin__ to builtins in Python 3.

261. By Colin Watson

[r=ilasc] Avoid calling str.decode on 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