Search the web
Sign In
New User? Sign Up
zope
? Already a member? Sign in to Yahoo!

Yahoo! Groups Tips

Did you know...
Want to share photos of your group with the world? Add a group photo to Flickr.

Best of Y! Groups

   Check them out and nominate your group.
Having problems with message search? Fill out this form to ensure your group is one of the first to be migrated to the new message search system.

Messages

  Messages Help
Advanced
Messages 182088 - 182117 of 185485   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
182088
... Hash: SHA1 On behalf of the Zope community, I am pleased to announce the creation of the "Zope 4.0" project. After extensive discussion with the Zope ...
Tres Seaver
tseaver@...
Send Email
Apr 1, 2009
11:53 am
182089
... Hash: SHA1 On behalf of the Zope community, I am pleased to announce the creation of the "Zope 4.0" project. After extensive discussion with the Zope ...
Tres Seaver
tseaver@...
Send Email
Apr 1, 2009
11:55 am
182090
... Er? Little more context and explanation please... Chris -- Simplistix - Content Management, Zope & Python Consulting - http://www.simplistix.co.uk ...
Chris Withers
chris@...
Send Email
Apr 1, 2009
11:59 am
182091
... Er? Little more context and explanation please... Chris -- Simplistix - Content Management, Zope & Python Consulting - http://www.simplistix.co.uk ...
Chris Withers
chris@...
Send Email
Apr 1, 2009
12:00 pm
182092
*looks at the date* *sigh* I'll go back to my cave now... Chris ... -- Simplistix - Content Management, Zope & Python Consulting - http://www.simplistix.co.uk ...
Chris Withers
chris@...
Send Email
Apr 1, 2009
12:01 pm
182093
... Context is the dateline. Explanation I'll leave to your imagination. -- Mark Barratt Text Matters Information design: we help explain things using language...
Mark Barratt
markb@...
Send Email
Apr 1, 2009
12:01 pm
182094
*looks at the date* *sigh* I'll go back to my cave now... Chris ... -- Simplistix - Content Management, Zope & Python Consulting - http://www.simplistix.co.uk ...
Chris Withers
chris@...
Send Email
Apr 1, 2009
12:01 pm
182095
... Ah, best one yet. :) Martin -- Author of `Professional Plone Development`, a book for developers who want to work with Plone. See...
Martin Aspeli
optilude+lists@...
Send Email
Apr 1, 2009
12:20 pm
182096
... This is a nice one. ;-) On the other hand I tried how far you might draw the effort noticed that there is not even "The Zope 3.0 Book". I guess Zope 4...
Andreas Tille
tillea@...
Send Email
Apr 1, 2009
12:40 pm
182097
Hi, I'd like to add support for the following: 1) Provider decorator: @provider(IFoo) def some_function(context) pass This is an alternative to doing a...
Martin Aspeli
optilude+lists@...
Send Email
Apr 1, 2009
2:05 pm
182098
... +1 -- Jim Fulton Zope Corporation _______________________________________________ Zope-Dev maillist - Zope-Dev@... ...
Jim Fulton
jim@...
Send Email
Apr 1, 2009
2:31 pm
182099
... Hash: SHA1 ... You should probably add a "class decorator" 'interfaceProvider', as well, because the "in-suite" versions are problematic for 2to3 ...
Tres Seaver
tseaver@...
Send Email
Apr 1, 2009
2:34 pm
182100 Cartier Watches
ximeness@...
Send Email
Apr 1, 2009
2:40 pm
182101
... I'm not sure I understand what you mean by that. Can you show an example? Martin -- Author of `Professional Plone Development`, a book for developers who ...
Martin Aspeli
optilude+lists@...
Send Email
Apr 1, 2009
2:58 pm
182102
... It's a Python 2.6/3.0 feature: from zope.component import adapter from zope.interface import implementer @adapter(IFoo) @implementer(IBar) class...
Marius Gedminas
marius@...
Send Email
Apr 1, 2009
4:55 pm
182103
Hi Marius, ... Oh... sniff... I so want that. ;) ... Great. ... I would hope so, or it'd be really confusing. :) Martin -- Author of `Professional Plone...
Martin Aspeli
optilude+lists@...
Send Email
Apr 1, 2009
5:10 pm
182104
Additionally, if I was grokking Lennart correctly yesterday, __metaclass__ is going away, so the current metaclass implementation is going to need some...
Chris Rossi
chris@...
Send Email
Apr 1, 2009
5:26 pm
182105
... As someone modified "zopectl" to run under Windows without "zdaemon" (in newer Zope versions), it should be possible to change "plonectl" in a similar way....
Dieter Maurer
dieter@...
Send Email
Apr 1, 2009
6:27 pm
182106
... __metaclass__ is being replaced by a metaclass kwarg to class definition in 3.0, I believe. Matt _______________________________________________ Zope-Dev...
Matthew Wilkes
matthew@...
Send Email
Apr 1, 2009
6:39 pm
182107
... I have already searched for this several times -- and was disappointed about my failure :-) -- Dieter _______________________________________________ ...
Dieter Maurer
dieter@...
Send Email
Apr 1, 2009
7:23 pm
182108
Hi Baiju If this whitespace fix is based on the current style guide, I think the guide needs to be fixed. I find the fixed version much less readable. A ...
Jacob Holm
jh@...
Send Email
Apr 1, 2009
9:44 pm
182109
Hi, I have a variable called "checkGroup" where its values are the record ids that the user selected to be deleted. I have a deleteRecord method that takes two...
Bobby
cybercruiserz@...
Send Email
Apr 2, 2009
3:25 am
182110
... Hash: SHA1 ... Trible check that your form parameters use the ':list' directive within the NAME attributes (check with the Zope Book (docs.zope.org). -...
Andreas Jung
lists@...
Send Email
Apr 2, 2009
4:56 am
182111
Hi Alex ... This looks good to me. Can you add a test for the new logging part? Or let me know if I can do it for you. Regards Roger Ineichen ... ...
Roger Ineichen
dev@...
Send Email
Apr 2, 2009
6:28 am
182112
... What about defining the version number in front of the setup call as a variable and using it in the call like: version = '3.5.0dev' setup( ...
Michael Howitz
mh@...
Send Email
Apr 2, 2009
7:29 am
182113
... I like the idea of putting the version string up front like that, but that was not what I meant. I was not complaining about the "version" keyword...
Jacob Holm
jh@...
Send Email
Apr 2, 2009
8:28 am
182114
Hi, if tests spawn non-daemon threads, then the test runner can get stuck. The easiest way that I see is to always --exit-with-status and to make ...
Christian Theune
ct@...
Send Email
Apr 2, 2009
11:31 am
182115
... I forgot an alternative solution: Make the test runner patch the Thread class to turn all threads into daemons during testing. -- Christian Theune ·...
Christian Theune
ct@...
Send Email
Apr 2, 2009
11:44 am
182116
Does anybody have a recent-ish copy of Znolk wizard product or know where I could get hold of a copy. The original source no longer has it and the one on the...
garry@...
Send Email
Apr 2, 2009
1:04 pm
182117
... -1 The PEP-8 and Zope style for keyword arguments work here just fine. Readability is improved by putting arguments on separate lines, not by adding space...
Zvezdan Petkovic
zvezdan@...
Send Email
Apr 2, 2009
1:38 pm
Messages 182088 - 182117 of 185485   Oldest  |  < Older  |  Newer >  |  Newest
Advanced
Add to My Yahoo!      XML What's This?

Copyright © 2009 Yahoo! Inc. All rights reserved.
Privacy Policy - Terms of Service - Guidelines - Help