[Zope-Checkins] SVN: Zope/branches/2.10-with-ZODB3.8/ flavour of Zope 2.10 with ZODB 3.8 support (unofficial branch)

2007-06-02 Thread Andreas Zeidler
Log message for revision 76174: flavour of Zope 2.10 with ZODB 3.8 support (unofficial branch) Changed: A Zope/branches/2.10-with-ZODB3.8/ -=- Copied: Zope/branches/2.10-with-ZODB3.8 (from rev 76173, Zope/branches/2.10) ___ Zope-Checkins

[Zope-Checkins] SVN: Zope/branches/2.10-with-ZODB3.8/setup.py added setup code for new flavours of BTree extensions (borrowed from `ZODB/setup.py`)

2007-06-02 Thread Andreas Zeidler
Log message for revision 76175: added setup code for new flavours of BTree extensions (borrowed from `ZODB/setup.py`) Changed: U Zope/branches/2.10-with-ZODB3.8/setup.py -=- Modified: Zope/branches/2.10-with-ZODB3.8/setup.py

[Zope-Checkins] SVN: Zope/branches/2.10-with-ZODB3.8/lib/python/ use trunk of ZODB (3.8.0a1) friends

2007-06-02 Thread Andreas Zeidler
Log message for revision 76176: use trunk of ZODB (3.8.0a1) friends Changed: _U Zope/branches/2.10-with-ZODB3.8/lib/python/ -=- Property changes on: Zope/branches/2.10-with-ZODB3.8/lib/python ___ Name: svn:externals -

[Zope-Checkins] SVN: Zope/branches/2.10-with-ZODB3.8/lib/python/zope/ use zope.proxy trunk, since `decorator.py` is needed for ZODB 3.8

2007-06-02 Thread Andreas Zeidler
Log message for revision 76177: use zope.proxy trunk, since `decorator.py` is needed for ZODB 3.8 Changed: _U Zope/branches/2.10-with-ZODB3.8/lib/python/zope/ -=- Property changes on: Zope/branches/2.10-with-ZODB3.8/lib/python/zope

[Zope-Checkins] SVN: Zope/branches/2.10-with-ZODB3.8/lib/python/tempstorage/tests/testTemporaryStorage.py DB.open() doesn't support the `mvcc` parameter in ZODB 3.8, so `checkWithoutMVCCRaisesReadCon

2007-06-02 Thread Andreas Zeidler
Log message for revision 76183: DB.open() doesn't support the `mvcc` parameter in ZODB 3.8, so `checkWithoutMVCCRaisesReadConflict` won't raise a `ReadConflictError` either Changed: U Zope/branches/2.10-with-ZODB3.8/lib/python/tempstorage/tests/testTemporaryStorage.py -=- Modified:

[Zope-Checkins] SVN: Zope/branches/2.10-with-ZODB3.8/ integrated theuni's additional test from 2.11 (see r73132)

2007-06-03 Thread Andreas Zeidler
Log message for revision 76209: integrated theuni's additional test from 2.11 (see r73132) Changed: U Zope/branches/2.10-with-ZODB3.8/doc/CHANGES.txt U Zope/branches/2.10-with-ZODB3.8/lib/python/ZPublisher/HTTPRequest.py U

[Zope-Checkins] SVN: Zope/branches/Zope211-3.4-integration/lib/python/ZPublisher/tests/testHTTPRequest.py reverted more (probably) accidental changes from r76217

2007-06-03 Thread Andreas Zeidler
Log message for revision 76245: reverted more (probably) accidental changes from r76217 Changed: U Zope/branches/Zope211-3.4-integration/lib/python/ZPublisher/tests/testHTTPRequest.py -=- Modified: Zope/branches/Zope211-3.4-integration/lib/python/ZPublisher/tests/testHTTPRequest.py

[Zope-Checkins] SVN: Zope/branches/2.10-with-ZODB3.8/lib/python/ updated externals, after zodbcode was moved in r76244

2007-06-03 Thread Andreas Zeidler
Log message for revision 76268: updated externals, after zodbcode was moved in r76244 Changed: _U Zope/branches/2.10-with-ZODB3.8/lib/python/ -=- Property changes on: Zope/branches/2.10-with-ZODB3.8/lib/python ___ Name:

[Zope-Checkins] SVN: Zope/branches/2.10-with-ZODB3.8/lib/python/ got it wrong in r76268...

