~andrey-fedoseev/lazr.restful:allow-none-for-lists

Last commit made on 2022-06-01
Get this branch:
git clone -b allow-none-for-lists https://git.launchpad.net/~andrey-fedoseev/lazr.restful
Only Andrey Fedoseev can upload to this branch. If you are Andrey Fedoseev please log in for upload directions.

Branch merges

Branch information

Name:
allow-none-for-lists
Repository:
lp:~andrey-fedoseev/lazr.restful

Recent commits

27df283... by Andrey Fedoseev

Release lazr.restful 2.0.0.

a428bf2... by Andrey Fedoseev

The collection marshallers can now unmarshall None

The collection marshallers (list, set, tuple) will now correctly
unmarshall `None` as `None`.

0fe7d88... by Andrey Fedoseev

Update black to 22.3.0

6614e90... by Colin Watson

Remove remaining uses of six

5b51fbd... by Colin Watson

Add coverage testing

f47ef5f... by Colin Watson

Remove most manual pretty-printing from webservice-marshallers.rst

This was only needed for Python 2/3 support.

We still need `pprint_dict`, because dicts only became order-preserving
in Python 3.6.

56d6794... by Colin Watson

Deprecate safe_hasattr

It's no longer needed now that `hasattr` only catches `AttributeError`.
See https://docs.python.org/3/whatsnew/3.2.html#other-language-changes.

1c2491a... by Colin Watson

Apply some more pyupgrade-like changes

pyupgrade itself missed these either because they were in doctests or
due to cautiousness.

9a53af7... by Colin Watson

Simplify lazr.restful.testing.webservice.pformat_value

e99f1d0... by Colin Watson

Simplify error_status tests