zope.copypastemove:3.7

Last commit made on 2012-05-18
Get this branch:
git clone -b 3.7 https://git.launchpad.net/zope.copypastemove
Members of ZTK steering group can upload to this branch. Log in for directions.

Branch merges

Branch information

Name:
3.7
Repository:
lp:zope.copypastemove

Recent commits

92d759d... by Tres Seaver

Stable 3.7 branch for ZTK 1.0.

6967155... by Michael Howitz

Tagging 3.7.0

3d7cd8a... by Michael Howitz

Preparing release 3.7.0

806361d... by Michael Howitz

removed not needed statement

cf3b5c4... by Tres Seaver

Remove CVS-era Id fossils.

b77dc5e... by Tres Seaver

Remove CVS-era Id fossils.

d2deeaf... by Tres Seaver

Merge lp:~justizin/zope.copypastemove/lp_98385, with tweaks:

- Honor the name given by the 'IObjectMover' in
  'OrderedContainerItemRenamer.renameItem'. Thanks to Marius Gedminas
  for the patch, and to Justin Ryan for the test.
  Fixes https://bugs.launchpad.net/zope.copypastemove/+bug/98385.

- Avoid adding a dependency on 'zope.app.container' by using the equivalent
  'zope.container' classes.

- Normalize return value from 'OrderedContainerItemRenamer.renameItem' to
  match the base class.

- Improve wording, ReST rendering in changelog.

03d3dfd... by Ilshad Khabibullin

LP #123532

1d5c39f... by Tres Seaver

Conform to repository policy.

edc10b1... by Tres Seaver

Removed use of 'zope.testing.doctestunit' in favor of stdlib's 'doctest.