[Zope-Checkins] SVN: Zope/branches/2.13/ Merge trunk r128097 and r128098. Windows lock/pid file fixes

2012-10-21 Thread Ross Patterson
Log message for revision 128099: Merge trunk r128097 and r128098. Windows lock/pid file fixes Changed: U Zope/branches/2.13/doc/CHANGES.rst U Zope/branches/2.13/src/Zope2/Startup/__init__.py -=- Modified: Zope/branches/2.13/doc/CHANGES.rst ===

[Zope-Checkins] SVN: Zope/trunk/doc/CHANGES.rst Add changelog entry for windows lock/pid file fixes

2012-10-21 Thread Ross Patterson
Log message for revision 128098: Add changelog entry for windows lock/pid file fixes Changed: U Zope/trunk/doc/CHANGES.rst -=- Modified: Zope/trunk/doc/CHANGES.rst === --- Zope/trunk/doc/CHANGES.rst 2012-10-21 15:50:38 UTC

[Zope-Checkins] SVN: Zope/trunk/src/Zope2/Startup/__init__.py Another place where Windows raises a different exception

2012-10-21 Thread Ross Patterson
Log message for revision 128097: Another place where Windows raises a different exception Changed: U Zope/trunk/src/Zope2/Startup/__init__.py -=- Modified: Zope/trunk/src/Zope2/Startup/__init__.py === --- Zope/trunk/src/Zope

[Zope-Checkins] SVN: Zope/branches/2.13/src/Zope2/Startup/__init__.py Merge trunk@128087. Windows lock file fix.

2012-10-20 Thread Ross Patterson
Log message for revision 128088: Merge trunk@128087. Windows lock file fix. Changed: U Zope/branches/2.13/src/Zope2/Startup/__init__.py -=- Modified: Zope/branches/2.13/src/Zope2/Startup/__init__.py === --- Zope/branches/2.

[Zope-Checkins] SVN: Zope/trunk/src/Zope2/Startup/__init__.py Fix lockfile handling on Windows. Different exception:

2012-10-20 Thread Ross Patterson
Log message for revision 128087: Fix lockfile handling on Windows. Different exception: ... File "...\eggs\zope2-2.13.15-py2.7.egg\Zope2\Startup\run.py", line 72, in make_wsgi_app starter.prepare() File "...\eggs\zope2-2.13.15-py2.7.egg\Zope2\Startup\__init__.py", line 83, in

[Zope-Checkins] SVN: Zope/branches/2.13/ Fix lock file cleanup if there's an error early in startup.

2012-06-07 Thread Ross Patterson
Log message for revision 126683: Fix lock file cleanup if there's an error early in startup. Changed: U Zope/branches/2.13/doc/CHANGES.rst U Zope/branches/2.13/src/Zope2/Startup/__init__.py U Zope/branches/2.13/src/Zope2/Startup/run.py -=- Modified: Zope/branches/2.13/doc/CHANGES

[Zope-Checkins] SVN: Zope/branches/2.13/src/Zope2/Startup/run.py Place lock file cleanup in a better place, run() already has a finally clause

2012-05-24 Thread Ross Patterson
Log message for revision 126495: Place lock file cleanup in a better place, run() already has a finally clause Changed: U Zope/branches/2.13/src/Zope2/Startup/run.py -=- Modified: Zope/branches/2.13/src/Zope2/Startup/run.py

[Zope-Checkins] SVN: Zope/branches/2.13/ Cleanup lock and pid files if the process dies early in startup.

2012-05-24 Thread Ross Patterson
Log message for revision 126494: Cleanup lock and pid files if the process dies early in startup. Changed: U Zope/branches/2.13/doc/CHANGES.rst U Zope/branches/2.13/src/Zope2/Startup/run.py -=- Modified: Zope/branches/2.13/doc/CHANGES.rst =

