[Zope-Checkins] SVN: Zope/trunk/lib/python/ add tests for on-error handling in macros for errors in slot fillers; errors

2006-03-14 Thread Fred L. Drake, Jr.
Log message for revision 66017: add tests for on-error handling in macros for errors in slot fillers; errors in the filler can now be handled by the macro, as intended Changed: U Zope/trunk/lib/python/Products/PageTemplates/tests/testDTMLTests.py U Zope/trunk/lib/python/TAL/TALInter

[Zope-Checkins] CVS: Packages/TAL - TALInterpreter.py:1.78.4.7.24.1

2006-03-14 Thread Fred L. Drake, Jr.
Update of /cvs-repository/Packages/TAL In directory cvs.zope.org:/tmp/cvs-serv1857/lib/python/TAL Modified Files: Tag: zc-Zope-2-7-5 TALInterpreter.py Log Message: add tests for on-error handling in macros for errors in slot fillers; errors in the filler can now be handled by the ma

[Zope-Checkins] CVS: Products/PageTemplates/tests - testDTMLTests.py:1.8.108.1

2006-03-14 Thread Fred L. Drake, Jr.
Update of /cvs-repository/Products/PageTemplates/tests In directory cvs.zope.org:/tmp/cvs-serv1857/lib/python/Products/PageTemplates/tests Modified Files: Tag: zc-Zope-2-7-5 testDTMLTests.py Log Message: add tests for on-error handling in macros for errors in slot fillers; errors i

[Zope-Checkins] SVN: zdaemon/trunk/ convert to a zc.buildout-based buildout

2006-09-22 Thread Fred L. Drake, Jr.
Log message for revision 70352: convert to a zc.buildout-based buildout Changed: _U zdaemon/trunk/ U zdaemon/trunk/README.txt A zdaemon/trunk/bootstrap.py A zdaemon/trunk/buildout.cfg A zdaemon/trunk/setup.py _U zdaemon/trunk/src/ U zdaemon/trunk/src/zdaemon/tests/testz

[Zope-Checkins] SVN: zdaemon/trunk/ made --help option for zdoptions robust in the case that __main__.__doc__

2006-09-22 Thread Fred L. Drake, Jr.
Log message for revision 70353: made --help option for zdoptions robust in the case that __main__.__doc__ is None (the release history is seriously confused; need to decipher before another release can be made) Changed: U zdaemon/trunk/CHANGES.txt U zdaemon/trunk/src/zdaemon

[Zope-Checkins] SVN: zdaemon/branches/jim-env/src/zdaemon/README.txt fix typos

2007-01-08 Thread Fred L. Drake, Jr.
Log message for revision 71828: fix typos Changed: U zdaemon/branches/jim-env/src/zdaemon/README.txt -=- Modified: zdaemon/branches/jim-env/src/zdaemon/README.txt === --- zdaemon/branches/jim-env/src/zdaemon/README.txt 2007

[Zope-Checkins] SVN: zdaemon/trunk/ prepare for 2.0.0 release

