~canonical-launchpad-branches/launchpad/+git/bzr-personal:cjwatson/timeout-with-requests

Last commit made on 2015-03-11
Get this branch:
git clone -b cjwatson/timeout-with-requests https://git.launchpad.net/~canonical-launchpad-branches/launchpad/+git/bzr-personal
Members of Canonical Launchpad Branches can upload to this branch. Log in for directions.

Branch merges

Branch information

Name:
cjwatson/timeout-with-requests
Repository:
lp:~canonical-launchpad-branches/launchpad/+git/bzr-personal

Recent commits

7b9c310... by Colin Watson

Typo.

0301c06... by Colin Watson

Lint.

b6c31e4... by Colin Watson

Update copyright.

86d7b17... by Colin Watson

Note that some methods need to be checked when upgrading requests.

38894a8... by Colin Watson

Convert lp.services.timeout to use requests rather than urllib2.

e00450e... by Launchpad PQM Bot

[r=cjwatson][no-qa] Implement
 PersonSet.getOrCreateSoftwareCenterCustomer and export it on the webservice.
 The xmlrpc-private method is deprecated.

8dabd95... by William Grant

Raise NameAlreadyTaken for deactivated accounts.

34c316c... by William Grant

Lint.

d76a453... by William Grant

Export getOrCreateSoftwareCenterCustomer on the webservice.

0d1476b... by William Grant

Implement PersonSet.getOrCreateSoftwareCenterCustomer.

It will replace the xmlrpc-private method of the same name with
something that's a bit less insecure. SCA will no longer be able to
compromise existing active accounts by attaching new OpenID identifiers
or email addresses to them. They retain the ability to:

 - Look up an existing active account by OpenID identifier
 - Activate an unactivated account by OpenID identifier and with the
   given email address
 - Create a new account with the given OpenID identifier and email address