2007-06-03 Thread Andreas Zeidler
Log message for revision 76269: got it wrong in r76268... Changed: _U Zope/branches/2.10-with-ZODB3.8/lib/python/ -=- Property changes on: Zope/branches/2.10-with-ZODB3.8/lib/python ___ Name: svn:externals - BTrees

[Zope-Checkins] SVN: Zope/branches/Zope211-3.4-integration/lib/python/Products/Five/i18n.zcml fix to help run the tests with the eggified zope2

2007-06-04 Thread Andreas Zeidler
Log message for revision 76316: fix to help run the tests with the eggified zope2 Changed: U Zope/branches/Zope211-3.4-integration/lib/python/Products/Five/i18n.zcml -=- Modified: Zope/branches/Zope211-3.4-integration/lib/python/Products/Five/i18n.zcml

[Zope-Checkins] SVN: Zope/branches/2.9-with-ZODB3.8/setup.py the `winlock.c` extension no longer exists with zodb 3.8

2007-06-04 Thread Andreas Zeidler
Log message for revision 76329: the `winlock.c` extension no longer exists with zodb 3.8 Changed: U Zope/branches/2.9-with-ZODB3.8/setup.py -=- Modified: Zope/branches/2.9-with-ZODB3.8/setup.py === ---

[Zope-Checkins] SVN: Zope/branches/2.9-with-ZODB3.8/lib/python/Products/Transience/tests/testCounters.py DB.open() doesn't support the `synch` parameter in ZODB 3.8, so this test doesn't make sense a

2007-06-04 Thread Andreas Zeidler
Log message for revision 76330: DB.open() doesn't support the `synch` parameter in ZODB 3.8, so this test doesn't make sense anymore (and can be removed) Changed: D Zope/branches/2.9-with-ZODB3.8/lib/python/Products/Transience/tests/testCounters.py -=- Deleted:

[Zope-Checkins] SVN: Zope/branches/2.9-with-ZODB3.8/lib/python/zope/ updated externals, after zope.proxy was moved in r75161

2007-06-04 Thread Andreas Zeidler
Log message for revision 76332: updated externals, after zope.proxy was moved in r75161 Changed: _U Zope/branches/2.9-with-ZODB3.8/lib/python/zope/ -=- Property changes on: Zope/branches/2.9-with-ZODB3.8/lib/python/zope ___

[Zope-Checkins] SVN: Zope/branches/2.9-with-ZODB3.8/lib/python/ updated externals, after zodbcode was moved in r76244

2007-06-04 Thread Andreas Zeidler
Log message for revision 76333: updated externals, after zodbcode was moved in r76244 Changed: _U Zope/branches/2.9-with-ZODB3.8/lib/python/ -=- Property changes on: Zope/branches/2.9-with-ZODB3.8/lib/python ___ Name:

[Zope-Checkins] SVN: Zope/branches/witsch-2.10-with-standard-docutils/ branch not using a customized flavour of docutils, but a monkey patch addressing the security issues instead; this makes it poss

2007-06-04 Thread Andreas Zeidler
Log message for revision 76341: branch not using a customized flavour of docutils, but a monkey patch addressing the security issues instead; this makes it possible to use the regular docutils egg when eggifying zope2... Changed: A Zope/branches/witsch-2.10-with-standard-docutils/

[Zope-Checkins] SVN: Zope/branches/witsch- it was branched from trunk, of course...

