[Zope-Checkins] SVN: Zope/trunk/lib/python/AccessControl/Permissions.py - Forward port missing change from 2.7 branch. Humm, 1 year, 22 weeks ago, according to: http://thread.gmane.org/gmane.comp.web

2005-04-04 Thread Sidnei da Silva
Log message for revision 29877: - Forward port missing change from 2.7 branch. Humm, 1 year, 22 weeks ago, according to: http://thread.gmane.org/gmane.comp.web.zope.cvs/11080 Changed: U Zope/trunk/lib/python/AccessControl/Permissions.py -=- Modified:

[Zope-Checkins] CVS: Packages/ZEO - component.xml:1.4.6.1 mkzeoinst.py:1.18.8.4 runzeo.py:1.15.6.5

2005-04-12 Thread Sidnei da Silva
Update of /cvs-repository/Packages/ZEO In directory cvs.zope.org:/tmp/cvs-serv13625 Modified Files: Tag: Zope-2_7-branch component.xml mkzeoinst.py runzeo.py Log Message: * Borrow Zope's 'Signal' mechanism for Windows, if available, to implement clean shutdown and log rotation

[Zope-Checkins] CVS: Zope/skel/bin - zopeservice.py.in:1.1.2.10

2005-04-12 Thread Sidnei da Silva
Update of /cvs-repository/Zope/skel/bin In directory cvs.zope.org:/tmp/cvs-serv27740/skel/bin Modified Files: Tag: Zope-2_7-branch zopeservice.py.in Log Message: Major service enhancements. Service cleanly shuts down child, and if child fails the tail of the process output (which

[Zope-Checkins] CVS: Zope/lib/python/nt_svcutils - service.py:1.1.2.3

2005-04-13 Thread Sidnei da Silva
Update of /cvs-repository/Zope/lib/python/nt_svcutils In directory cvs.zope.org:/tmp/cvs-serv6352 Modified Files: Tag: Zope-2_7-branch service.py Log Message: - Don't kill the service if we can't write to the event log === Zope/lib/python/nt_svcutils/service.py 1.1.2.2 = 1.1.2.3

[Zope-Checkins] SVN: Zope/trunk/ Major service enhancements. Service cleanly shuts down child, and if child

2005-04-13 Thread Sidnei da Silva
Log message for revision 29975: Major service enhancements. Service cleanly shuts down child, and if child fails the tail of the process output (which generally contains a traceback) is written to the event log. Minor tweaks to the Windows build 'clean' process and documentation

[Zope-Checkins] SVN: Zope/trunk/lib/python/ZConfig/components/logger/loghandler.py * Implement a file handler with 'rotate'. This closes the file, attempts

2005-04-13 Thread Sidnei da Silva
Log message for revision 29977: * Implement a file handler with 'rotate'. This closes the file, attempts a rename to {filename}.last, then reopens the original name. This then makes the log available for another process to perform the rotation logic on. This log handler is only

[Zope-Checkins] CVS: Zope/inst - Makefile.win.in:1.6.2.5

2005-04-21 Thread Sidnei da Silva
Update of /cvs-repository/Zope/inst In directory cvs.zope.org:/tmp/cvs-serv16981 Modified Files: Tag: Zope-2_7-branch Makefile.win.in Log Message: - A quote too much there === Zope/inst/Makefile.win.in 1.6.2.4 = 1.6.2.5 === --- Zope/inst/Makefile.win.in:1.6.2.4 Wed Apr 13

[Zope-Checkins] SVN: Zope/trunk/lib/python/ZServer/ - Make it so webdav-source server is distinguishable from the default http server in the ZMI and event.log

2005-05-20 Thread Sidnei da Silva
Log message for revision 30467: - Make it so webdav-source server is distinguishable from the default http server in the ZMI and event.log Changed: U Zope/trunk/lib/python/ZServer/HTTPServer.py U Zope/trunk/lib/python/ZServer/datatypes.py -=- Modified:

[Zope-Checkins] CVS: Zope/lib/python/ZServer - HTTPServer.py:1.46.2.5 datatypes.py:1.2.8.3

2005-05-20 Thread Sidnei da Silva
Update of /cvs-repository/Zope/lib/python/ZServer In directory cvs.zope.org:/tmp/cvs-serv16993 Modified Files: Tag: Zope-2_7-branch HTTPServer.py datatypes.py Log Message: - Make it so webdav-source server is distinguishable from the default http server in the ZMI and event.log

[Zope-Checkins] CVS: Zope/doc - CHANGES.txt:1.625.2.332

2005-05-20 Thread Sidnei da Silva
Update of /cvs-repository/Zope/doc In directory cvs.zope.org:/tmp/cvs-serv18142/doc Modified Files: Tag: Zope-2_7-branch CHANGES.txt Log Message: - Note about the change === Zope/doc/CHANGES.txt 1.625.2.331 = 1.625.2.332 === --- Zope/doc/CHANGES.txt:1.625.2.331Tue May 17

[Zope-Checkins] CVS: Packages/webdav - Resource.py:1.55.10.10

2005-06-21 Thread Sidnei da Silva
Update of /cvs-repository/Packages/webdav In directory cvs.zope.org:/tmp/cvs-serv30574/lib/python/webdav Modified Files: Tag: Zope-2_7-branch Resource.py Log Message: - WebDAV COPY and MOVE did not call '_notifyOfCopyTo' and '_postCopy' hooks like it was done in

[Zope-Checkins] CVS: Zope/doc - CHANGES.txt:1.625.2.338

2005-06-21 Thread Sidnei da Silva
Update of /cvs-repository/Zope/doc In directory cvs.zope.org:/tmp/cvs-serv30574/doc Modified Files: Tag: Zope-2_7-branch CHANGES.txt Log Message: - WebDAV COPY and MOVE did not call '_notifyOfCopyTo' and '_postCopy' hooks like it was done in OFS.CopySupport.

[Zope-Checkins] SVN: Zope/trunk/ Forward-port fix from 2.7:

2005-06-21 Thread Sidnei da Silva
Log message for revision 30875: Forward-port fix from 2.7: - WebDAV COPY and MOVE did not call '_notifyOfCopyTo' and '_postCopy' hooks like it was done in OFS.CopySupport. Additionally added 'manage_changeOwnershipType' to make MOVE behave even closer

[Zope-Checkins] SVN: Zope/branches/Zope-2_8-branch/lib/python/Products/Five/browserconfigure.py - Missing import

2005-09-21 Thread Sidnei da Silva
Log message for revision 38562: - Missing import Changed: U Zope/branches/Zope-2_8-branch/lib/python/Products/Five/browserconfigure.py -=- Modified: Zope/branches/Zope-2_8-branch/lib/python/Products/Five/browserconfigure.py

[Zope-Checkins] CVS: Packages/OFS - Image.py:1.145.2.13

2005-10-12 Thread Sidnei da Silva
Update of /cvs-repository/Packages/OFS In directory cvs.zope.org:/tmp/cvs-serv12347/lib/python/OFS Modified Files: Tag: Zope-2_7-branch Image.py Log Message: - OFS.Image.manage_FTPget() would str() it's .data attribute, potentially loading the whole file in memory as

[Zope-Checkins] CVS: Zope/doc - CHANGES.txt:1.625.2.363

2005-10-12 Thread Sidnei da Silva
Update of /cvs-repository/Zope/doc In directory cvs.zope.org:/tmp/cvs-serv12347/doc Modified Files: Tag: Zope-2_7-branch CHANGES.txt Log Message: - OFS.Image.manage_FTPget() would str() it's .data attribute, potentially loading the whole file in memory as a

[Zope-Checkins] SVN: Zope/branches/publication-refactor/lib/python/ZPublisher/ - Implemented traverseName method and changed BaseRequest to use a (singleton) publication object

2005-12-12 Thread Sidnei da Silva
Log message for revision 40746: - Implemented traverseName method and changed BaseRequest to use a (singleton) publication object Changed: U Zope/branches/publication-refactor/lib/python/ZPublisher/BaseRequest.py U

[Zope-Checkins] SVN: Zope/branches/publication-refactor/lib/python/ZPublisher/ - Make Publish.py use the new IPublication object

2005-12-12 Thread Sidnei da Silva
Log message for revision 40750: - Make Publish.py use the new IPublication object Changed: U Zope/branches/publication-refactor/lib/python/ZPublisher/BaseRequest.py U Zope/branches/publication-refactor/lib/python/ZPublisher/Publication.py U

[Zope-Checkins] SVN: Zope/branches/publication-refactor/lib/python/ZPublisher/Publication.py - Inline before_publishing_traverse handling and then fire the event

2005-12-12 Thread Sidnei da Silva
Log message for revision 40757: - Inline before_publishing_traverse handling and then fire the event Changed: U Zope/branches/publication-refactor/lib/python/ZPublisher/Publication.py -=- Modified: Zope/branches/publication-refactor/lib/python/ZPublisher/Publication.py

[Zope-Checkins] Re: SVN: Zope/branches/publication-refactor/lib/python/ZPublisher/Publi - Checkpoint before I dig into refactoring BaseRequest.py and Publish.py

2005-12-13 Thread Sidnei da Silva
On Tue, Dec 13, 2005 at 12:31:54PM +0100, Philipp von Weitershausen wrote: | Sidnei da Silva wrote: | Log message for revision 40742: | |- Checkpoint before I dig into refactoring BaseRequest.py and Publish.py | | | Changed: |A Zope/branches/publication-refactor/lib/python

[Zope-Checkins] SVN: Zope/branches/publication-refactor/lib/python/ - Another checkpoint. Enough majik to render the quickstart page, not much else.

2005-12-13 Thread Sidnei da Silva
Log message for revision 40775: - Another checkpoint. Enough majik to render the quickstart page, not much else. Changed: _U Zope/branches/publication-refactor/lib/python/ U Zope/branches/publication-refactor/lib/python/Products/Five/configure.zcml U

[Zope-Checkins] SVN: Zope/branches/Zope-2_8-branch/ - Collector #1976: FTP STOR command would load the file being

2005-12-16 Thread Sidnei da Silva
Log message for revision 40805: - Collector #1976: FTP STOR command would load the file being uploaded in memory. Changed to use a TemporaryFile. Changed: U Zope/branches/Zope-2_8-branch/doc/CHANGES.txt U

[Zope-Checkins] SVN: Zope/branches/2.9/ - Collector #1976: FTP STOR command would load the file being

2005-12-16 Thread Sidnei da Silva
Log message for revision 40806: - Collector #1976: FTP STOR command would load the file being uploaded in memory. Changed to use a TemporaryFile. Changed: U Zope/branches/2.9/doc/CHANGES.txt U Zope/branches/2.9/lib/python/ZServer/FTPRequest.py U

[Zope-Checkins] SVN: Zope/trunk/ - Collector #1976: FTP STOR command would load the file being

2005-12-16 Thread Sidnei da Silva
Log message for revision 40807: - Collector #1976: FTP STOR command would load the file being uploaded in memory. Changed to use a TemporaryFile. Changed: U Zope/trunk/doc/CHANGES.txt U Zope/trunk/lib/python/ZServer/FTPRequest.py U

[Zope-Checkins] SVN: Zope/branches/2.9/ - Collector #1939: When running as a service, Zope could

2005-12-21 Thread Sidnei da Silva
Log message for revision 40951: - Collector #1939: When running as a service, Zope could potentially collect too much log output filling the NT Event Log. When that happened, a 'print' during exception handling would cause an IOError in the restart code

[Zope-Checkins] SVN: Zope/branches/Zope-2_8-branch/test.py - Report number of failures/errors

2005-12-27 Thread Sidnei da Silva
Log message for revision 41046: - Report number of failures/errors Changed: U Zope/branches/Zope-2_8-branch/test.py -=- Modified: Zope/branches/Zope-2_8-branch/test.py === --- Zope/branches/Zope-2_8-branch/test.py

[Zope-Checkins] SVN: Zope/branches/tim-2.9-windows-installer/inst/WinBuilders/mk/ - Fetch the dependencies with curl

2006-01-19 Thread Sidnei da Silva
Log message for revision 41368: - Fetch the dependencies with curl Changed: U Zope/branches/tim-2.9-windows-installer/inst/WinBuilders/mk/common.mk U Zope/branches/tim-2.9-windows-installer/inst/WinBuilders/mk/python.mk U

[Zope-Checkins] SVN: Zope/branches/tim-2.9-windows-installer/inst/WinBuilders/mk/zope.mk - I must be blind

2006-01-19 Thread Sidnei da Silva
Log message for revision 41370: - I must be blind Changed: U Zope/branches/tim-2.9-windows-installer/inst/WinBuilders/mk/zope.mk -=- Modified: Zope/branches/tim-2.9-windows-installer/inst/WinBuilders/mk/zope.mk === ---

[Zope-Checkins] SVN: Zope/branches/Zope-2_8-branch/ - Collector #2002: fixed broken 'ls -R' functionality (didn't

2006-01-21 Thread Sidnei da Silva
Log message for revision 41393: - Collector #2002: fixed broken 'ls -R' functionality (didn't recurse properly subclasses of OFS.Folder) Changed: U Zope/branches/Zope-2_8-branch/doc/CHANGES.txt U Zope/branches/Zope-2_8-branch/lib/python/OFS/ObjectManager.py -=-

[Zope-Checkins] SVN: Zope/branches/tim-2.9-windows-installer/ - Collector #2002: fixed broken 'ls -R' functionality (didn't

2006-01-21 Thread Sidnei da Silva
Log message for revision 41394: - Collector #2002: fixed broken 'ls -R' functionality (didn't recurse properly subclasses of OFS.Folder) Changed: U Zope/branches/tim-2.9-windows-installer/doc/CHANGES.txt U

[Zope-Checkins] SVN: Zope/trunk/ - Collector #2002: fixed broken 'ls -R' functionality (didn't

2006-01-21 Thread Sidnei da Silva
Log message for revision 41395: - Collector #2002: fixed broken 'ls -R' functionality (didn't recurse properly subclasses of OFS.Folder) Changed: U Zope/trunk/doc/CHANGES.txt U Zope/trunk/lib/python/OFS/ObjectManager.py -=- Modified: Zope/trunk/doc/CHANGES.txt

[Zope-Checkins] SVN: Zope/branches/2.9/ - Collector #2002: fixed broken 'ls -R' functionality (didn't

2006-01-21 Thread Sidnei da Silva
Log message for revision 41399: - Collector #2002: fixed broken 'ls -R' functionality (didn't recurse properly subclasses of OFS.Folder) Changed: U Zope/branches/2.9/doc/CHANGES.txt U Zope/branches/2.9/lib/python/OFS/ObjectManager.py -=- Modified:

Re: [Zope-Checkins] SVN: Zope/branches/tim-2.9-windows-installer/inst/WinBuilders/mk/ Repair invocation of Inno compiler -- it doesn't ( can't) work to