2007-07-19 Thread Fred L. Drake, Jr.
Log message for revision 78213: prepare for 2.0.0 release Changed: U zdaemon/trunk/CHANGES.txt U zdaemon/trunk/setup.py -=- Modified: zdaemon/trunk/CHANGES.txt === --- zdaemon/trunk/CHANGES.txt 2007-07-20 03:12:31 UTC (re

[Zope-Checkins] SVN: zdaemon/tags/2.0.0/ release 2.0.0

2007-07-19 Thread Fred L. Drake, Jr.
Log message for revision 78214: release 2.0.0 Changed: A zdaemon/tags/2.0.0/ -=- Copied: zdaemon/tags/2.0.0 (from rev 78213, zdaemon/trunk) ___ Zope-Checkins maillist - Zope-Checkins@zope.org http://mail.zope.org/mailman/listinfo/zope-checkins

[Zope-Checkins] SVN: zdaemon/trunk/setup.py bump version number for next release

2007-07-19 Thread Fred L. Drake, Jr.
Log message for revision 78215: bump version number for next release Changed: U zdaemon/trunk/setup.py -=- Modified: zdaemon/trunk/setup.py === --- zdaemon/trunk/setup.py 2007-07-20 03:41:22 UTC (rev 78214) +++ zdaemon/tru

[Zope-Checkins] SVN: Zope/trunk/lib/python/ZConfig/ remove ZConfig copy, in preparation for converting to an svn:external

2005-05-18 Thread Fred L. Drake, Jr.
Log message for revision 30403: remove ZConfig copy, in preparation for converting to an svn:external Changed: D Zope/trunk/lib/python/ZConfig/ -=- ___ Zope-Checkins maillist - Zope-Checkins@zope.org http://mail.zope.org/mailman/listinfo/zope-ch

[Zope-Checkins] SVN: Zope/trunk/lib/python/ add reference to ZConfig as an external

2005-05-18 Thread Fred L. Drake, Jr.
Log message for revision 30404: add reference to ZConfig as an external Changed: _U Zope/trunk/lib/python/ -=- Property changes on: Zope/trunk/lib/python ___ Name: svn:externals - zope svn://svn.zope.org/repos/mai

[Zope-Checkins] SVN: Zope/trunk/lib/python/ZServer/component.xml fix server address datatypes; these addresses are used for binding only

2005-05-18 Thread Fred L. Drake, Jr.
Log message for revision 30405: fix server address datatypes; these addresses are used for binding only Changed: U Zope/trunk/lib/python/ZServer/component.xml -=- Modified: Zope/trunk/lib/python/ZServer/component.xml === --- Zo

[Zope-Checkins] SVN: Zope/trunk/lib/python/Zope2/Startup/zopeschema.xml use uppercase for "IP" consistently in documentation

2005-05-18 Thread Fred L. Drake, Jr.
Log message for revision 30407: use uppercase for "IP" consistently in documentation Changed: U Zope/trunk/lib/python/Zope2/Startup/zopeschema.xml -=- Modified: Zope/trunk/lib/python/Zope2/Startup/zopeschema.xml === --- Zope/tr

[Zope-Checkins] SVN: Zope/trunk/lib/python/ZServer/tests/test_config.py these tests should check for the default binding address now, not the

2005-05-18 Thread Fred L. Drake, Jr.
Log message for revision 30408: these tests should check for the default binding address now, not the inet-address default, which does not make a lot of sense for binding Changed: U Zope/trunk/lib/python/ZServer/tests/test_config.py -=- Modified: Zope/trunk/lib/python/ZServer/tests/tes

[Zope-Checkins] SVN: Zope/trunk/lib/python/ZServer/tests/test_config.py remove cruft instead of commenting it out

2005-05-18 Thread Fred L. Drake, Jr.
Log message for revision 30409: remove cruft instead of commenting it out Changed: U Zope/trunk/lib/python/ZServer/tests/test_config.py -=- Modified: Zope/trunk/lib/python/ZServer/tests/test_config.py === --- Zope/trunk/lib/pyt

[Zope-Checkins] SVN: Zope/trunk/lib/python/Products/ZCatalog/regressiontests/ avoid use of the deprecated whrandom module

2005-06-06 Thread Fred L. Drake, Jr.
Log message for revision 30673: avoid use of the deprecated whrandom module Changed: U Zope/trunk/lib/python/Products/ZCatalog/regressiontests/loadmail.py U Zope/trunk/lib/python/Products/ZCatalog/regressiontests/regressionCatalog.py -=- Modified: Zope/trunk/lib/python/Products/ZCatalo

[Zope-Checkins] SVN: zdaemon/trunk/zdctl.py try to fix borked umask handling

2005-06-06 Thread Fred L. Drake, Jr.
Log message for revision 30674: try to fix borked umask handling Changed: U zdaemon/trunk/zdctl.py -=- Modified: zdaemon/trunk/zdctl.py === --- zdaemon/trunk/zdctl.py 2005-06-07 03:26:25 UTC (rev 30673) +++ zdaemon/trunk/z

[Zope-Checkins] SVN: zdaemon/trunk/zdctl.py explain what is going on for a pair of calls to umask();

2005-06-09 Thread Fred L. Drake, Jr.
Log message for revision 30708: explain what is going on for a pair of calls to umask(); the pattern is not obvious to everyone Changed: U zdaemon/trunk/zdctl.py -=- Modified: zdaemon/trunk/zdctl.py === --- zdaemon/trunk/z

[Zope-Checkins] SVN: zdaemon/tags/zdaemon-1.1/ create a zdaemon tag that can be used with svn:externals

2005-06-09 Thread Fred L. Drake, Jr.
Log message for revision 30709: create a zdaemon tag that can be used with svn:externals Changed: A zdaemon/tags/zdaemon-1.1/ -=- Copied: zdaemon/tags/zdaemon-1.1 (from rev 30708, zdaemon/trunk) ___ Zope-Checkins maillist - Zope-Checkins@zope.o

[Zope-Checkins] SVN: Zope/trunk/ tell subversion to ignore the bin directory that can be created here

2005-08-09 Thread Fred L. Drake, Jr.
Log message for revision 37822: tell subversion to ignore the bin directory that can be created here Changed: _U Zope/trunk/ -=- Property changes on: Zope/trunk ___ Name: svn:ignore - access build inituser ZODBTests.fs* make

[Zope-Checkins] SVN: Zope/trunk/lib/python/TAL/TALInterpreter.py clean up imports to reduce differences with the Zope 3 version

2005-08-09 Thread Fred L. Drake, Jr.
Log message for revision 37823: clean up imports to reduce differences with the Zope 3 version Changed: U Zope/trunk/lib/python/TAL/TALInterpreter.py -=- Modified: Zope/trunk/lib/python/TAL/TALInterpreter.py === --- Zope/trunk/

[Zope-Checkins] SVN: Zope/trunk/lib/python/TAL/TALInterpreter.py avoid a number of superfluous differences between the Zope 2 and Zope 3

2005-08-09 Thread Fred L. Drake, Jr.
Log message for revision 37824: avoid a number of superfluous differences between the Zope 2 and Zope 3 implementations of the TAL interpreter Changed: U Zope/trunk/lib/python/TAL/TALInterpreter.py -=- Modified: Zope/trunk/lib/python/TAL/TALInterpreter.py ==

[Zope-Checkins] SVN: Zope/trunk/lib/python/TAL/TALInterpreter.py backport some docstrings from the Zope 3 version

2005-08-09 Thread Fred L. Drake, Jr.
Log message for revision 37826: backport some docstrings from the Zope 3 version Changed: U Zope/trunk/lib/python/TAL/TALInterpreter.py -=- Modified: Zope/trunk/lib/python/TAL/TALInterpreter.py === --- Zope/trunk/lib/python/TAL

[Zope-Checkins] SVN: Zope/trunk/lib/python/TAL/TALInterpreter.py avoid minor difference between the Zope 2 and Zope 3 versions

2005-08-09 Thread Fred L. Drake, Jr.
Log message for revision 37827: avoid minor difference between the Zope 2 and Zope 3 versions Changed: U Zope/trunk/lib/python/TAL/TALInterpreter.py -=- Modified: Zope/trunk/lib/python/TAL/TALInterpreter.py === --- Zope/trunk/l

[Zope-Checkins] SVN: Zope/trunk/lib/python/TAL/TALInterpreter.py another spurious difference avoided between Zopes:

2005-08-10 Thread Fred L. Drake, Jr.
Log message for revision 37839: another spurious difference avoided between Zopes: use the pushStream/popStream model from the Zope 3 codebase instead of the interpretWithStream model. The two are entirely equivalent in context, but I think the push/pop model offers more flexibility in the

[Zope-Checkins] SVN: Zope/trunk/lib/python/TAL/TALInterpreter.py ensure instance variable is initialized (same as Zope 3 version)

2005-08-15 Thread Fred L. Drake, Jr.
Log message for revision 37937: ensure instance variable is initialized (same as Zope 3 version) Changed: U Zope/trunk/lib/python/TAL/TALInterpreter.py -=- Modified: Zope/trunk/lib/python/TAL/TALInterpreter.py === --- Zope/trun

[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

[Zope-Checkins] SVN: Zope/trunk/ make the initgroups extension a package; zpkg is still happier working with

2005-08-26 Thread Fred L. Drake, Jr.
Log message for revision 38106: make the initgroups extension a package; zpkg is still happier working with packages than single pieces Changed: D Zope/trunk/lib/Components/initgroups/ A Zope/trunk/lib/python/initgroups/ A Zope/trunk/lib/python/initgroups/__init__.py A Zope/

[Zope-Checkins] SVN: Zope/trunk/lib/python/initgroups/ tell Subversion to ignore the compiled extension

2005-08-26 Thread Fred L. Drake, Jr.
Log message for revision 38107: tell Subversion to ignore the compiled extension Changed: _U Zope/trunk/lib/python/initgroups/ -=- Property changes on: Zope/trunk/lib/python/initgroups ___ Name: svn:ignore + _initgroups.so

[Zope-Checkins] SVN: Zope/trunk/lib/python/Persistence/DEPENDENCIES.cfg update dependencies information to match reality

2005-08-26 Thread Fred L. Drake, Jr.
Log message for revision 38108: update dependencies information to match reality Changed: U Zope/trunk/lib/python/Persistence/DEPENDENCIES.cfg -=- Modified: Zope/trunk/lib/python/Persistence/DEPENDENCIES.cfg === --- Zope/trunk/

[Zope-Checkins] SVN: Zope/trunk/lib/python/ add preliminary packaging metadata

2005-08-26 Thread Fred L. Drake, Jr.
Log message for revision 38109: add preliminary packaging metadata Changed: A Zope/trunk/lib/python/AccessControl/DEPENDENCIES.cfg A Zope/trunk/lib/python/AccessControl/SETUP.cfg A Zope/trunk/lib/python/Acquisition/DEPENDENCIES.cfg A Zope/trunk/lib/python/Acquisition/SETUP.cfg

[Zope-Checkins] SVN: Zope/branches/zpkg-build-branch/ Create a branch where I can work on the zpkg build changes.

2005-08-26 Thread Fred L. Drake, Jr.
Log message for revision 38111: Create a branch where I can work on the zpkg build changes. Changed: A Zope/branches/zpkg-build-branch/ -=- Copied: Zope/branches/zpkg-build-branch (from rev 38110, Zope/trunk) ___ Zope-Checkins maillist - Zop

[Zope-Checkins] SVN: Zope/trunk/PUBLICATION.cfg initial publication metadata for Zope 2

2005-08-26 Thread Fred L. Drake, Jr.
Log message for revision 38110: initial publication metadata for Zope 2 Changed: A Zope/trunk/PUBLICATION.cfg -=- Added: Zope/trunk/PUBLICATION.cfg === --- Zope/trunk/PUBLICATION.cfg 2005-08-26 18:44:53 UTC (rev 38109) +++ Zop

[Zope-Checkins] SVN: Zope/branches/zpkg-build-branch/ snapshot current state of the zpkg build support for Zope 2.9; includes

2005-08-26 Thread Fred L. Drake, Jr.
Log message for revision 38112: snapshot current state of the zpkg build support for Zope 2.9; includes moving to newer versions of the Zope 3 and ZODB software Changed: _U Zope/branches/zpkg-build-branch/ A Zope/branches/zpkg-build-branch/SETUP.cfg _U Zope/branches/zpkg-build-bra

[Zope-Checkins] SVN: Zope/branches/philikon-zope32-integration/lib/python/ update #include directives not that headers are dealt with properly for packages

2005-10-30 Thread Fred L. Drake, Jr.
Log message for revision 39753: update #include directives not that headers are dealt with properly for packages Changed: U Zope/branches/philikon-zope32-integration/lib/python/AccessControl/cAccessControl.c U Zope/branches/philikon-zope32-integration/lib/python/Acquisition/_Acquisiti

[Zope-Checkins] SVN: Zope/branches/philikon-zope32-integration/ start cleaning out the trash; there is more...

2005-10-30 Thread Fred L. Drake, Jr.
Log message for revision 39755: start cleaning out the trash; there is more... (the Zope 2 makefile does way too much...) Changed: U Zope/branches/philikon-zope32-integration/configure U Zope/branches/philikon-zope32-integration/inst/Makefile.in U Zope/branches/philikon-zope32-i