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

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

248. By Colin Watson

Port simple uses of str/unicode/basestring to Python 3.

Most cases are fairly obvious, but we need to pay some attention to whether
str is intended to be a byte string or a native string. basestring normally
means "native string or text" (i.e. six.string_types), but in a few places
it means "bytes or text" instead: in particular, the return value from
EntryResource.do_GET and CollectionResource.do_GET may be either.

247. By Colin Watson

Release lazr.restful 0.22.1.

246. By Colin Watson

[r=ilasc] Make ObjectLookupFieldMarshaller accept URLs that redirect.

245. By Colin Watson

[r=ilasc] Fix test failure with zope.interface >= 5.0.0.

244. By Colin Watson

Release lazr.restful 0.22.0.

243. By Colin Watson

[r=wgrant] Deprecate class advice APIs and provide replacements.

242. By Colin Watson

[r=twom] Set a different ETag when serving WADL for different revisions of the web service.

241. By Colin Watson

Release lazr.restful 0.21.1.

240. By Colin Watson

[r=twom] Use the floor division operator where appropriate.

239. By Colin Watson

[r=twom] Allow newer versions of grokcore.component and martian.

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