2006-01-26 Thread Sidnei da Silva
). That change was so I can run: 'ISS_COMPILER=iscc.exe WinBuilders/buildout', because compile32.exe fires up the gui, and obviously that can't work with the buildbot. Obviously I just tested my command and not what worked before :( -- Sidnei da Silva Enfold Systems, LLC. http://enfoldsystems.com

Re: [Zope-Checkins] SVN: Zope/branches/tim-2.9-windows-installer/inst/WinBuilders/mk/ Repair invocation of Inno compiler -- it doesn't ( can't) work to

2006-01-26 Thread Sidnei da Silva
-- and now). | | [Sidnei da Silva] | That change was so I can run: 'ISS_COMPILER=iscc.exe | WinBuilders/buildout', because compile32.exe fires up the gui, and | obviously that can't work with the buildbot. | | I don't see why not -- no interaction with the GUI is required, it simply | pops up

[Zope-Checkins] SVN: Zope/branches/2.9/ - Missing import of NotFound in webdav.Resource.

2006-02-28 Thread Sidnei da Silva
Log message for revision 65607: - Missing import of NotFound in webdav.Resource. Changed: U Zope/branches/2.9/doc/CHANGES.txt U Zope/branches/2.9/lib/python/webdav/Resource.py -=- Modified: Zope/branches/2.9/doc/CHANGES.txt

