~lgp171188/launchpad:new-launchpad-logo

Last commit made on 2022-05-09
Get this branch:
git clone -b new-launchpad-logo https://git.launchpad.net/~lgp171188/launchpad
Only Guruprasad can upload to this branch. If you are Guruprasad please log in for upload directions.

Branch merges

Branch information

Name:
new-launchpad-logo
Repository:
lp:~lgp171188/launchpad

Recent commits

b08bbfa... by Guruprasad

Update the Launchpad logos to the new versions

a197934... by Colin Watson

Remove six.ensure_text calls relating to zope.testbrowser

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

98428d5... by Colin Watson

Remove six.ensure_text calls relating to zope.testbrowser

The `zope.testbrowser.Browser.{contents,title}` properties return native
strings. On Python 2 we sometimes had to explicitly convert those to
Unicode, but that's no longer needed on Python 3.

e6da387... by Colin Watson

Move channel (de)composition to its own module

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

0003445... by Colin Watson

Raise slightly better exceptions in StoreChannelsWidget

9f39748... by Colin Watson

Add some examples in docstrings

da45ab6... by Colin Watson

Put constant in all-caps

f24c10c... by Colin Watson

Remove unnecessary ensure_text of temporary directory paths

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

7285dc4... by Colin Watson

Remove unnecessary ensure_text of temporary directory paths

On Python 2 we needed to convert temporary directory paths to Unicode in
some publisher tests, since some parts of the Python 2 standard library
had slightly different behaviour with `str` vs. `unicode` paths. None
of this is necessary on Python 3.

d0ad1c0... by Colin Watson

Stop explicitly converting hash.hexdigest() to text

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