~canonical-launchpad-branches/launchpad/+git/bzr-personal:launchpad-committers/python-migration2.6-rebased

Last commit made on 2009-10-23
Get this branch:
git clone -b launchpad-committers/python-migration2.6-rebased 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:
launchpad-committers/python-migration2.6-rebased
Repository:
lp:~canonical-launchpad-branches/launchpad/+git/bzr-personal

Recent commits

5a4a2d5... by Barry Warsaw

[rs=barry] More Python 2.6 fixes.

1ddd27b... by Barry Warsaw

[r=gary] More DeprecationWarning suppressions.

The externalbugtracker.py is a legitimate bug that I will merge into devel
(with [r=gary]) when I get a chance.

98347c8... by Barry Warsaw

[r=gary] More fixes for Python 2.6:

* some additional clean_modules are necessary
* suppress all deprecation warnings about md5, sha, and sets. may need to
  back this one out once we have a clean run.
* fix typo: s/hashlib.sha/hashlib.sha1/

aeaae51... by Barry Warsaw

Replace all imports of md5 and sha with hashlib.

e4a5039... by Barry Warsaw

The sha and md5 modules are deprecated in Python 2.6. Use hashlib.

This is a purely mechanical change that can't be tested until we're a little
farther along. I couldn't resist a little cleanup along the way.

Also, bump lazr.restful to 0.9.14 for it's Python 2.6 compatibility.

2578462... by Barry Warsaw

Don't install from cache.

Update package versions gets us closer.

3ae4c17... by Guilherme Salgado

Change an extra batch of scripts to use python2.6 instead of 2.5

2d3402c... by Guilherme Salgado

3 more shebang changes

fbe7560... by Guilherme Salgado

Change scripts and Makefile to use python2.6 instead of 2.5

c226aca... by Launchpad PQM Bot

[r=henninge][ui=sinzui][bug=519556] Show translation upload details
 on approval form.