~jugmac00/launchpad:fix-docstring-for-visible-email-addresses

Last commit made on 2022-04-28
Get this branch:
git clone -b fix-docstring-for-visible-email-addresses https://git.launchpad.net/~jugmac00/launchpad
Only Jürgen Gmach can upload to this branch. If you are Jürgen Gmach please log in for upload directions.

Branch merges

Branch information

Name:
fix-docstring-for-visible-email-addresses
Repository:
lp:~jugmac00/launchpad

Recent commits

3b60acd... by Jürgen Gmach

Fix docstring for Personview.visible_email_addresses

The docstring wrongly claimed that the additional email addresses are
not ordered although they are.

08a6d3a... by Colin Watson

Remove remaining uses of six.moves

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

18f0207... by Colin Watson

Replace six.StringIO with io.StringIO

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

4279c85... by Colin Watson

Replace six.StringIO with io.StringIO

13f9ec7... by Colin Watson

Use Python 3 module names instead of six.moves

3e560b5... by Colin Watson

Use importlib.reload rather than six.moves.reload_module

fb68120... by Colin Watson

Use native Python 3 iterator functions

Python 2 had `itertools.i*` variants of several functions such as
`filter` and `map`, returning an iterator rather than a list. In Python
3 those became the default. Now that we're on Python 3 everywhere, we
can use those directly rather than via `six.moves`.

3e6ca30... by Ioana Lasc

Add link to latest internal log of status reports

Merged from https://code.launchpad.net/~ilasc/launchpad/+git/launchpad/+merge/417156

fbc03d6... by Ioana Lasc

Tweak TestRevisionStatusReport.test_latest_log

58c6532... by Colin Watson

Stop using six.moves for urllib imports

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