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

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

266. By Colin Watson

Remove lazr.restful.utils.safe_js_escape.

Launchpad hasn't used it since 2012, and it was a confusing interface in
that it combined JavaScript and HTML escaping. If any code is still using
this, it should use cgi.escape/html.escape (if necessary) and json.dumps
directly instead.

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.

260. By Colin Watson

[r=ilasc] Avoid the Python 2-specific cStringIO and StringIO modules.

259. By Colin Watson

[r=ilasc] Make pprint_entry/pprint_collection format strings in Python 3 style.

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.

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