[Zope-Checkins] SVN: Zope/trunk/ - Missing import of NotFound in webdav.Resource.

2006-02-28 Thread Sidnei da Silva
Log message for revision 65608: - Missing import of NotFound in webdav.Resource. Changed: U Zope/trunk/doc/CHANGES.txt U Zope/trunk/lib/python/webdav/Resource.py -=- Modified: Zope/trunk/doc/CHANGES.txt === ---

[Zope-Checkins] SVN: Zope/branches/2.9/inst/ - A try at syncing the makefile.win.in with makefile.in

2006-05-12 Thread Sidnei da Silva
Log message for revision 68115: - A try at syncing the makefile.win.in with makefile.in Changed: U Zope/branches/2.9/inst/Makefile.in U Zope/branches/2.9/inst/Makefile.win.in U Zope/branches/2.9/inst/configure.py -=- Modified: Zope/branches/2.9/inst/Makefile.in

[Zope-Checkins] SVN: Zope/branches/2.9/inst/ - Restore buildout into functioning

2006-07-13 Thread Sidnei da Silva
Log message for revision 69118: - Restore buildout into functioning Changed: U Zope/branches/2.9/inst/Makefile.win.in A Zope/branches/2.9/inst/WinBuilders/bin/makezope.bat U Zope/branches/2.9/inst/WinBuilders/etc/zope.iss.in U

