[Zope-Checkins] SVN: Zope/trunk/src/ZServer/datatypes.py The getaddrinfo API provides a superset of the info provided by gethostbyname but isn't ipv4 specific.

2011-03-18 Thread Matthew Wilkes
Log message for revision 121035: The getaddrinfo API provides a superset of the info provided by gethostbyname but isn't ipv4 specific. Changed: U Zope/trunk/src/ZServer/datatypes.py -=- Modified: Zope/trunk/src/ZServer/datatypes.py

[Zope-Checkins] SVN: Zope/trunk/src/ZServer/ Detect IPv6 hosts and use the appropriate address family.

2011-03-18 Thread Matthew Wilkes
Log message for revision 121036: Detect IPv6 hosts and use the appropriate address family. Changed: U Zope/trunk/src/ZServer/medusa/http_server.py U Zope/trunk/src/ZServer/tests/test_config.py -=- Modified: Zope/trunk/src/ZServer/medusa/http_server.py

[Zope-Checkins] SVN: Zope/branches/MatthewWilkes-ipv6-support/ Initial branch for modifying Medusa and ZServer for serving over IPv6.

2011-03-16 Thread Matthew Wilkes
Log message for revision 120989: Initial branch for modifying Medusa and ZServer for serving over IPv6. Changed: A Zope/branches/MatthewWilkes-ipv6-support/ -=- ___ Zope-Checkins maillist - Zope-Checkins@zope.org

[Zope-Checkins] SVN: Zope/branches/2.12/src/Products/MailHost/mailer.py This version of mailer.py is the same as the one in zope.sendmail, modulo some whitespace changes and not all error handling fro

2010-06-30 Thread Matthew Wilkes
Log message for revision 114001: This version of mailer.py is the same as the one in zope.sendmail, modulo some whitespace changes and not all error handling from z.s being present. It should therefore be safe to make this a deprecated alias. Changed: U

[Zope-Checkins] SVN: Zope/branches/2.12/src/Products/MailHost/MailHost.py Actually use the sendmail SMTPMailer.

2010-06-30 Thread Matthew Wilkes
Log message for revision 114002: Actually use the sendmail SMTPMailer. Changed: U Zope/branches/2.12/src/Products/MailHost/MailHost.py -=- Modified: Zope/branches/2.12/src/Products/MailHost/MailHost.py === ---

[Zope-Checkins] SVN: Zope/trunk/setup.py I want to use zope.deprecation and it's in the toolkit so let's bring it in.

2010-06-29 Thread Matthew Wilkes
Log message for revision 113979: I want to use zope.deprecation and it's in the toolkit so let's bring it in. Changed: U Zope/trunk/setup.py -=- Modified: Zope/trunk/setup.py === --- Zope/trunk/setup.py 2010-06-29 15:18:21 UTC

[Zope-Checkins] SVN: Zope/trunk/src/Products/MailHost/ Remove the SMTPMailer duplicated from zope.sendmail and make its module a deprecated alias to the equivalent in z.s.

2010-06-29 Thread Matthew Wilkes
Log message for revision 113980: Remove the SMTPMailer duplicated from zope.sendmail and make its module a deprecated alias to the equivalent in z.s. Changed: U Zope/trunk/src/Products/MailHost/MailHost.py U Zope/trunk/src/Products/MailHost/mailer.py -=- Modified:

[Zope-Checkins] SVN: Zope/trunk/s Use zope.deferredimport instead of zope.deprecated for deprecations. Yay.

2010-06-29 Thread Matthew Wilkes
Log message for revision 113981: Use zope.deferredimport instead of zope.deprecated for deprecations. Yay. Changed: U Zope/trunk/setup.py U Zope/trunk/src/Products/MailHost/mailer.py -=- Modified: Zope/trunk/setup.py ===

[Zope-Checkins] SVN: Zope/trunk/lib/python/OFS/dtml/importExport.dtml Typo: identicial in export object screen. Had been annoying me.

2008-11-20 Thread Matthew Wilkes
Log message for revision 93183: Typo: identicial in export object screen. Had been annoying me. Changed: U Zope/trunk/lib/python/OFS/dtml/importExport.dtml -=- Modified: Zope/trunk/lib/python/OFS/dtml/importExport.dtml ===

[Zope-Checkins] SVN: Zope/trunk/lib/python/ Move ZEO include to 3.8 branch until new tag is made

2008-11-17 Thread Matthew Wilkes
Log message for revision 93058: Move ZEO include to 3.8 branch until new tag is made Changed: _U Zope/trunk/lib/python/ -=- Property changes on: Zope/trunk/lib/python ___ Modified: svn:externals - BTrees

[Zope-Checkins] SVN: Zope/branches/2.11/lib/python/Zope2/App/ Backported DoomedTransaction handling from trunk r92792 to 2.11 branch

2008-11-05 Thread Matthew Wilkes
Log message for revision 92793: Backported DoomedTransaction handling from trunk r92792 to 2.11 branch Changed: U Zope/branches/2.11/lib/python/Zope2/App/startup.py A Zope/branches/2.11/lib/python/Zope2/App/tests/testDoomedTransaction.py -=- Modified:

[Zope-Checkins] SVN: Zope/branches/2.11/lib/python/Zope2/App/startup.py Good catch Sidnei, damn you unexpected merge

2008-11-05 Thread Matthew Wilkes
Log message for revision 92794: Good catch Sidnei, damn you unexpected merge Changed: U Zope/branches/2.11/lib/python/Zope2/App/startup.py -=- Modified: Zope/branches/2.11/lib/python/Zope2/App/startup.py === ---

[Zope-Checkins] SVN: Zope/trunk/lib/python/Zope2/App/ Add check for doomed transactions in default transaction manager, abort silently if the tm tries to commit a doomed transaction

2008-11-05 Thread Matthew Wilkes
Log message for revision 92792: Add check for doomed transactions in default transaction manager, abort silently if the tm tries to commit a doomed transaction Changed: U Zope/trunk/lib/python/Zope2/App/startup.py A Zope/trunk/lib/python/Zope2/App/tests/testDoomedTransaction.py -=-

[Zope-Checkins] SVN: Zope/trunk/utilities/mkzopeinstance.py Make the SHA usage in mkzopeinstance a conditional import. Re-adds Python2.4 compatibility

2008-10-27 Thread Matthew Wilkes
Log message for revision 92606: Make the SHA usage in mkzopeinstance a conditional import. Re-adds Python2.4 compatibility Changed: U Zope/trunk/utilities/mkzopeinstance.py -=- Modified: Zope/trunk/utilities/mkzopeinstance.py