[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