[Zope-Coders] Zope tests: 8 OK

2005-08-21 Thread Zope tests summarizer
Summary of messages to the zope-tests list. Period Sat Aug 20 11:01:02 2005 UTC to Sun Aug 21 11:01:02 2005 UTC. There were 8 messages: 8 from Zope Unit Tests. Tests passed OK --- Subject: OK : Zope-2_6-branch Python-2.1.3 : Linux From: Zope Unit Tests Date: Sat Aug 20 22:32:33 EDT

[Zope-dev] coverage.py, profile and hotshot support in Zope's testrunner

2005-08-21 Thread Stefane Fermigier
I have added support for coverage analysis using coverage.py from Gareth Rees and Ned Batchelder, as well as support for profiling using either the profile or hotshot modules from the Python standard library, to Zope 2's test runner test.py. Justification: - coverage.py will let you

Re: [Zope-dev] coverage.py, profile and hotshot support in Zope's testrunner

2005-08-21 Thread Andreas Jung
--On 21. August 2005 10:20:28 +0200 Stefane Fermigier [EMAIL PROTECTED] wrote: Since I'm not a regular Zope commiter, I'd like to ask for comments and permission first before commiting. The test.py file is here: http://blogs.nuxeo.com/sections/blogs/fermigier/2005_08_21_coverage-py-pr ofile

Re: [Zope-dev] coverage.py, profile and hotshot support in Zope's testrunner

2005-08-21 Thread Sidnei da Silva
On Sun, Aug 21, 2005 at 10:20:28AM +0200, Stefane Fermigier wrote: | I have added support for coverage analysis using coverage.py from Gareth | Rees and Ned Batchelder, as well as support for profiling using either the | profile or hotshot modules from the Python standard library, to Zope 2's |

Re: [Zope-dev] coverage.py, profile and hotshot support in Zope's testrunner

2005-08-21 Thread Stefane Fermigier
Sidnei da Silva wrote: On Sun, Aug 21, 2005 at 10:20:28AM +0200, Stefane Fermigier wrote: | I have added support for coverage analysis using coverage.py from Gareth | Rees and Ned Batchelder, as well as support for profiling using either the | profile or hotshot modules from the Python

[Zope-dev] Re: OSX: zopectl test results in Interrupted system call

2005-08-21 Thread Tres Seaver
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Stefan H. Holek wrote: Since r37701 zopectl test forks off a child process [1]. On OSX I now reliably get a traceback tacked onto the end of every test report: Traceback (most recent call last): File

[Zope-dev] Re: ZServer response RFC compliance improvement

2005-08-21 Thread Tres Seaver
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Jens Vagelpohl wrote: I'd like to get the zserver-content-length.patch createed by dunny in this collector issue: http://www.zope.org/Collectors/Zope/1866/collector_issue_contents merged into the Zope 2.7/2.8 branches and the trunk. It

Re: [Zope] Re: Zope on Solaris

2005-08-21 Thread Andreas Jung
--On 20. August 2005 16:26:05 -0700 Steve McMahon [EMAIL PROTECTED] wrote: Also, the concerns about Solaris were related to poor performance under Solaris 8 on a multi-Sparc platform. Anybody got any more recent information that might apply to Solaris 10 or to an Opteron platform? To

[Zope] AssertionError after update to Zope 2.8.1

2005-08-21 Thread Ricardo Newbery
Oh so close... Migrated from Zope 2.7.2 to 2.8.1 Updated all the Catalog instances according to the instructions. Fixed a few outdated products. Then just for kicks, I tried to update the Python scripts by visiting the /manage_addProduct/PythonScripts/recompile url. After about a minute, it

[Zope] Help me with acquisition and custom types

2005-08-21 Thread Mark Gibson
I've got a problem... I've created two objects, A folderish object called myfolder, and a document-type object called mydocument. Here's how my classes are defined... class mydocument( CatalogAware, Implicit, Persistent, RoleManager,

Re: [Zope] OOP and Zope.

2005-08-21 Thread Dieter Maurer
Fernando Lujan wrote at 2005-8-19 12:16 -0600: I try to find information about programming in Zope with the OO paradigm. I didn't find many documentation... For instance, how can I define classes and instances once I just work with dtml-methods and dtml-documents? You can look at ZClasses.

Re: [Zope] Workflow question

2005-08-21 Thread Dieter Maurer
David Pratt wrote at 2005-8-19 15:38 -0300: First step is to make new type - will do this today but might need to ask a question or two when I get to bobo traverse portion. When you say another auxillary object, what kind of object is this so I understand a bit better? One similar to

Re: [Zope] Re: ZSyncer and Zope-2.8.0

2005-08-21 Thread Paul Winkler
Paul Winkler wrote at 2005-8-14 18:07 -0500: Finally, Dieter, if you want to get your changes into zsyncer without working through an intermediary, I´d be happy to give you checkin privileges. Do you have a Sourceforge account? Yes: dmaurer. I'm back now - and I've just added dmaurer on

Re: [Zope] Re: ZSyncer and Zope-2.8.0

2005-08-21 Thread Paul Winkler
Am Montag, 15. August 2005 22:20 schrieb Sascha Ottolski: To make a long story short, i append a small diff against the trunk that seems to work for me (not thoroughly tested, though, and not perfect about authorization). sorry for replying to myself, just noticed that while browsing of

Re: [Zope] AssertionError after update to Zope 2.8.1

2005-08-21 Thread Tim Peters
[Ricardo Newbery] Oh so close... Migrated from Zope 2.7.2 to 2.8.1 Updated all the Catalog instances according to the instructions. Fixed a few outdated products. Then just for kicks, I tried to update the Python scripts by visiting the /manage_addProduct/PythonScripts/recompile url.

Re: [Zope] Workflow question

2005-08-21 Thread David Pratt
Hi Dieter. I think I understand. What I have done so far is to make a upload folder product. I have taken the portal folder base class to create a portal upload folder base class, commented out the PUT_factory method and added the following methods for bobo traverse and PUT. I am then