[Zope-Checkins] SVN: Zope/trunk/ empty object managers were evaluating to boolean false since Hanno fully implemented IContainer, because boolean checks fall through to __len__ if __nonzero__ is not i

2009-03-04 Thread David Glick
Log message for revision 97521: empty object managers were evaluating to boolean false since Hanno fully implemented IContainer, because boolean checks fall through to __len__ if __nonzero__ is not implemented. always evaluating to true is the backwards-compatible approach Changed: U Zop

[Zope-Checkins] SVN: Zope/trunk/src/Zope2/utilities/mkzopeinstance.py Make 'mkzopeinstance' work from a SVN checkout.

2009-03-04 Thread Tres Seaver
Log message for revision 97478: Make 'mkzopeinstance' work from a SVN checkout. Changed: U Zope/trunk/src/Zope2/utilities/mkzopeinstance.py -=- Modified: Zope/trunk/src/Zope2/utilities/mkzopeinstance.py === --- Zope/trunk/src/Z

[Zope-Checkins] SVN: Zope/trunk/ Updated to DateTime 2.12.0.

2009-03-04 Thread Tres Seaver
Log message for revision 97476: Updated to DateTime 2.12.0. Changed: U Zope/trunk/doc/CHANGES.rst U Zope/trunk/versions-zope2.cfg -=- Modified: Zope/trunk/doc/CHANGES.rst === --- Zope/trunk/doc/CHANGES.rst 2009-03-04 17

[Zope-Checkins] SVN: Zope/branches/2.11/lib/python/DateTime/DateTime.py Omitted upgrade for state dicts w/o '_micros'.

2009-03-04 Thread Tres Seaver
Log message for revision 97472: Omitted upgrade for state dicts w/o '_micros'. Changed: U Zope/branches/2.11/lib/python/DateTime/DateTime.py -=- Modified: Zope/branches/2.11/lib/python/DateTime/DateTime.py === --- Zope/branches

[Zope-Checkins] SVN: Zope/branches/2.11/ Launchpad #290254, DateTime/DateTime.py

2009-03-04 Thread Tres Seaver
Log message for revision 97471: Launchpad #290254, DateTime/DateTime.py o Added '__setstate__' to cope with old pickles missing a '_micros' attribute; Python's pickling support was creating a new instance, *with* a '_micros' attribute, but not clearing that attribute before upda