~twom/launchpad:buildd-sha-export

Last commit made on 2020-09-29
Get this branch:
git clone -b buildd-sha-export https://git.launchpad.net/~twom/launchpad
Only Tom Wardill can upload to this branch. If you are Tom Wardill please log in for upload directions.

Branch merges

Branch information

Name:
buildd-sha-export
Repository:
lp:~twom/launchpad

Recent commits

48823a2... by Tom Wardill

Update docstring

4dae13c... by Colin Watson

Upgrade to pygettextpo 0.2

Merged from https://code.launchpad.net/~cjwatson/launchpad/+git/launchpad/+merge/391436

a15cd90... by Colin Watson

Port lp.testopenid.testing.helpers to Python 3

Merged from https://code.launchpad.net/~cjwatson/launchpad/+git/launchpad/+merge/391440

17f82b4... by Colin Watson

Port unicode() calls in lp.registry to Python 3

Merged from https://code.launchpad.net/~cjwatson/launchpad/+git/launchpad/+merge/391443

9af1ece... by Colin Watson

Port lp.testing.factory to BytesIO

Merged from https://code.launchpad.net/~cjwatson/launchpad/+git/launchpad/+merge/391444

5fd2c74... by Colin Watson

Port lp.testing.factory to BytesIO

619e5a4... by Thiago F. Pappacena

Adding UI to allow forking a git repository

Merged from https://code.launchpad.net/~pappacena/launchpad/+git/launchpad/+merge/387157

41824a6... by Colin Watson

Port unicode() calls in lp.registry to Python 3

This unfortunately requires some contextual clues, because
`six.text_type(b'foo')` returns `u'foo'` on Python 2 but `"b'foo'"` on
Python 3, while `six.ensure_text` works on bytes or text but not on
other types. Use single-argument `six.text_type` in cases where we know
that the argument is not bytes, and `six.ensure_text` where we know the
argument is either bytes or text.

ac33829... by Colin Watson

Port lp.testopenid.testing.helpers to io.StringIO

ea98166... by Colin Watson

Port lp.testopenid.testing.helpers to print_function