[Zope-Checkins] CVS: Products/PluginIndexes/DateIndex/tests - test_DateIndex.py:1.5.2.5

2005-08-24 Thread Zachery Bir
Update of /cvs-repository/Products/PluginIndexes/DateIndex/tests In directory cvs.zope.org:/tmp/cvs-serv19773 Modified Files: Tag: Zope-2_7-branch test_DateIndex.py Log Message: - deleted trailing whitespace - new test for removal (indexing an object with a value of None sh

[Zope-Checkins] CVS: Products/PluginIndexes/DateIndex - DateIndex.py:1.12.2.5

2005-08-24 Thread Zachery Bir
Update of /cvs-repository/Products/PluginIndexes/DateIndex In directory cvs.zope.org:/tmp/cvs-serv20110 Modified Files: Tag: Zope-2_7-branch DateIndex.py Log Message: If the new value is _marker (basically, if we index with a value of None), we should also remove the object from our

[Zope-Checkins] CVS: Products/PluginIndexes/DateIndex - DateIndex.py:1.12.2.6

2005-08-24 Thread Zachery Bir
Update of /cvs-repository/Products/PluginIndexes/DateIndex In directory cvs.zope.org:/tmp/cvs-serv22708 Modified Files: Tag: Zope-2_7-branch DateIndex.py Log Message: Missing import === Products/PluginIndexes/DateIndex/DateIndex.py 1.12.2.5 => 1.12.2.6 === --- Products/PluginIndex

[Zope-Checkins] CVS: Products/PluginIndexes/DateIndex - DateIndex.py:1.12.2.7

2005-08-24 Thread Zachery Bir
Update of /cvs-repository/Products/PluginIndexes/DateIndex In directory cvs.zope.org:/tmp/cvs-serv23299 Modified Files: Tag: Zope-2_7-branch DateIndex.py Log Message: another missing import (tried to beef up the potential exception handling ala UnIndex, just forgot to include the im

[Zope-Checkins] SVN: Zope/branches/Zope-2_8-branch/lib/python/Products/PluginIndexes/DateIndex/tests/test_DateIndex.py Brought forward from the Zope 2.7 branch:

2005-08-24 Thread Zachery Bir
Log message for revision 38061: Brought forward from the Zope 2.7 branch: - deleted trailing whitespace - new test for removal (indexing an object with a value of None should remove it from the index) Changed: U Zope/branches/Zope-2_8-branch/lib/python/Products/Plugin

[Zope-Checkins] SVN: Zope/branches/Zope-2_8-branch/lib/python/Products/PluginIndexes/DateIndex/DateIndex.py Brought forward from the Zope 2.7 branch:

2005-08-24 Thread Zachery Bir
Log message for revision 38062: Brought forward from the Zope 2.7 branch: If the new value is _marker (basically, if we index with a value of None), we should also remove the object from our _unindex Changed: U Zope/branches/Zope-2_8-branch/lib/python/Products/PluginIndexes/DateIn

[Zope-Checkins] CVS: Zope/doc - CHANGES.txt:1.625.2.351

2005-08-24 Thread Zachery Bir
Update of /cvs-repository/Zope/doc In directory cvs.zope.org:/tmp/cvs-serv25874 Modified Files: Tag: Zope-2_7-branch CHANGES.txt Log Message: Change message === Zope/doc/CHANGES.txt 1.625.2.350 => 1.625.2.351 === --- Zope/doc/CHANGES.txt:1.625.2.350Thu Aug 18 07:06:02 2005 +++

[Zope-Checkins] SVN: Zope/branches/Zope-2_8-branch/doc/CHANGES.txt Change message

2005-08-24 Thread Zachery Bir
Log message for revision 38063: Change message Changed: U Zope/branches/Zope-2_8-branch/doc/CHANGES.txt -=- Modified: Zope/branches/Zope-2_8-branch/doc/CHANGES.txt === --- Zope/branches/Zope-2_8-branch/doc/CHANGES.txt

[Zope-Checkins] SVN: Zope/branches/Zope-2_8-branch/lib/python/Products/PluginIndexes/DateIndex/DateIndex.py Better log message (from Zope 2.7 branch rather than copied straight

2005-08-24 Thread Zachery Bir
Log message for revision 38068: Better log message (from Zope 2.7 branch rather than copied straight from UnIndex) Changed: U Zope/branches/Zope-2_8-branch/lib/python/Products/PluginIndexes/DateIndex/DateIndex.py -=- Modified: Zope/branches/Zope-2_8-branch/lib/python/Products/PluginI

[Zope-Checkins] SVN: Zope/trunk/lib/python/Products/PluginIndexes/DateIndex/ carried forward from Zope-2_8-branch

2005-08-24 Thread Zachery Bir
Log message for revision 38072: carried forward from Zope-2_8-branch Changed: U Zope/trunk/lib/python/Products/PluginIndexes/DateIndex/DateIndex.py U Zope/trunk/lib/python/Products/PluginIndexes/DateIndex/tests/test_DateIndex.py -=- Modified: Zope/trunk/lib/python/Products/PluginIndexe

[Zope-Checkins] SVN: Zope/trunk/doc/CHANGES.txt Updated CHANGES.txt to reflect more closely work done on Zope-2_8-branch.

2005-08-24 Thread Zachery Bir
Log message for revision 38073: Updated CHANGES.txt to reflect more closely work done on Zope-2_8-branch. In the interest of keeping myself sane, I've left the "Trunk only (unreleased)" section alone Changed: U Zope/trunk/doc/CHANGES.txt -=- Modified: Zope/trunk/doc/CHANGES.txt ==

[Zope-Checkins] SVN: Zope/trunk/lib/python/AccessControl/Setup remove out-of-date file that is no longer used

2005-08-24 Thread Fred L. Drake, Jr.
Log message for revision 38075: remove out-of-date file that is no longer used Changed: D Zope/trunk/lib/python/AccessControl/Setup -=- Deleted: Zope/trunk/lib/python/AccessControl/Setup === --- Zope/trunk/lib/python/AccessCont

[Zope-Checkins] SVN: Zope/trunk/lib/python/ remove old Setup files that are not used anymore

2005-08-24 Thread Fred L. Drake, Jr.
Log message for revision 38081: remove old Setup files that are not used anymore Changed: D Zope/trunk/lib/python/DocumentTemplate/Setup D Zope/trunk/lib/python/Products/PluginIndexes/TextIndex/Splitter/ISO_8859_1_Splitter/Setup D Zope/trunk/lib/python/Products/PluginIndexes/TextIn

[Zope-Checkins] SVN: Zope/trunk/lib/python/ there has only been one "right" way to import Expat for a long time now;

2005-08-24 Thread Fred L. Drake, Jr.
Log message for revision 38082: there has only been one "right" way to import Expat for a long time now; use it Changed: U Zope/trunk/lib/python/Shared/DC/xml/ppml.py U Zope/trunk/lib/python/TAL/XMLParser.py U Zope/trunk/lib/python/TAL/tests/utils.py -=- Modified: Zope/trunk/li

[Zope-Checkins] SVN: Zope/trunk/ - remove the old "dcpyexpat" extension, and just use the Expat that comes

2005-08-24 Thread Fred L. Drake, Jr.
Log message for revision 38083: - remove the old "dcpyexpat" extension, and just use the Expat that comes with Python - remove use of the long-deprecated xmllib module, again using the Expat that comes with Python as a replacement Changed: U Zope/trunk/lib/python/OFS/XMLExportIm