June 2007 Archives by subject
Starting: Fri Jun 1 18:49:26 EST 2007
Ending: Fri Jun 29 06:12:03 EST 2007
Messages: 154
- [Zope-Checkins]
SVN: Products.Five/branches/1.4-objectcopiedeventdispatcher/
Park fix for #2307 on a branch until Zope 2.9.8 has arrived.
Stefan H. Holek
- [Zope-Checkins]
SVN: Products.Five/branches/philikon-aq-and-__parent__/
Make a branch of Five from trunk at r70998 for the aq vs.
__parent__ work
Hanno Schlichting
- [Zope-Checkins]
SVN: Products.Five/branches/philikon-aq-and-__parent__/
Next attempt of making a branch of Five trunk,
now from r70998. Including the Five from Zope trunk turned out to be
to difficult because of various other changes...
Hanno Schlichting
- [Zope-Checkins]
SVN: Products.Five/branches/philikon-aq-and-__parent__/
Removed dead branch again, Five trunk is empty...
Hanno Schlichting
- [Zope-Checkins]
SVN: Products.Five/branches/philikon-aq-and-__parent__/browser/providerexpression.py
Added explanation about the last test failure that happens
with providerexpressions / viewlets.
Hanno Schlichting
- [Zope-Checkins]
SVN: Zope/branches/2.10-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 anymore (and can be removed)
Andreas Zeidler
- [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 `checkWithoutMVCCRaisesReadConflict` won't raise a
`ReadConflictError` either
Andreas Zeidler
- [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
Andreas Zeidler
- [Zope-Checkins]
SVN: Zope/branches/2.10/lib/python/OFS/Application.py
Extract package installation code into its own function so it
can be reused.
Stefan H. Holek
- [Zope-Checkins]
SVN: Zope/branches/2.10/lib/python/Testing/ZopeTestCase/
Add hasPackage and installPackage functions for dealing with
"products"
Stefan H. Holek
- [Zope-Checkins]
SVN: Zope/branches/2.10/lib/python/Testing/ZopeTestCase/
hasPackage consulted the wrong registry, oops.
Stefan H. Holek
- [Zope-Checkins]
SVN: Zope/branches/2.10/lib/python/Testing/ZopeTestCase/
Provide access to test globs in doctest setUp and tearDown.
Stefan H. Holek
- [Zope-Checkins]
SVN: Zope/branches/2.10/lib/python/Testing/ZopeTestCase/
Use a test_class to gain better control over fixture cleanup.
Stefan H. Holek
- [Zope-Checkins]
SVN: Zope/branches/2.10/lib/python/Testing/ZopeTestCase/PortalTestCase.py
Call setupCurrentSkin with REQUEST argument to shut up a
deprecation warning.
Stefan H. Holek
- [Zope-Checkins]
SVN: Zope/branches/2.10/lib/python/zope/app/EXTERNALS.txt
Collector #2265: updated EXTERNALS.txt
Andreas Jung
- [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 anymore (and can be removed)
Andreas Zeidler
- [Zope-Checkins]
SVN: Zope/branches/2.9-with-ZODB3.8/lib/python/tempstorage/tests/testTemporaryStorage.py
DB.open() doesn't support the `mvcc` parameter in ZODB 3.8,
so `checkWithoutMVCCRaisesReadConflict` won't raise a
`ReadConflictError` either
Andreas Zeidler
- [Zope-Checkins]
SVN: Zope/branches/2.9-with-ZODB3.8/lib/python/zope/
updated externals, after zope.proxy was moved in r75161
Andreas Zeidler
- [Zope-Checkins]
SVN: Zope/branches/2.9/lib/python/Testing/ZopeTestCase/
Provide access to test globs in doctest setUp and tearDown.
Stefan H. Holek
- [Zope-Checkins]
SVN: Zope/branches/philikon-aq-and-__parent__/lib/python/Acquisition/
First attempt to fix 'Acquisition problem' when encountering
cyclic hierarchies via __parent__ pointers. [hannosch, nouri]
Hanno Schlichting
- [Zope-Checkins]
SVN: Zope/branches/philikon-aq-and-__parent__/lib/python/Products/
Use our own new branch of Five
Hanno Schlichting
- [Zope-Checkins]
SVN: Zope/branches/philikon-aq-and-__parent__/lib/python/Shared/DC/Scripts/Bindings.py
Added comment that marks the place in UnauthorizedBinding
where the one test failure happens in
test_bound_used_context_method_w_roles and why that might happen.
Hanno Schlichting
- [Zope-Checkins]
SVN: Zope/branches/philikon-aq-and-__parent__/lib/python/Shared/DC/Scripts/Bindings.py
Found and fixed the you_lose problem found during tests for
the UnauthorizedBinding. We define our own __parent__ method
on it now. See more explanation in the comment.
Hanno Schlichting
- [Zope-Checkins]
SVN: Zope/branches/philikon-aq-and-__parent__/lib/python/Shared/DC/Scripts/Bindings.py
Note result from comparing the code with Zope trunk.
Hanno Schlichting
- [Zope-Checkins]
SVN: Zope/branches/philikon-aq-and-__parent__/lib/python/Shared/DC/Scripts/Bindings.py
Read that mail again,
we agreed on raising an AttributeError instead of returning None.
Hanno Schlichting
- [Zope-Checkins]
SVN: Zope/branches/philikon-aq-and-__parent__/lib/python/Shared/DC/Scripts/Bindings.py
Turned method into a property, as per philiKON's suggestion.
Hanno Schlichting
- [Zope-Checkins]
SVN: Zope/branches/philikon-zope2.11-with-standard-docutils/
Alternate approach to shipping with a standard docutils
distribution and still preserving security
Philipp von Weitershausen
- [Zope-Checkins]
SVN: Zope/branches/philikon-zope2.11-with-standard-docutils/lib/python/
Alternate approach to forbidding file inclusion in
reStructuredText that's used from Zope:
Philipp von Weitershausen
- [Zope-Checkins]
SVN: Zope/branches/philikon-zope2.11-with-standard-docutils/lib/python/reStructuredText/tests/testReST.py
Harden tests a bit and add a test that actually checks
whether the monkey patch
Philipp von Weitershausen
- [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
Andreas Zeidler
- [Zope-Checkins]
SVN: Zope/branches/witsch-2.10-with-passing-zclasses-tests/lib/python/
changed externals to use the zodb 3.7 branch
Andreas Zeidler
- [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 possible to use the regular docutils egg when eggifying
zope2...
Andreas Zeidler
- [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
Andreas Zeidler
- [Zope-Checkins]
SVN: Zope/branches/witsch-2.9-with-passing-zclasses-tests/lib/python/
changed externals to use the zodb 3.6 branch
Andreas Zeidler
- [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 can be used (i.e. an egg)
Andreas Zeidler
- [Zope-Checkins]
SVN: Zope/branches/Zope-2_8-branch/lib/python/Testing/ZopeTestCase/
Provide access to test globs in doctest setUp and tearDown.
Stefan H. Holek
- [Zope-Checkins]
SVN: Zope/branches/Zope211-3.4-integration/doc/CHANGES.txt
Andreas Jung
- [Zope-Checkins]
SVN: Zope/branches/Zope211-3.4-integration/doc/CHANGES.txt
integrated theuni's additional test from 2.11 (see r73132)
Andreas Jung
- [Zope-Checkins]
SVN: Zope/branches/Zope211-3.4-integration/doc/CHANGES.txt
ZODB 3.8/Zope 3.4 Integration
Andreas Jung
- [Zope-Checkins]
SVN: Zope/branches/Zope211-3.4-integration/lib/python/
fixed external for pytz
Andreas Jung
- [Zope-Checkins]
SVN: Zope/branches/Zope211-3.4-integration/lib/python/
removed hardcoded revisions
Andreas Jung
- [Zope-Checkins]
SVN: Zope/branches/Zope211-3.4-integration/lib/python/
using zodbcode satellite
Andreas Jung
- [Zope-Checkins]
SVN: Zope/branches/Zope211-3.4-integration/lib/python/Products/
fixes for Zope 2.11 integration
Andreas Jung
- [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" instead of "Ok",
and since "200" is distinct enough the "..." should be okay
Andreas Zeidler
- [Zope-Checkins]
SVN: Zope/branches/Zope211-3.4-integration/lib/python/Products/Five/form/tests/forms.txt
fixed tests
Andreas Jung
- [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
Andreas Zeidler
- [Zope-Checkins]
SVN: Zope/branches/Zope211-3.4-integration/lib/python/Products/Transience/tests/testCounters.py
removed tests since db.open(synch) is no longer available
within the ZODB
Andreas Jung
- [Zope-Checkins]
SVN: Zope/branches/Zope211-3.4-integration/lib/python/reStructuredText/__init__.py
corrected required version numbers
Andreas Zeidler
- [Zope-Checkins]
SVN: Zope/branches/Zope211-3.4-integration/lib/python/tempstorage/tests/testTemporaryStorage.py
removed obsolete tests since db.open() on longer supports the
'synch' parameter
Andreas Jung
- [Zope-Checkins]
SVN: Zope/branches/Zope211-3.4-integration/lib/python/zope/
fixed externals
Andreas Jung
- [Zope-Checkins]
SVN: Zope/branches/Zope211-3.4-integration/lib/python/zope/
updated svn.externals
Andreas Jung
- [Zope-Checkins]
SVN: Zope/branches/Zope211-3.4-integration/lib/python/zope/
using Zope3 trunk
Andreas Jung
- [Zope-Checkins]
SVN: Zope/branches/Zope211-3.4-integration/lib/python/zope/app/
fixed externals
Andreas Jung
- [Zope-Checkins]
SVN: Zope/branches/Zope211-3.4-integration/lib/python/zope/app/
switching to satellites
Andreas Jung
- [Zope-Checkins]
SVN: Zope/branches/Zope211-3.4-integration/lib/python/ZPublisher/
integrated theuni's additional test from 2.11 (see r73132)
Andreas Jung
- [Zope-Checkins]
SVN: Zope/branches/Zope211-3.4-integration/lib/python/ZPublisher/HTTPRequest.py
re-added support for 'method'
Andreas Jung
- [Zope-Checkins]
SVN: Zope/branches/Zope211-3.4-integration/lib/python/ZPublisher/tests/testHTTPRequest.py
reverted more (probably) accidental changes from r76217
Andreas Zeidler
- [Zope-Checkins]
SVN: Zope/branches/Zope211-3.4-integration/THIS-BRANCH-IS-RETIRED-AND-HAS-BEEN-MERGED-INTO-THE-ZOPE-TRUNK
branch is retired
Andreas Jung
- [Zope-Checkins]
SVN: Zope/branches/Zope211-3.4-integration/utilities/
updated ZODBTools to ZODB trunk
Andreas Jung
- [Zope-Checkins]
SVN: Zope/trunk/lib/python/Products/PythonScripts/tests/testPythonScript.py
- Collector #2295: Comments in PythonScripts could lead to syntax
Andreas Jung
- [Zope-Checkins]
SVN: Zope/trunk/lib/python/reStructuredText/__init__.py
corrected required version number of docutils
Andreas Zeidler
- [Zope-Checkins]
SVN: Zope/trunk/lib/python/Testing/ZopeTestCase/PortalTestCase.py
Call setupCurrentSkin with REQUEST argument to shut up a
deprecation warning.
Stefan H. Holek
- [Zope-Checkins]
SVN: Zope/trunk/lib/python/webdav/litmus-results.txt
Add results from most recent run of litmus WebDAV torture test.
Chris McDonough
- [Zope-Checkins]
SVN: Zope/trunk/lib/python/webdav/litmus-results.txt
Had result code wrong.
Chris McDonough
- [Zope-Checkins]
SVN: Zope/trunk/lib/python/ZPublisher/BaseRequest.py Fix typo
Wichert Akkerman
- [Zope-Checkins] SVN: Products.Five/branches/1.3/ Prepare Five 1.3.9.
Stefan H. Holek
- [Zope-Checkins] SVN: Products.Five/branches/1.3/ Protect names from
interface superclasses.
Tres Seaver
- [Zope-Checkins] SVN: Products.Five/branches/1.3/ Release management.
Tres Seaver
- [Zope-Checkins] SVN: Products.Five/branches/1.3/event.zcml
Collector #2307: ObjectCopiedEvent not dispatched to sublocations.
Stefan H. Holek
- [Zope-Checkins] SVN: Products.Five/branches/1.3/tests/event.txt Add
event.txt test that I missed last time.
Stefan H. Holek
- [Zope-Checkins] SVN: Products.Five/branches/1.4/ Protect names from
interface superclasses.
Tres Seaver
- [Zope-Checkins] SVN: Products.Five/branches/1.4/ Release management.
Tres Seaver
- [Zope-Checkins] SVN: Products.Five/branches/1.4/ Revert fix for
#2307 (for now) as half of Plonistan is running Zope 2.9.7
Stefan H. Holek
- [Zope-Checkins] SVN: Products.Five/branches/1.4/CHANGES.txt Update
CHANGES.txt.
Stefan H. Holek
- [Zope-Checkins] SVN: Products.Five/branches/1.4/event.zcml
Collector #2307: ObjectCopiedEvent not dispatched to sublocations.
Stefan H. Holek
- [Zope-Checkins] SVN: Products.Five/branches/1.4/tests/event.txt
Update event.txt which I missed last time around.
Stefan H. Holek
- [Zope-Checkins] SVN: Products.Five/branches/1.5/ Collector #2307:
ObjectCopiedEvent not dispatched to sublocations.
Stefan H. Holek
- [Zope-Checkins] SVN: Products.Five/branches/1.5/ If Zope supports
it delay initialization of packages until a later moment when
a ZODB connection is available. This fixes
http://www.zope.org/Collectors/Zope/2293
Wichert Akkerman
- [Zope-Checkins] SVN: Products.Five/branches/1.5/ Prepare Five 1.5.3.
Stefan H. Holek
- [Zope-Checkins] SVN: Products.Five/branches/1.5/ Prepare Five 1.5.4.
Stefan H. Holek
- [Zope-Checkins] SVN: Products.Five/branches/1.5/ Protect names from
interface superclasses.
Tres Seaver
- [Zope-Checkins] SVN: Products.Five/branches/1.5/ Release management.
Tres Seaver
- [Zope-Checkins] SVN: Products.Five/branches/1.5/fiveconfigure.py Do
not commit if package initialization raises and Exception.
Stefan H. Holek
- [Zope-Checkins] SVN: Products.Five/tags/1.3.10/ Release management.
Tres Seaver
- [Zope-Checkins] SVN: Products.Five/tags/1.3.10/ Tag a 1.3.10
pseudo-release.
Tres Seaver
- [Zope-Checkins] SVN: Products.Five/tags/1.3.9/ Retagging Five 1.3.9.
Stefan H. Holek
- [Zope-Checkins] SVN: Products.Five/tags/1.3.9/ Tagged Five 1.3.9 at
r76830.
Stefan H. Holek
- [Zope-Checkins] SVN: Products.Five/tags/1.3.9/ Tagged Five 1.3.9 at
r76875.
Stefan H. Holek
- [Zope-Checkins] SVN: Products.Five/tags/1.4.3/ Release Five 1.4.3.
Tres Seaver
- [Zope-Checkins] SVN: Products.Five/tags/1.5.3/ Tagged Five 1.5.3 at
r76600.
Stefan H. Holek
- [Zope-Checkins] SVN: Products.Five/tags/1.5.4/ Tagged Five 1.5.4 at
r76968.
Stefan H. Holek
- [Zope-Checkins] SVN: Products.Five/tags/1.5.5/ Release management.
Tres Seaver
- [Zope-Checkins] SVN: Products.Five/tags/1.5.5/ Tag a 1.5.5
pseudo-release.
Tres Seaver
- [Zope-Checkins] SVN: Zope/branches/2.10-with-ZODB3.8/ flavour of
Zope 2.10 with ZODB 3.8 support (unofficial branch)
Andreas Zeidler
- [Zope-Checkins] SVN: Zope/branches/2.10-with-ZODB3.8/ integrated
theuni's additional test from 2.11 (see r73132)
Andreas Zeidler
- [Zope-Checkins] SVN: Zope/branches/2.10-with-ZODB3.8/lib/python/
got it wrong in r76268...
Andreas Zeidler
- [Zope-Checkins] SVN: Zope/branches/2.10-with-ZODB3.8/lib/python/
updated externals, after zodbcode was moved in r76244
Andreas Zeidler
- [Zope-Checkins] SVN: Zope/branches/2.10-with-ZODB3.8/lib/python/
use trunk of ZODB (3.8.0a1) & friends
Andreas Zeidler
- [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`)
Andreas Zeidler
- [Zope-Checkins] SVN: Zope/branches/2.10/ - Collector #2295:
Comments in PythonScripts could lead to syntax
Andreas Jung
- [Zope-Checkins] SVN: Zope/branches/2.10/ - Merge r76767 from trunk.
Fixes collector issue #1441,
adding a configuration option to enable Microsoft WebFolders to work
with Zope again, disabled by default.
Sidnei da Silva
- [Zope-Checkins] SVN: Zope/branches/2.10/ Collector #2307:
ObjectCopiedEvent not dispatched to sublocations.
Stefan H. Holek
- [Zope-Checkins] SVN: Zope/branches/2.10/ Fixed bug in
ZPublisher.BaseRequest with persistent site managers. An
EndRequestEvent was thrown after the ZODB connection was
already closed and thus the site manager not being available
anymore.
Hanno Schlichting
- [Zope-Checkins] SVN: Zope/branches/2.10/ The REQUEST should not
accept holds after it has been closed.
Stefan H. Holek
- [Zope-Checkins] SVN: Zope/branches/2.10/inst/ preparing 2.10.4
Andreas Jung
- [Zope-Checkins] SVN: Zope/branches/2.10/lib/python/ Add support for
delayed initialization of packages through a
_packages_to_initialize list on the Products package
Wichert Akkerman
- [Zope-Checkins] SVN: Zope/branches/2.10/lib/python/Products/
Stitched Five 1.5.3 tag into Zope 2.10 branch.
Stefan H. Holek
- [Zope-Checkins] SVN: Zope/branches/2.10/lib/python/Products/
Stitched Five 1.5.4 tag into Zope 2.10 branch.
Stefan H. Holek
- [Zope-Checkins] SVN: Zope/branches/2.10/lib/python/Products/ Use
Five 1.5.5.
Tres Seaver
- [Zope-Checkins] SVN: Zope/branches/2.9-with-ZODB3.8/lib/python/
updated externals, after zodbcode was moved in r76244
Andreas Zeidler
- [Zope-Checkins] SVN: Zope/branches/2.9-with-ZODB3.8/setup.py the
`winlock.c` extension no longer exists with zodb 3.8
Andreas Zeidler
- [Zope-Checkins] SVN: Zope/branches/2.9/ - Collector #2295: Comments
in PythonScripts could lead to syntax
Andreas Jung
- [Zope-Checkins] SVN: Zope/branches/2.9/ Collector #2307:
ObjectCopiedEvent not dispatched to sublocations.
Stefan H. Holek
- [Zope-Checkins] SVN: Zope/branches/2.9/ Fixed ZClass test breakage
due to non-pickleability of 'zope.interface.Implements'
Tres Seaver
- [Zope-Checkins] SVN: Zope/branches/2.9/inst/ preparing 2.9.8
Andreas Jung
- [Zope-Checkins] SVN: Zope/branches/2.9/lib/python/Products/
Stitched Five 1.3.9 tag into Zope 2.9 branch.
Stefan H. Holek
- [Zope-Checkins] SVN: Zope/branches/2.9/lib/python/Products/ Use new
Five 1.3.10.
Tres Seaver
- [Zope-Checkins] SVN: Zope/branches/witsch- it was branched from
trunk, of course...
Andreas Zeidler
- [Zope-Checkins] SVN: Zope/branches/Zope211-3.4-integration/ trying
to get Zope 3.4 integrated with the current Zope trunk for
the next 2.11 release
Andreas Jung
- [Zope-Checkins] SVN: Zope/branches/Zope211-3.4-integration/setup.py
backported btree fixes
Andreas Jung
- [Zope-Checkins] SVN: Zope/branches/Zope211-3.4-integration/setup.py
some zeo* scripts moved to ZEO/scripts
Andreas Jung
- [Zope-Checkins] SVN: Zope/branches/Zope211-3.4-integration/setup.py
winlock no longer exists
Andreas Jung
- [Zope-Checkins] SVN: Zope/tags/2.10.4/ 2.10.4
Andreas Jung
- [Zope-Checkins] SVN: Zope/tags/2.10.4/ removed
Andreas Jung
- [Zope-Checkins] SVN: Zope/tags/2.10.4/2.10/ Zope 2.10.4
Andreas Jung
- [Zope-Checkins] SVN: Zope/tags/2.9.8/ removed
Andreas Jung
- [Zope-Checkins] SVN: Zope/tags/2.9.8/ zope 2.9.8
Andreas Jung
- [Zope-Checkins] SVN: Zope/trunk/ - DAV: compatibility with Windows
Web Folders restored by adding
Sidnei da Silva
- [Zope-Checkins] SVN: Zope/trunk/ - DAV: litmus "notowner_modify"
tests warn during a MOVE request
Chris McDonough
- [Zope-Checkins] SVN: Zope/trunk/ DAV: litmus'
cond_put_corrupt_token test (#18) exposed a bug
Chris McDonough
- [Zope-Checkins] SVN: Zope/trunk/ DAV: litmus' cond_put_unlocked
test (#22) exposed a bug in
Chris McDonough
- [Zope-Checkins] SVN: Zope/trunk/ litmus props tests 19:
propvalnspace and 20:
Chris McDonough
- [Zope-Checkins] SVN: Zope/trunk/ Merged 2.10 branch r77227:77228
into the trunk.
Stefan H. Holek
- [Zope-Checkins] SVN: Zope/trunk/ Merged r77042 from the 2.10 branch.
Hanno Schlichting
- [Zope-Checkins] SVN: Zope/trunk/ merging Zope211-3.4-integration
branch
Andreas Jung
- [Zope-Checkins] SVN: Zope/trunk/ Protect names from interface
superclasses.
Tres Seaver
- [Zope-Checkins] SVN: Zope/trunk/ Revert code that fixed litmus
cond_put_corrupt_token and fail_cond_put_unlock tests,
because the fix broke (the more important) lock_collection test.
Chris McDonough
- [Zope-Checkins] SVN: Zope/trunk/ Tests 15 (propnullns) and 16
(propget) from the props suite
Chris McDonough
- [Zope-Checkins] SVN: Zope/trunk/ When attempting to unlock a
resource with a token that the
Chris McDonough
- [Zope-Checkins] SVN: Zope/trunk/doc/CHANGES.txt - Collector #2295:
Comments in PythonScripts could lead to syntax
Andreas Jung
- [Zope-Checkins] SVN: Zope/trunk/doc/CHANGES.txt typo
Andreas Jung
- [Zope-Checkins] SVN: Zope/trunk/lib/python/ Delay registration of
python packages until a moment when a ZODB connection is
available http://www.zope.org/Collectors/Zope/2293
Wichert Akkerman
- [Zope-Checkins] SVN: Zope/trunk/lib/python/ Forward port
packages-as-products refactoring from 2.10 branch.
Stefan H. Holek
- [Zope-Checkins] SVN: Zope/trunk/lib/python/ ordering
Andreas Jung
- [Zope-Checkins] SVN: Zope/trunk/lib/python/ Point to the one and
only RestrictedPython we now have (the one that has been set free
Philipp von Weitershausen
- [Zope-Checkins] SVN: Zope/trunk/lib/python/ Remove deprecated stuff
that's scheduled for removal in Zope 2.11
Philipp von Weitershausen
- [Zope-Checkins] SVN: Zope/trunk/lib/python/ using RestrictedPython
V 3.4.1
Andreas Jung
- [Zope-Checkins] SVN: Zope/trunk/lib/python/Interface/tests/ Use
standard doctest.DocFileSuite, no need for ZopeTestCase...
Philipp von Weitershausen
- [Zope-Checkins] SVN: Zope/trunk/lib/python/OFS/ I hate unclean
checkouts...
Wichert Akkerman
- [Zope-Checkins] SVN: Zope/trunk/lib/python/Testing/ZopeTestCase/
Provide access to test globs in doctest setUp and tearDown.
Stefan H. Holek
- [Zope-Checkins] SVN: Zope/trunk/lib/python/webdav/ The stringio
return value is used during recursion, the deleted test asserted
Chris McDonough
- [Zope-Checkins] SVN: Zope/trunk/lib/python/zope/ disabled fsync
(tests failing)
Andreas Jung
- [Zope-Checkins] SVN: Zope/trunk/lib/python/zope/app/ reordered
externals
Andreas Jung
- [Zope-Checkins] SVN: Zope/trunk/lib/python/zope/app/EXTERNALS.txt
Collector #2265: updated EXTERNALS.txt
Andreas Jung
Last message date:
Fri Jun 29 06:12:03 EST 2007
Archived on: Sun Mar 9 18:00:12 EST 2008
This archive was generated by
Pipermail 0.09 (Mailman edition).