2007-06-04 Thread Andreas Zeidler
Log message for revision 76342: it was branched from trunk, of course... Changed: D Zope/branches/witsch-2.10-with-standard-docutils/ A Zope/branches/witsch-zope2.11-with-standard-docutils/ -=- Copied: Zope/branches/witsch-zope2.11-with-standard-docutils (from rev 76341,

[Zope-Checkins] SVN: Zope/branches/witsch-zope2.11-with-standard-docutils/lib/python/ docutil's security restrictions are now applied using a monkey patch; this way the upstream version of docutils c

2007-06-04 Thread Andreas Zeidler
Log message for revision 76343: docutil's security restrictions are now applied using a monkey patch; this way the upstream version of docutils can be used (i.e. an egg) Changed: _U Zope/branches/witsch-zope2.11-with-standard-docutils/lib/python/ A

[Zope-Checkins] SVN: Zope/branches/Zope211-3.4-integration/lib/python/Products/Five/form/tests/forms.txt another fix help with the tests of the eggified zope2: the status: header now read OK inst

2007-06-04 Thread Andreas Zeidler
Log message for revision 76345: another fix help with the tests of the eggified zope2: the status: header now read OK instead of Ok, and since 200 is distinct enough the ... should be okay Changed: U Zope/branches/Zope211-3.4-integration/lib/python/Products/Five/form/tests/forms.txt

[Zope-Checkins] SVN: Zope/branches/witsch-2.10-with-passing-zclasses-tests/ created branch of zope 2.10 using the zodb 3.7 branch with the fix for the zclasses tests

2007-06-28 Thread Andreas Zeidler
Log message for revision 77176: created branch of zope 2.10 using the zodb 3.7 branch with the fix for the zclasses tests Changed: A Zope/branches/witsch-2.10-with-passing-zclasses-tests/ -=- Copied: Zope/branches/witsch-2.10-with-passing-zclasses-tests (from rev 77175,

[Zope-Checkins] SVN: Zope/branches/witsch-2.10-with-passing-zclasses-tests/lib/python/ changed externals to use the zodb 3.7 branch

2007-06-28 Thread Andreas Zeidler
Log message for revision 77177: changed externals to use the zodb 3.7 branch Changed: _U Zope/branches/witsch-2.10-with-passing-zclasses-tests/lib/python/ -=- Property changes on: Zope/branches/witsch-2.10-with-passing-zclasses-tests/lib/python

[Zope-Checkins] SVN: Zope/branches/witsch-2.9-with-passing-zclasses-tests/ created branch of zope 2.9 using the zodb 3.6 branch with the fix for the zclasses tests

2007-06-28 Thread Andreas Zeidler
Log message for revision 77179: created branch of zope 2.9 using the zodb 3.6 branch with the fix for the zclasses tests Changed: A Zope/branches/witsch-2.9-with-passing-zclasses-tests/ -=- Copied: Zope/branches/witsch-2.9-with-passing-zclasses-tests (from rev 77178,

[Zope-Checkins] SVN: Zope/branches/2.10-with-ZODB3.8/ merged r78106:80849 from the zope 2.10 branch

2007-10-11 Thread Andreas Zeidler
Log message for revision 80851: merged r78106:80849 from the zope 2.10 branch Changed: U Zope/branches/2.10-with-ZODB3.8/doc/CHANGES.txt U Zope/branches/2.10-with-ZODB3.8/lib/python/App/dtml/manage_page_style.css.dtml U

[Zope-Checkins] SVN: Zope/branches/2.10-with-ZODB3.8/ Merged revisions 80850-81880 via svnmerge from

2007-11-16 Thread Andreas Zeidler
Log message for revision 81881: Merged revisions 80850-81880 via svnmerge from svn+ssh://svn.zope.org/repos/main/Zope/branches/2.10 r80942 | andreasjung | 2007-10-20 13:33:36 +0200 (Sat, 20 Oct 2007) | 4 lines - Collector #151020: HTTP_CHAR_SET headers

[Zope-Checkins] SVN: Zope/branches/2.10-with-ZODB3.8/ Initialized merge tracking via svnmerge with revisions 1-80849 from

2007-11-16 Thread Andreas Zeidler
Log message for revision 81880: Initialized merge tracking via svnmerge with revisions 1-80849 from svn+ssh://svn.zope.org/repos/main/Zope/branches/2.10 Changed: _U Zope/branches/2.10-with-ZODB3.8/ -=- Property changes on: Zope/branches/2.10-with-ZODB3.8

[Zope-Checkins] SVN: Zope/branches/2.10-with-ZODB3.8/ this branch is closed as the changes necessary for blob integration are now done via a monkey patch (so that official zope releases can be used)

2008-01-24 Thread Andreas Zeidler
Log message for revision 83153: this branch is closed as the changes necessary for blob integration are now done via a monkey patch (so that official zope releases can be used) Changed: D Zope/branches/2.10-with-ZODB3.8/ -=- ___ Zope-Checkins

[Zope-Checkins] SVN: Zope/branches/witsch-zope2.11-with-standard-docutils/ this branch is closed as it was superseded by 'philikon-zope2.11-with-standard-docutils'

2008-01-24 Thread Andreas Zeidler
Log message for revision 83154: this branch is closed as it was superseded by 'philikon-zope2.11-with-standard-docutils' Changed: D Zope/branches/witsch-zope2.11-with-standard-docutils/ -=- ___ Zope-Checkins maillist - Zope-Checkins@zope.org

[Zope-Checkins] SVN: Zope/trunk/ Acquisition wrappers now correctly proxy `__iter__`.

2009-01-21 Thread Andreas Zeidler
Log message for revision 94905: Acquisition wrappers now correctly proxy `__iter__`. Changed: U Zope/trunk/doc/CHANGES.txt U Zope/trunk/lib/python/Acquisition/_Acquisition.c U Zope/trunk/lib/python/Acquisition/tests.py -=- Modified: Zope/trunk/doc/CHANGES.txt

[Zope-Checkins] SVN: Zope/branches/2.11/ backport r94905 to 2.11: Acquisition wrappers now correctly proxy `__iter__`.

2009-01-21 Thread Andreas Zeidler
Log message for revision 94906: backport r94905 to 2.11: Acquisition wrappers now correctly proxy `__iter__`. Changed: U Zope/branches/2.11/doc/CHANGES.txt U Zope/branches/2.11/lib/python/Acquisition/_Acquisition.c U Zope/branches/2.11/lib/python/Acquisition/tests.py -=-

[Zope-Checkins] SVN: Zope/branches/2.10/ backport r94905 to 2.10: Acquisition wrappers now correctly proxy `__iter__`.

2009-01-21 Thread Andreas Zeidler
Log message for revision 94907: backport r94905 to 2.10: Acquisition wrappers now correctly proxy `__iter__`. Changed: U Zope/branches/2.10/doc/CHANGES.txt U Zope/branches/2.10/lib/python/Acquisition/_Acquisition.c U Zope/branches/2.10/lib/python/Acquisition/tests.py -=-

[Zope-Checkins] SVN: Zope/branches/2.11/lib/python/Acquisition/ backport r99191 to 2.11

2009-04-15 Thread Andreas Zeidler
Log message for revision 99192: backport r99191 to 2.11 Changed: U Zope/branches/2.11/lib/python/Acquisition/_Acquisition.c U Zope/branches/2.11/lib/python/Acquisition/tests.py -=- Modified: Zope/branches/2.11/lib/python/Acquisition/_Acquisition.c

[Zope-Checkins] SVN: Zope/branches/2.10/lib/python/Acquisition/ backport r99191 to 2.10

2009-04-15 Thread Andreas Zeidler
Log message for revision 99193: backport r99191 to 2.10 Changed: U Zope/branches/2.10/lib/python/Acquisition/_Acquisition.c U Zope/branches/2.10/lib/python/Acquisition/tests.py -=- Modified: Zope/branches/2.10/lib/python/Acquisition/_Acquisition.c

[Zope-Checkins] SVN: Zope/branches/2.12/src/ZPublisher/BaseRequest.py update for r104360/104361: event subscribers might still need the zodb, so `clear` must not be called before `notify` as otherwise

2009-10-15 Thread Andreas Zeidler
Log message for revision 105078: update for r104360/104361: event subscribers might still need the zodb, so `clear` must not be called before `notify` as otherwise `self._held=None` might close the connection (refs LP #414757) Changed: U Zope/branches/2.12/src/ZPublisher/BaseRequest.py

[Zope-Checkins] SVN: Zope/trunk/src/ZPublisher/BaseRequest.py forward-port r105078 to trunk

2009-10-15 Thread Andreas Zeidler
Log message for revision 105079: forward-port r105078 to trunk Changed: U Zope/trunk/src/ZPublisher/BaseRequest.py -=- Modified: Zope/trunk/src/ZPublisher/BaseRequest.py === --- Zope/trunk/src/ZPublisher/BaseRequest.py

[Zope-Checkins] SVN: Zope/branches/2.11/lib/python/ZPublisher/BaseRequest.py back-port r105078 to 2.11

2009-10-15 Thread Andreas Zeidler
Log message for revision 105080: back-port r105078 to 2.11 Changed: U Zope/branches/2.11/lib/python/ZPublisher/BaseRequest.py -=- Modified: Zope/branches/2.11/lib/python/ZPublisher/BaseRequest.py === ---

[Zope-Checkins] SVN: Zope/branches/2.10/lib/python/ZPublisher/BaseRequest.py back-port r105078 to 2.10

2009-10-15 Thread Andreas Zeidler
Log message for revision 105081: back-port r105078 to 2.10 Changed: U Zope/branches/2.10/lib/python/ZPublisher/BaseRequest.py -=- Modified: Zope/branches/2.10/lib/python/ZPublisher/BaseRequest.py === ---

[Zope-Checkins] SVN: Zope/branches/2.10/ backport support for testing against storages other than `DemoStorage` (r80357:80358) from Zope 2.11

2009-10-31 Thread Andreas Zeidler
Log message for revision 105407: backport support for testing against storages other than `DemoStorage` (r80357:80358) from Zope 2.11 Changed: U Zope/branches/2.10/doc/CHANGES.txt U Zope/branches/2.10/lib/python/Testing/custom_zodb.py -=- Modified:

[Zope-Checkins] SVN: Zope/branches/2.13/ fix `LazyMap` to avoid unnecessary function calls when not accessing items in order (fixes http://dev.plone.org/plone/ticket/9018)

2010-12-14 Thread Andreas Zeidler
Log message for revision 118863: fix `LazyMap` to avoid unnecessary function calls when not accessing items in order (fixes http://dev.plone.org/plone/ticket/9018) Changed: U Zope/branches/2.13/doc/CHANGES.rst U Zope/branches/2.13/src/Products/ZCatalog/Lazy.py U

[Zope-Checkins] SVN: Zope/branches/2.12/ back-port c118863 from 2.13

2010-12-14 Thread Andreas Zeidler
Log message for revision 118864: back-port c118863 from 2.13 Changed: U Zope/branches/2.12/doc/CHANGES.rst U Zope/branches/2.12/src/Products/ZCatalog/Lazy.py U Zope/branches/2.12/src/Products/ZCatalog/tests/testLazySequences.py -=- Modified: Zope/branches/2.12/doc/CHANGES.rst

[Zope-Checkins] SVN: Zope/branches/2.13/src/Products/ZCatalog/Lazy.py restore pep8 clean-ups (from c115289) accidentally reverted in c118863

2010-12-14 Thread Andreas Zeidler
Log message for revision 118895: restore pep8 clean-ups (from c115289) accidentally reverted in c118863 Changed: U Zope/branches/2.13/src/Products/ZCatalog/Lazy.py -=- Modified: Zope/branches/2.13/src/Products/ZCatalog/Lazy.py

[Zope-Checkins] SVN: Zope/branches/2.13/src/Products/ZCatalog/Lazy.py avoid pre-allocating the entire sequence, which adds unnecessary overhead in most cases. instead use a dictionary to remember the

2010-12-14 Thread Andreas Zeidler
Log message for revision 118896: avoid pre-allocating the entire sequence, which adds unnecessary overhead in most cases. instead use a dictionary to remember the already mapped sequence items. Changed: U Zope/branches/2.13/src/Products/ZCatalog/Lazy.py -=- Modified:

[Zope-Checkins] SVN: Zope/branches/2.12/src/Products/ZCatalog/Lazy.py back-port c118896 from 2.13

2010-12-15 Thread Andreas Zeidler
Log message for revision 118922: back-port c118896 from 2.13 Changed: U Zope/branches/2.12/src/Products/ZCatalog/Lazy.py -=- Modified: Zope/branches/2.12/src/Products/ZCatalog/Lazy.py === ---

[Zope-Checkins] SVN: Zope/branches/2.12/src/Products/ZCatalog/Lazy.py pep8 clean-up of `LazyMap`

2010-12-15 Thread Andreas Zeidler
Log message for revision 118924: pep8 clean-up of `LazyMap` Changed: U Zope/branches/2.12/src/Products/ZCatalog/Lazy.py -=- Modified: Zope/branches/2.12/src/Products/ZCatalog/Lazy.py === ---

[Zope-Checkins] SVN: Zope/trunk/ `tempstorage` should only be a test requirement as it depends on `ZODB3 [test]` itself

2012-10-13 Thread Andreas Zeidler
Log message for revision 127985: `tempstorage` should only be a test requirement as it depends on `ZODB3 [test]` itself Changed: U Zope/trunk/buildout.cfg U Zope/trunk/setup.py -=- Modified: Zope/trunk/buildout.cfg ===

[Zope-Checkins] SVN: Zope/branches/2.13/ backport r127985 onto the 2.13 branch

2012-10-13 Thread Andreas Zeidler
Log message for revision 127986: backport r127985 onto the 2.13 branch Changed: U Zope/branches/2.13/buildout.cfg U Zope/branches/2.13/setup.py -=- Modified: Zope/branches/2.13/buildout.cfg === ---