[Zope-Checkins] SVN: Zope/trunk/inst/ - Restore buildout into functioning

2006-07-13 Thread Sidnei da Silva
Log message for revision 69120: - Restore buildout into functioning Changed: U Zope/trunk/inst/Makefile.win.in A Zope/trunk/inst/WinBuilders/bin/makezope.bat U Zope/trunk/inst/WinBuilders/etc/zope.iss.in U Zope/trunk/inst/WinBuilders/mk/common.mk U

[Zope-Checkins] SVN: Zope/trunk/doc/CHANGES.txt - Fix usage of urljoin in webdav.davcmds

2006-07-17 Thread Sidnei da Silva
Log message for revision 69165: - Fix usage of urljoin in webdav.davcmds Changed: U Zope/trunk/doc/CHANGES.txt -=- Modified: Zope/trunk/doc/CHANGES.txt === --- Zope/trunk/doc/CHANGES.txt 2006-07-17 23:34:32 UTC (rev

[Zope-Checkins] SVN: Zope/branches/2.9/ - Fixup usage of urljoin in webdav.davcmds

2006-07-20 Thread Sidnei da Silva
Log message for revision 69225: - Fixup usage of urljoin in webdav.davcmds (a shame I missed the deadline to Zope 2.9.4) Changed: U Zope/branches/2.9/doc/CHANGES.txt U Zope/branches/2.9/lib/python/webdav/common.py U Zope/branches/2.9/lib/python/webdav/davcmds.py -=-

[Zope-Checkins] SVN: Zope/branches/2.9/ - Fix #2155: Wrong parameters being passed to logger's error().

2006-08-18 Thread Sidnei da Silva
Log message for revision 69658: - Fix #2155: Wrong parameters being passed to logger's error(). Changed: U Zope/branches/2.9/doc/CHANGES.txt U Zope/branches/2.9/lib/python/ZPublisher/BeforeTraverse.py A Zope/branches/2.9/lib/python/ZPublisher/tests/testBeforeTraverse.py -=-

[Zope-Checkins] SVN: Zope/branches/2.10/ - Fix #2155: Wrong parameters being passed to logger's error().

2006-08-18 Thread Sidnei da Silva
Log message for revision 69659: - Fix #2155: Wrong parameters being passed to logger's error(). Changed: U Zope/branches/2.10/doc/CHANGES.txt U Zope/branches/2.10/lib/python/ZPublisher/BeforeTraverse.py A Zope/branches/2.10/lib/python/ZPublisher/tests/testBeforeTraverse.py -=-

[Zope-Checkins] SVN: Zope/branches/2.10/lib/python/Products/SiteAccess/VirtualHostMonster.py - Forward port from 2.9:Apply fix for #2288 to VirtualHostMonster too

2008-03-09 Thread Sidnei da Silva
Log message for revision 73323: - Forward port from 2.9:Apply fix for #2288 to VirtualHostMonster too Changed: U Zope/branches/2.10/lib/python/Products/SiteAccess/VirtualHostMonster.py -=- Modified: Zope/branches/2.10/lib/python/Products/SiteAccess/VirtualHostMonster.py

[Zope-Checkins] SVN: Zope/trunk/lib/python/Products/SiteAccess/VirtualHostMonster.py - Forward port from 2.9:Apply fix for #2288 to VirtualHostMonster too

2008-03-09 Thread Sidnei da Silva
Log message for revision 73324: - Forward port from 2.9:Apply fix for #2288 to VirtualHostMonster too Changed: U Zope/trunk/lib/python/Products/SiteAccess/VirtualHostMonster.py -=- Modified: Zope/trunk/lib/python/Products/SiteAccess/VirtualHostMonster.py

[Zope-Checkins] SVN: Zope/trunk/ - DAV: compatibility with Windows Web Folders restored by adding

2008-03-09 Thread Sidnei da Silva
Log message for revision 76767: - DAV: compatibility with Windows Web Folders restored by adding a configuration variable that controls the sending of the non-standard MS-Author-Via and Public headers. Thanks for PatrickD for the the hard work coming up

[Zope-Checkins] SVN: Zope/branches/gsoc-python-2.5/lib/python/zope/app/ - Fix broken externals

2008-10-07 Thread Sidnei da Silva
Log message for revision 91872: - Fix broken externals Changed: _U Zope/branches/gsoc-python-2.5/lib/python/zope/app/ -=- Property changes on: Zope/branches/gsoc-python-2.5/lib/python/zope/app ___ Name: svn:externals -

[Zope-Checkins] SVN: Zope/branches/gsoc-python-2.5/lib/python/Zope2/Startup/warnfilter.py - Accept new-style classes as valid warning categories. Patch by

2008-10-07 Thread Sidnei da Silva
Log message for revision 91879: - Accept new-style classes as valid warning categories. Patch by Ranjith Kannikara, GSoC student. Changed: U Zope/branches/gsoc-python-2.5/lib/python/Zope2/Startup/warnfilter.py -=- Modified:

[Zope-Checkins] SVN: Zope/branches/gsoc-python-2.5/lib/python/AccessControl/ImplC.py - Get rid of a relative import. Python 2.6 compatibility patch, by

2008-10-07 Thread Sidnei da Silva
Log message for revision 91890: - Get rid of a relative import. Python 2.6 compatibility patch, by Ranjith Kannikara, GSoC student. Changed: U Zope/branches/gsoc-python-2.5/lib/python/AccessControl/ImplC.py -=- Modified:

[Zope-Checkins] SVN: Zope/branches/gsoc-python-2.5/lib/python/Products/PythonScripts/tests/testPythonScript.py - This test fails with a TypeError on Python 2.6, so adjust accordingly.

2008-10-07 Thread Sidnei da Silva
Log message for revision 91891: - This test fails with a TypeError on Python 2.6, so adjust accordingly. Changed: U Zope/branches/gsoc-python-2.5/lib/python/Products/PythonScripts/tests/testPythonScript.py -=- Modified:

[Zope-Checkins] SVN: Zope/branches/gsoc-python-2.5/lib/python/DocumentTemplate/ - Some PEP-328 related changes. Need to make imports conditionally

2008-10-08 Thread Sidnei da Silva
Log message for revision 91894: - Some PEP-328 related changes. Need to make imports conditionally relative using new syntax so that they work on Python 2.6. Changed: U Zope/branches/gsoc-python-2.5/lib/python/DocumentTemplate/DT_Return.py U

[Zope-Checkins] SVN: Zope/branches/gsoc-python-2.5/lib/python/Zope2/App/ - Raising a string exception generates a TypeError on Python

2008-10-08 Thread Sidnei da Silva
Log message for revision 91896: - Raising a string exception generates a TypeError on Python 2.6. Adjust tests accordingly. Changed: U Zope/branches/gsoc-python-2.5/lib/python/Zope2/App/startup.py U Zope/branches/gsoc-python-2.5/lib/python/Zope2/App/tests/testExceptionHook.py

[Zope-Checkins] SVN: Zope/branches/gsoc-python-2.5/lib/python/OFS/ - Avoid raising string exceptions. If one is found, upgrade it to InternalError and keep the original exception name as part of exc_v

2008-10-10 Thread Sidnei da Silva
Log message for revision 91977: - Avoid raising string exceptions. If one is found, upgrade it to InternalError and keep the original exception name as part of exc_value Changed: U Zope/branches/gsoc-python-2.5/lib/python/OFS/CopySupport.py U

[Zope-Checkins] SVN: Zope/branches/gsoc-python-2.5/lib/python/ZServer/ - Temporary workaround for new asyncore in Python 2.6. Need to clean this up

2008-10-10 Thread Sidnei da Silva
Log message for revision 91981: - Temporary workaround for new asyncore in Python 2.6. Need to clean this up Changed: U Zope/branches/gsoc-python-2.5/lib/python/ZServer/HTTPServer.py U Zope/branches/gsoc-python-2.5/lib/python/ZServer/medusa/http_server.py -=- Modified:

[Zope-Checkins] SVN: Zope/branches/gsoc-python-2.5/lib/python/ - Provide a helper function to upgrade a string exception to a real exception.

2008-10-10 Thread Sidnei da Silva
Log message for revision 91983: - Provide a helper function to upgrade a string exception to a real exception. Changed: U Zope/branches/gsoc-python-2.5/lib/python/DocumentTemplate/DT_Raise.py U Zope/branches/gsoc-python-2.5/lib/python/OFS/SimpleItem.py U

[Zope-Checkins] SVN: Zope/branches/gsoc-python-2.5/lib/python/zExceptions/__init__.py - Use stacklevel=2 to show calling site

2008-10-10 Thread Sidnei da Silva
Log message for revision 91986: - Use stacklevel=2 to show calling site Changed: U Zope/branches/gsoc-python-2.5/lib/python/zExceptions/__init__.py -=- Modified: Zope/branches/gsoc-python-2.5/lib/python/zExceptions/__init__.py

[Zope-Checkins] SVN: Zope/branches/gsoc-python-2.5/lib/python/zope/app/ - Update some externals to trunk versions

2008-10-13 Thread Sidnei da Silva
Log message for revision 92148: - Update some externals to trunk versions Changed: _U Zope/branches/gsoc-python-2.5/lib/python/zope/app/ -=- Property changes on: Zope/branches/gsoc-python-2.5/lib/python/zope/app ___ Name:

[Zope-Checkins] SVN: Zope/branches/gsoc-python-2.5/lib/python/ - ZODB 3.8.1b9

2008-10-13 Thread Sidnei da Silva
Log message for revision 92172: - ZODB 3.8.1b9 Changed: _U Zope/branches/gsoc-python-2.5/lib/python/ -=- Property changes on: Zope/branches/gsoc-python-2.5/lib/python ___ Name: svn:externals - BTrees

[Zope-Checkins] SVN: Zope/branches/gsoc-python-2.5/lib/python/ - Convert another string exception to normal exception

2008-10-13 Thread Sidnei da Silva
Log message for revision 92176: - Convert another string exception to normal exception Changed: U Zope/branches/gsoc-python-2.5/lib/python/DocumentTemplate/DT_Util.py U Zope/branches/gsoc-python-2.5/lib/python/Shared/DC/ZRDB/sqlvar.py -=- Modified:

[Zope-Checkins] SVN: Zope/branches/gsoc-python-2.5/lib/python/ - Cleanup DocumentTemplate module for relative imports

2008-10-13 Thread Sidnei da Silva
Log message for revision 92178: - Cleanup DocumentTemplate module for relative imports Changed: U Zope/branches/gsoc-python-2.5/lib/python/DocumentTemplate/DT_HTML.py U Zope/branches/gsoc-python-2.5/lib/python/DocumentTemplate/DT_If.py U

[Zope-Checkins] SVN: Zope/branches/gsoc-python-2.5/lib/python/zope/app/ - Update to newer zope.app.security

2008-10-13 Thread Sidnei da Silva
Log message for revision 92183: - Update to newer zope.app.security Changed: _U Zope/branches/gsoc-python-2.5/lib/python/zope/app/ -=- Property changes on: Zope/branches/gsoc-python-2.5/lib/python/zope/app ___ Name:

[Zope-Checkins] SVN: Zope/trunk/lib/python/AccessControl/ - Launchpad #282677: fixed implementation of guarded_map and

2008-10-21 Thread Sidnei da Silva
Log message for revision 92436: - Launchpad #282677: fixed implementation of guarded_map and provided tests and implementation for guarded_zip (RestrictedPython). Changed: U Zope/trunk/lib/python/AccessControl/ZopeGuards.py U

[Zope-Checkins] SVN: Zope/branches/2.9/lib/python/AccessControl/ - Launchpad #282677: fixed implementation of guarded_map and

2008-10-21 Thread Sidnei da Silva
Log message for revision 92437: - Launchpad #282677: fixed implementation of guarded_map and provided tests and implementation for guarded_zip (RestrictedPython). Changed: U Zope/branches/2.9/lib/python/AccessControl/ZopeGuards.py U

[Zope-Checkins] SVN: Zope/branches/2.9/doc/CHANGES.txt - Record last checkin

2008-10-21 Thread Sidnei da Silva
Log message for revision 92438: - Record last checkin Changed: U Zope/branches/2.9/doc/CHANGES.txt -=- Modified: Zope/branches/2.9/doc/CHANGES.txt === --- Zope/branches/2.9/doc/CHANGES.txt 2008-10-21 17:35:43 UTC (rev

[Zope-Checkins] SVN: Zope/branches/2.11/ - Launchpad #282677: fixed implementation of guarded_map and provided

2008-10-21 Thread Sidnei da Silva
Log message for revision 92440: - Launchpad #282677: fixed implementation of guarded_map and provided tests and implementation for guarded_zip (RestrictedPython). Changed: U Zope/branches/2.11/doc/CHANGES.txt U Zope/branches/2.11/lib/python/AccessControl/ZopeGuards.py U

[Zope-Checkins] SVN: Zope/branches/2.10/ - Launchpad #282677: fixed implementation of guarded_map and provided

2008-10-21 Thread Sidnei da Silva
Log message for revision 92439: - Launchpad #282677: fixed implementation of guarded_map and provided tests and implementation for guarded_zip (RestrictedPython). Changed: U Zope/branches/2.10/doc/CHANGES.txt U Zope/branches/2.10/lib/python/AccessControl/ZopeGuards.py U

[Zope-Checkins] SVN: Zope/branches/gsoc-python-2.5/ - Launchpad #280334: Fixed problem with 'timeout'

2008-10-25 Thread Sidnei da Silva
Log message for revision 92571: - Launchpad #280334: Fixed problem with 'timeout' argument/attribute missing in testbrowser tests. Changed: U Zope/branches/gsoc-python-2.5/doc/CHANGES.txt U Zope/branches/gsoc-python-2.5/lib/python/Products/Five/testbrowser.py -=- Modified:

[Zope-Checkins] SVN: Zope/trunk/lib/python/ - Switch to newer RestrictedPython

2008-10-25 Thread Sidnei da Silva
Log message for revision 92574: - Switch to newer RestrictedPython Changed: _U Zope/trunk/lib/python/ -=- Property changes on: Zope/trunk/lib/python ___ Name: svn:externals - BTrees

[Zope-Checkins] SVN: Zope/trunk/lib/python/zope/ - Bump version of zope.documenttemplate to 3.4.2

2008-10-25 Thread Sidnei da Silva
Log message for revision 92575: - Bump version of zope.documenttemplate to 3.4.2 Changed: _U Zope/trunk/lib/python/zope/ -=- Property changes on: Zope/trunk/lib/python/zope ___ Name: svn:externals - annotation

[Zope-Checkins] SVN: Zope/trunk/lib/python/zope/app/ - Bump versions of zope.app.component and zope.app.container

2008-10-25 Thread Sidnei da Silva
Log message for revision 92576: - Bump versions of zope.app.component and zope.app.container Changed: _U Zope/trunk/lib/python/zope/app/ -=- Property changes on: Zope/trunk/lib/python/zope/app ___ Name: svn:externals -

[Zope-Checkins] SVN: Zope/trunk/lib/python/zope/app/ - Adjust externals to released versions

2008-10-26 Thread Sidnei da Silva
Log message for revision 92593: - Adjust externals to released versions Changed: _U Zope/trunk/lib/python/zope/app/ -=- Property changes on: Zope/trunk/lib/python/zope/app ___ Name: svn:externals - annotation

[Zope-Checkins] SVN: Zope/trunk/lib/python/zope/app/ - Got publisher and publication backwards

2008-10-26 Thread Sidnei da Silva
Log message for revision 92594: - Got publisher and publication backwards Changed: _U Zope/trunk/lib/python/zope/app/ -=- Property changes on: Zope/trunk/lib/python/zope/app ___ Name: svn:externals - annotation

[Zope-Checkins] SVN: Zope/trunk/lib/python/Products/PythonScripts/patches.py - Since it's fixed after 2.4.5, no reason to apply the patch otherwise

2008-10-26 Thread Sidnei da Silva
Log message for revision 92595: - Since it's fixed after 2.4.5, no reason to apply the patch otherwise Changed: U Zope/trunk/lib/python/Products/PythonScripts/patches.py -=- Modified: Zope/trunk/lib/python/Products/PythonScripts/patches.py

[Zope-Checkins] SVN: Zope/trunk/lib/python/zope/ - Revert to an older zope.testing. New one is way too new

2008-10-26 Thread Sidnei da Silva
Log message for revision 92597: - Revert to an older zope.testing. New one is way too new Changed: _U Zope/trunk/lib/python/zope/ -=- Property changes on: Zope/trunk/lib/python/zope ___ Name: svn:externals - annotation

[Zope-Checkins] SVN: Zope/trunk/lib/python/zope/app/ - Newer zope.app.appsetup

2008-10-26 Thread Sidnei da Silva
Log message for revision 92598: - Newer zope.app.appsetup Changed: _U Zope/trunk/lib/python/zope/app/ -=- Property changes on: Zope/trunk/lib/python/zope/app ___ Name: svn:externals - annotation

[Zope-Checkins] SVN: Zope/trunk/lib/python/ZServer/HTTPServer.py - Make it work with Python 2.4 too

2008-10-26 Thread Sidnei da Silva
Log message for revision 92607: - Make it work with Python 2.4 too Changed: U Zope/trunk/lib/python/ZServer/HTTPServer.py -=- Modified: Zope/trunk/lib/python/ZServer/HTTPServer.py === ---

[Zope-Checkins] SVN: Zope/trunk/lib/python/ - Rather nasty fix to work around Zope 3 exceptions that have more than one positional argument on the constructor. Also, pass 'handle_errors' argument used

2008-11-03 Thread Sidnei da Silva
Log message for revision 92767: - Rather nasty fix to work around Zope 3 exceptions that have more than one positional argument on the constructor. Also, pass 'handle_errors' argument used for functional http testing around and use that on raise_standardErrorMessage to decide if we need to

[Zope-Checkins] SVN: Zope/trunk/lib/python/ZPublisher/HTTPResponse.py - Fixed another check for new-style exceptions. Patch by David Glick from One/Northwest.

2008-11-03 Thread Sidnei da Silva
Log message for revision 92768: - Fixed another check for new-style exceptions. Patch by David Glick from One/Northwest. Changed: U Zope/trunk/lib/python/ZPublisher/HTTPResponse.py -=- Modified: Zope/trunk/lib/python/ZPublisher/HTTPResponse.py

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

2008-11-05 Thread Sidnei da Silva
mailing list [EMAIL PROTECTED] http://mail.zope.org/mailman/listinfo/checkins -- Sidnei da Silva Enfold Systems http://enfoldsystems.com Fax +1 832 201 8856 Office +1 713 942 2377 Ext 214 Skype zopedc ___ Zope-Checkins maillist - Zope-Checkins

[Zope-Checkins] SVN: Zope/trunk/utilities/mkzopeinstance.py - Revert to sha1. Andreas said he added SHA256 to AuthEncoding but I can't find it.

2008-11-14 Thread Sidnei da Silva
Log message for revision 92941: - Revert to sha1. Andreas said he added SHA256 to AuthEncoding but I can't find it. Changed: U Zope/trunk/utilities/mkzopeinstance.py -=- Modified: Zope/trunk/utilities/mkzopeinstance.py ===

[Zope-Checkins] SVN: Zope/trunk/src/OFS/SimpleItem.py - In Python 2.4, it's a ``builtin method``, not a ``wrapper slot``. Yuck.

2009-05-07 Thread Sidnei da Silva
Log message for revision 99806: - In Python 2.4, it's a ``builtin method``, not a ``wrapper slot``. Yuck. Changed: U Zope/trunk/src/OFS/SimpleItem.py -=- Modified: Zope/trunk/src/OFS/SimpleItem.py === ---

[Zope-Checkins] SVN: Zope/trunk/ - RESPONSE.handle_errors was wrongly set (to debug, should have been

2009-05-08 Thread Sidnei da Silva
Log message for revision 99805: - RESPONSE.handle_errors was wrongly set (to debug, should have been ``not debug``). Also, the check for exception constructor arguments didn't account for exceptions that didn't override the ``__init__`` (which are most of them). The combination of