~kemon98/launchpad:db-stable

Last commit made on 2021-08-20
Get this branch:
git clone -b db-stable https://git.launchpad.net/~kemon98/launchpad
Only kemondora can upload to this branch. If you are kemondora please log in for upload directions.

Branch merges

Branch information

Name:
db-stable
Repository:
lp:~kemon98/launchpad

Recent commits

33f6eec... by Patch Queue Manager <email address hidden>

Automatic merge from stable up to 7edb2d45353e

7edb2d4... by Colin Watson

Fix position tracking in EncodableLibraryFileAlias

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

87772b7... by Colin Watson

Fix position tracking in EncodableLibraryFileAlias

Python's `len()` requires that `__len__` returns a value greater than or
equal to 0. `EncodableLibraryFileAlias` violated this in the case where
a caller passed an explicit length to its `read` method which was
greater than the number of bytes remaining. In this case, increase the
position only up to the end of the file, not past it.

LP: #1940664

d348f58... by Patch Queue Manager <email address hidden>

Automatic merge from stable up to 6b241010651c

37750d2... by Colin Watson

Ignore various want line length errors in doctests

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

6b24101... by Colin Watson

Reformat more doctest headers in reStructuredText style

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

f9d35e5... by Colin Watson

Reformat more doctest headers in reStructuredText style

I missed these in my previous pass because they either were very
deeply-nested headers or had unbalanced Moin-style headers.

a57bb65... by Colin Watson

Ignore various want line length errors in doctests

This covers cases where it isn't reasonable or practical to wrap the
want lines, such as long URLs or wide tables.

a46d39a... by Patch Queue Manager <email address hidden>

Automatic merge from stable up to 8722084dc77d

96c5837... by Patch Queue Manager <email address hidden>

Automatic merge from stable up to 25edfd4b3e79