~jugmac00/launchpad:add-note-about-running-two-instances

Last commit made on 2022-05-09
Get this branch:
git clone -b add-note-about-running-two-instances 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:
add-note-about-running-two-instances
Repository:
lp:~jugmac00/launchpad

Recent commits

a5ef6b3... by Jürgen Gmach

Add note about running two Launchpad instances

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