[Zope-Checkins] SVN: Zope/branches/zeomega-2.11-memory-fixes/lib/python/Shared/DC/ZRDB/Results.py Changed the class declaration inside the record_cls_factory to use the builtin 'type' class constructo

2010-02-02 Thread Brad Allen
Log message for revision 108729: Changed the class declaration inside the record_cls_factory to use the builtin 'type' class constructor to avoid any chance of outer scope references leaking in closure-style (this is probably over paranoid but it can't hurt). Changed: U Zope/branches/zeo

[Zope-Checkins] SVN: Zope/branches/zeomega-2.11-memory-fixes/lib/python/Shared/DC/ZRDB/Results.py First stab at breaking Results reference cycle based on feedback from Tres. The 'r' class declaration

2010-02-02 Thread Brad Allen
Log message for revision 108726: First stab at breaking Results reference cycle based on feedback from Tres. The 'r' class declaration has been moved outside Results.__init__ into a class factory function. I don't know if this really breaks the reference cycle but am committing so others can r

[Zope-Checkins] SVN: Zope/branches/tyam-unicodeSplitterPatch/src/Products/ZCTextIndex/tests/testLexicon.py Fixed typo: glob, not grob

2010-02-02 Thread Vincent Fretin
Log message for revision 104761: Fixed typo: glob, not grob Changed: U Zope/branches/tyam-unicodeSplitterPatch/src/Products/ZCTextIndex/tests/testLexicon.py -=- Modified: Zope/branches/tyam-unicodeSplitterPatch/src/Products/ZCTextIndex/tests/testLexicon.py

[Zope-Checkins] SVN: Zope/branches/zeomega-2.11-memory-fixes/ Adding a branch from 2.11 for ZeOmega to work on fixes related to memory leaks in related to Shared.ZRDB.Results. See Launchpad ticket: ht

2010-02-02 Thread Brad Allen
Log message for revision 108725: Adding a branch from 2.11 for ZeOmega to work on fixes related to memory leaks in related to Shared.ZRDB.Results. See Launchpad ticket: https://bugs.launchpad.net/zope2/+bug/143917 Changed: A Zope/branches/zeomega-2.11-memory-fixes/ -=-