[Zope-Checkins] SVN: Zope/trunk/ Merge Control_Panel/DebugInfo/manage_profile ZMI view fixes from

2010-11-18 Thread Ross Patterson
Log message for revision 118472: Merge Control_Panel/DebugInfo/manage_profile ZMI view fixes from svn+ssh://svn.zope.org/repos/main/Zope/branches/2.12 r118262:118470 Changed: U Zope/trunk/doc/CHANGES.rst U Zope/trunk/src/App/ApplicationManager.py U Zope/trunk/src/ZPublisher/Publ

[Zope-Checkins] SVN: Zope/branches/2.13/ Merge Control_Panel/DebugInfo/manage_profile ZMI view fixes from

2010-11-18 Thread Ross Patterson
Log message for revision 118471: Merge Control_Panel/DebugInfo/manage_profile ZMI view fixes from svn+ssh://svn.zope.org/repos/main/Zope/branches/2.12 r118262:118470 Changed: U Zope/branches/2.13/doc/CHANGES.rst U Zope/branches/2.13/src/App/ApplicationManager.py U Zope/branches/

[Zope-Checkins] SVN: Zope/branches/2.12/src/ The Control_Panel/DebugInfo/manage_profile ZMI view fixes were

2010-11-18 Thread Ross Patterson
Log message for revision 118470: The Control_Panel/DebugInfo/manage_profile ZMI view fixes were accumulating successive prints of stats. Changed: U Zope/branches/2.12/src/App/ApplicationManager.py U Zope/branches/2.12/src/ZPublisher/Publish.py -=- Modified: Zope/branches/2.12/src/A

[Zope-Checkins] SVN: Zope/branches/2.12/ Use cProfile where possible for the

2010-11-18 Thread Ross Patterson
Log message for revision 118469: Use cProfile where possible for the Control_Panel/DebugInfo/manage_profile ZMI view. This has been available since Python 2.5 and we no longer support Python 2.4 so there's little reason not to use the faster profiler. Changed: U Zope/branches/2.12/

[Zope-Checkins] SVN: Zope/branches/2.12/ Fixed the usage of pstats.Stats() output stream. The

2010-11-18 Thread Ross Patterson
Log message for revision 118468: Fixed the usage of pstats.Stats() output stream. The Control_Panel/DebugInfo/manage_profile ZMI view has been broken since Python 2.5. This breaks Python 2.4 compatibility when the publisher-profile-file configuration option is set. This also removes so

[Zope-Checkins] SVN: Zope/branches/2.10/lib/python/zope/app/EXTERNALS.txt sync with svn:externals

2008-03-09 Thread Ross Patterson
Log message for revision 71984: sync with svn:externals Changed: U Zope/branches/2.10/lib/python/zope/app/EXTERNALS.txt -=- Modified: Zope/branches/2.10/lib/python/zope/app/EXTERNALS.txt === --- Zope/branches/2.10/lib/python/zo

[Zope-Checkins] Re: [Zope3-checkins] SVN: Zope3/branches/3.3/src/zope/app/ Merge PersistentInterfaceClass fix from trunk r72109 as described in

2007-01-22 Thread Ross Patterson
Christian Theune <[EMAIL PROTECTED]> writes: > Am Montag, den 22.01.2007, 00:25 -0800 schrieb Ross Patterson: >> Christian Theune writes: >> >> > I didn't spot a comment in the CHANGELOG for this. >> >> Ah, sorry. There are some holes in m

[Zope-Checkins] Re: [Zope3-checkins] SVN: Zope3/branches/3.3/src/zope/app/ Merge PersistentInterfaceClass fix from trunk r72109 as described in

2007-01-22 Thread Ross Patterson
Christian Theune writes: > I didn't spot a comment in the CHANGELOG for this. Ah, sorry. There are some holes in my "best practices". Happy to correct though. Shall I just fashion a CHANGELOG entry after the existing ones? Or is there some spcific documentation about the proper way to do it?