[Zope-Checkins] SVN: Zope/branches/2.12/src/Products/ZCTextIndex/ Flesh out tests for PLexicon.queryLexicon.

2010-04-12 Thread Tres Seaver
Log message for revision 110738: Flesh out tests for PLexicon.queryLexicon. Changed: U Zope/branches/2.12/src/Products/ZCTextIndex/ZCTextIndex.py U Zope/branches/2.12/src/Products/ZCTextIndex/tests/testZCTextIndex.py -=- Modified:

[Zope-Checkins] SVN: Zope/branches/2.12/src/Products/ZCTextIndex/ZCTextIndex.py Better testability.

2010-04-12 Thread Tres Seaver
Log message for revision 110739: Better testability. Changed: U Zope/branches/2.12/src/Products/ZCTextIndex/ZCTextIndex.py -=- Modified: Zope/branches/2.12/src/Products/ZCTextIndex/ZCTextIndex.py === ---

[Zope-Checkins] SVN: Zope/branches/2.12/src/Products/ZCTextIndex/tests/testZCTextIndex.py Flesh out tests for PLexicon.queryLexicon further.

2010-04-12 Thread Tres Seaver
Log message for revision 110740: Flesh out tests for PLexicon.queryLexicon further. Changed: U Zope/branches/2.12/src/Products/ZCTextIndex/tests/testZCTextIndex.py -=- Modified: Zope/branches/2.12/src/Products/ZCTextIndex/tests/testZCTextIndex.py

[Zope-Checkins] SVN: Zope/branches/2.12/src/Products/ZCTextIndex/tests/testZCTextIndex.py Test glob expansion PLexicon.queryLexicon.

2010-04-12 Thread Tres Seaver
Log message for revision 110741: Test glob expansion PLexicon.queryLexicon. Changed: U Zope/branches/2.12/src/Products/ZCTextIndex/tests/testZCTextIndex.py -=- Modified: Zope/branches/2.12/src/Products/ZCTextIndex/tests/testZCTextIndex.py

[Zope-Checkins] SVN: Zope/branches/2.12/ LP #142478: normalize terms passed to ``PLexicon.queryLexicon``

2010-04-12 Thread Tres Seaver
Log message for revision 110742: LP #142478: normalize terms passed to ``PLexicon.queryLexicon`` o Use the lexicon's pipeline (e.g., case flattening, stop word removal, etc.). Changed: U Zope/branches/2.12/doc/CHANGES.rst U

[Zope-Checkins] SVN: Zope/trunk/ LP #142478: normalize terms passed to ``PLexicon.queryLexicon``

2010-04-12 Thread Tres Seaver
Log message for revision 110743: LP #142478: normalize terms passed to ``PLexicon.queryLexicon`` o Use the lexicon's pipeline (e.g., case flattening, stop word removal, etc.) o Forward-port from 2.12 branch. Changed: U Zope/trunk/doc/CHANGES.rst U

[Zope-Checkins] SVN: Zope/branches/2.12/src/Products/PluginIndexes/__init__.py Typo.

2010-04-12 Thread Tres Seaver
Log message for revision 110745: Typo. Changed: U Zope/branches/2.12/src/Products/PluginIndexes/__init__.py -=- Modified: Zope/branches/2.12/src/Products/PluginIndexes/__init__.py === ---

[Zope-Checkins] SVN: Zope/trunk/src/Products/PluginIndexes/__init__.py Remove module-scope import aliases, use of exec.

2010-04-12 Thread Tres Seaver
Log message for revision 110746: Remove module-scope import aliases, use of exec. Changed: U Zope/trunk/src/Products/PluginIndexes/__init__.py -=- Modified: Zope/trunk/src/Products/PluginIndexes/__init__.py === ---

[Zope-Checkins] SVN: Zope/branches/2.12/src/Products/PluginIndexes/PathIndex/tests/testPathIndex.py Simplify / normalize test suite.

2010-04-12 Thread Tres Seaver
Log message for revision 110747: Simplify / normalize test suite. Changed: U Zope/branches/2.12/src/Products/PluginIndexes/PathIndex/tests/testPathIndex.py -=- Modified: Zope/branches/2.12/src/Products/PluginIndexes/PathIndex/tests/testPathIndex.py

[Zope-Checkins] SVN: Zope/trunk/src/Products/PluginIndexes/PathIndex/tests/testPathIndex.py Forward port test cleanups from 2.12 branch.

2010-04-12 Thread Tres Seaver
Log message for revision 110748: Forward port test cleanups from 2.12 branch. Changed: U Zope/trunk/src/Products/PluginIndexes/PathIndex/tests/testPathIndex.py -=- Modified: Zope/trunk/src/Products/PluginIndexes/PathIndex/tests/testPathIndex.py

[Zope-Checkins] SVN: Zope/branches/2.12/src/Products/PluginIndexes/PathIndex/tests/testPathIndex.py Coverage.

2010-04-12 Thread Tres Seaver
Log message for revision 110749: Coverage. Changed: U Zope/branches/2.12/src/Products/PluginIndexes/PathIndex/tests/testPathIndex.py -=- Modified: Zope/branches/2.12/src/Products/PluginIndexes/PathIndex/tests/testPathIndex.py

[Zope-Checkins] SVN: Zope/branches/2.12/src/Products/PluginIndexes/PathIndex/ Reorder to match interfaces; comply with interface semantics.

2010-04-12 Thread Tres Seaver
Log message for revision 110751: Reorder to match interfaces; comply with interface semantics. Changed: U Zope/branches/2.12/src/Products/PluginIndexes/PathIndex/PathIndex.py U Zope/branches/2.12/src/Products/PluginIndexes/PathIndex/tests/testPathIndex.py -=- Modified:

[Zope-Checkins] SVN: Zope/trunk/src/Products/PluginIndexes/PathIndex/ Forward-port interface semantics cleanups from 2.12 branch.

2010-04-12 Thread Tres Seaver
Log message for revision 110752: Forward-port interface semantics cleanups from 2.12 branch. Changed: U Zope/trunk/src/Products/PluginIndexes/PathIndex/PathIndex.py U Zope/trunk/src/Products/PluginIndexes/PathIndex/tests/testPathIndex.py -=- Modified:

[Zope-Checkins] SVN: Zope/branches/2.12/doc/CHANGES.rst Changelog.

2010-04-12 Thread Tres Seaver
Log message for revision 110755: Changelog. Changed: U Zope/branches/2.12/doc/CHANGES.rst -=- Modified: Zope/branches/2.12/doc/CHANGES.rst === --- Zope/branches/2.12/doc/CHANGES.rst 2010-04-12 16:42:51 UTC (rev 110754) +++

[Zope-Checkins] SVN: Zope/trunk/ Forward-port fix for LP #143655 from the 2.12 branch.

2010-04-12 Thread Tres Seaver
Log message for revision 110756: Forward-port fix for LP #143655 from the 2.12 branch. Changed: U Zope/trunk/doc/CHANGES.rst U Zope/trunk/src/Products/PluginIndexes/PathIndex/PathIndex.py U Zope/trunk/src/Products/PluginIndexes/PathIndex/tests/testPathIndex.py -=- Modified: